<html> Topic 3

Assignment

 

Post a simple page that says:

"This is the assignment for the class about html. This page is an exercise in doing a basic html document. If you view the page source for my code, you can see the meta tags I included in the head."

When you post your page be sure to:

  • include the <!DOCTYPE> declaration at the beginning to define your document as one that uses HTML Transitional. W3C explains the DOCTYPE definitions at http://www.w3.org/TR/REC-html40/sgml/dtd.html .
  • include <meta> tags that identify you as the author;
  • give your document the title "Assignment 3"

Even though it is permissible to omit the end tags for <html>, <head>, and <body> do include them in this assignment and any other pages you post for this class.

Post your page on your web site and be sure you have sent the address of your web site to the instructor. Also save a copy of your code with a text (.txt) extension and send that as an attachment to an email to the instructor.

Return to unit 3.

 
Readings
Resources
<head>
<p> etc.
<b> etc.
<li> etc.
<a href>
<img src>
Access
<table>
<frame>
<style>
<form>
<script>
<object>
validate

Copyright by dwang, 1999. All rights reserved.

Valid HTML 4.0! 1