The (X)HTML Document

I can’t believe it’s been so long since I started this series with The Basics of (X)HTML Tags. Luckily, this “How To” group writing project from PureBlogging reminded me that I need to make a new post!

So, here’s a short slideshow explaining the parts that make up an (X)HTML Document, which is basically the skeleton of every web page you see on the internet. (This series is made for anyone who’s completely new to writing (X)HTML and CSS.) Enjoy!

And here’s the code for you to copy and paste into your own HTML file:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>Basic HTML Document Template: HTML 4.01 Strict</title>
</head>

<body>
</body>
</html>

Like I mentioned in the intro for this series, I strongly recommend starting with HTML, because using valid XHTML involves some tricky issues. More on that later, though.

Posted on May 27th, 2008 | Leave a comment | Trackback URL

4 Comments

  1. Group Writing Project - The List | PureBlogging

    May 29th, 2008

    […] The (X)HTML Document by LearningNerd Digg It! | Stumble It! | Sphinn It! | Zoom It! | del.icio.us […]

  2. Come Vote for Best Posts in PureBlogging’s How To Group Writing Project } Group Writing Projects

    June 1st, 2008

    […] The (X)HTML Document by LearningNerd […]

  3. TechTraction » PureBlogging Running a Group Writing Project: Cast Your Vote

    June 1st, 2008

    […] The (X)HTML Document by LearningNerd […]

  4. Group Writing Project List [ Pure Blogging ] : Tech At Hand dot Net | Philippine, Blogging, SEO & Tips

    June 3rd, 2008

    […] The (X)HTML Document by LearningNerd […]

Share Your Thoughts