Building & Managing Web Sites with
Microsoft Technologies
|
|||||||
| Home | Lectures | Labs | Resources | Discussion | Search | ||
| Knowing the details of HTML is one of the fundamental
functions of a webmaster. This lab will allow you to review and test your HTML
abilities by creating several web pages from scratch using only a text editor. Although
you would normally not want to waste time creating web pages this way, you need to know
these low-level details, especially when you create dynamic web pages with ASP (Active
Server Pages) or other technologies. If you find this lab very difficult, you need to
learn more about HTML. Once you have created the HTML pages, review the source HTML to assess how you did. Instructions:In this lab we will recreate the home page and a topic page of a fictiucious web site at http://www.htmlfan.soc (shame on you if you just clicked there). Naturally, this site does not exist, yet. You'll have to make it by following the instructions below. 1. Create a directory called "wwwroot" on your computer for creating the lab
files. 2. Create subdirectories called "images", "topic1", and
"topic2" in your "wwwroot" directory as shown below. 3. Import the graphic below into the your "images" directory. Do this by
right-clicking on the graphic, selecting "Save Picture As...", and browsing to
your project directory. 4. Import the MS Word document below into the "topic1" directory by
right-clicking on the link and selecting "Save Target As...". 5. Using ONLY Notepad, create a home page called
"default.htm" for your web site in the "wwwroot" directory.
Attempt to match the page below as closely as possible using HTML 3.2 standards. Create the page below as "default.htm" in the "topic1" directory Notes and Hints:
Self-Assessment:Here is the source HTML: [csc96b/_private/footer.htm]
|
|||||||