|
All web
pages require the minimum of the code shown below in yellow.
Replace the green words with your own.
Open
the program "Notepad", be sure the feature called "wordwrap"
is turned off and copy-paste the following code:
<HTML>
<HEAD>
<TITLE>Untitled
Page</TITLE>
</HEAD>
<BODY>
The rest of your
web page goes here. Click here to return to HTML - 101 for more lessons.
</BODY>
</HTML>
|