Skip to main content

HTML, XHTML, CSS and More

Which documentation standards do we decide what to teach students, and does it matter? In this post, I'm going to explain why I teach students in my technical writing courses XHTML for Web design instead of HTML5.

My suggestion is to teach what works most consistently across computing platforms, knowing that the standards of today will be replaced. Documentation file formats and coding habits should adhere to standards because one of the goals of technical documentation is that it be easy to update and revise at a later date.

Teaching documentation, therefore, should include teaching the ideal habits for technical writers and documentation designers.

Consider HTML and XHTML. Long before standards bodies, such as the W3C, approve and finalize any standard, experience teaches us that the browser developers will have already implemented a mix of whatever is coming — and each browser will be an incomplete and incompatible mess. I still remember trying to get basic features to work in Netscape Navigator and Internet Explorer.

If you teach about ePub formats, I would teach ePub 2.x and not the unsettled ePub 3.x standard. If you teach HTML, I'd stick to HTML 4.01 Strict, and I'd introduce students to XHTML 1.0. These standards date to 1999 and 2000; as a result they are stable and somewhat predictable. No, it isn't the cutting edge of HTML5 goodness — but moving from HTML 4.01 or XHTML 1.0 isn't going to be a problem for students.

I am currently revising some Web pages to meet the "XHTML 1.0 Strict/CSS3" standards. The choice to use XHTML 1.0 instead of HTML5 was not simple, especially since HTML5 is the shiny new trendy standard. The problem with shiny new standards is that they don't work well with older browsers — and plenty of people are still using older versions of Internet Explorer. Plus, HTML5 seems to be something of a moving target because no browser offers full compliance. More annoying than HTML5 is the need to use various CSS tricks to make a page look good on a variety of browsers.

One reason I lean towards XHTML is that the habits you develop while coding XHTML are "better" than what most HTML4/5 developers seem to practice. I believe it is important to teach students good organizational, design, and implementation practices. HTML is, bluntly, far too tolerant of bad coding. XHTML 1.0 Strict requires consistency, because it is an XML implementation.

HTML is based on SGML (Standard Generalized Markup Language), but only loosely so. Most browsers don't actually use the SGML Document Type Definition (DTD) for HTML — they parse the page based on whatever HTML is hard-coded within the browser. Badly formed HTML code, with missing closing tags and deprecated tags won't break most browsers. It's not a bad thing that browsers are forgiving — much of the Web would cease to work if browsers halted when parsing bad code. Still, it is annoying to know that your "DOCTYPE" declaration is generally meaningless.

XHTML is XML-based. Yes, XML is based on SGML, but unlike the forgiving HTML parsers that tolerate errors, XML editors and validators often demand that the developer fix errors. (You can "validate" HTML or XHTML, but I've found HTML5 "validation" is something of a joke. Because almost any code is okay, the validators find few errors.)

There is talk of XHTML5, which is something I would appreciate — as long as it doesn't allow the bad habits tolerated by HTML. The debates about calling the standard XHTML 1.5 or XHTML 2.0 seem to have been resolved, with standards bodies such as W3C and WHATWG agreeing that it would be logical to align HTML5 and XHTML5. It seems to have confused people that XHTML 1.0 was, approximately, an XML implementation of the HTML 4.01 standard. (XHTML 1.1 was beyond confusing, for reasons that I won't discuss here.)

Some students will wonder why they should learn XHTML 1.0 instead of HTML5. You should explain that the consistency of XML coding will help them in a number of ways that HTML5 coding does not. For a summary, I suggest this article:

http://www.webstandards.org/learn/articles/askw3c/oct2003/

I consider the following points the most important:

XHTML, being XML-based, gives students a foundation for other XML-based document formats. Everything from Apple's system preferences to Microsoft Office documents are now stored in XML formats. Learning XHTML is a good, clear way to learn about XML coding.

XHTML, XSL, XSLT, XPath, and XQuery work together to enable flexible output formatting. If you want to be a documentation expert, you need to understand databases and structured output.

While my technical writing students might not appreciate why I'm using XHTML, even after I explain what XHTML is, they will be learning better habits and a skill that is essential in the data-centric world of technical documentation.

Suggested links:

Comments

Popular posts from this blog

Digital Writing Ideas

Online composition and participation are always a requirement in the courses I teach. When I began teaching at Fresno State as a graduate student in 2004, I was one of the few instructors who required students use Blackboard on a weekly basis. I believe there are several reasons to use tools like Blackboard / WebVista: Students can read and respond to the thoughts of their classmates. I have a record of how writing (and thinking) improve during a semester Peer editing can occur online, in small groups. Students less vocal in class discussions tend to participate more online. Normally, I post a " Weekly Response Question/Topic " based on class discussions during the week. Students can then extend the in-class discussion online. Those who were unable to speak up during the class have time to reflect and post their thoughts, too. By requiring every student to post at least 50 to 100 words a week, they soon engage each other in discussion. I always use threaded discussions...

Human Readers for Tests

As readers of my blogs know, I'm never opposed to using technology when it is an effective tool. I am opposed to the blind embrace of the latest trends without critical examination of the potential side effects. Computer-assisted grading, I can endorse to some extent because I use software to help me analyze student papers — and my own writings. But, I cannot and will not endorse any system that gives weight to the computer-based scoring. If you're a teacher, consider this petition: http://humanreaders.org/petition/index.php Now, I also want to add a critical comment on human graders. If the graders of standardized tests are using rigid scoring rubrics, they are little better than software algorithms. Bad grading is bad grading. Inflexible = bad. Again, I am not opposed to using a computer for fact checking, some plagiarism verification, and as formatting aids. Computers can and do help many of us write more effectively. But, I don't use computers to grade pape...

Podcasts and Internet Radio

You must read Podcasting News if you are interested in podcasts! The New York Times has NYTimes Podcasts covering almost every area of interest. For anyone and everyone, podcast.net is a directory of professional and amateur podcasts. Unfortunately, many podcasts come and go too quickly and the directory links to some ghost sites. For October 30, 2007, we were instructed: In your blog: listen to some podcasts and analyze different aspects of the production quality of these podcasts; then, reflect on ways that you could use writing to create podcasts or coursecasts; brainstorm some ideas for creating your own podcast: an interview, presentation... I am a fan of Internet Radio, podcasting, and pretty much all things resembling "radio" in any form. For November 6, we have been asked to create a podcast of some form, and I certainly don't see a problem creating a theatrical production of some sort. Podcasting has the convenience that most Web tools lack. A podcast ...