|
|
A beginner's guide to website creation.Now that we've covered the rules of HTML, we're ready to start coding. To illustrate just what HTML code does, we're going to build a simple page for the fictitious company 20 Watts. There are certain tags you need to put in every HTML document to set it up as a Web page. Begin by opening a new document in your text editor.
All of the page's code will be placed between these two tags, which tell a Web browser it's reading an HTML document.
Below the opening
There are several tags that can go between
Now you're ready to add opening and closing
Everything that appears inside the Web page will go between the Our page doesn't look like much so far, does it? All you see is the name "20 Watts" in the browser's title bar above a blank page. Don't worry; we're just getting started. Save your file in text format with the filename index.html (or index.htm if you're still using Windows 3.1), and we'll start to make things more interesting.
Questions?
|