A Web page is a text file that is served over the network. It contains special mark-up characters and sequences that control the formatting and other attributes that are interpreted by the viewer (browser) on the receiving computer. The Web page must be in ASCII format (text only), and it must have a .html extension (or .htm).
<head>
<title>Page Name</title>
</head>
<body>
</body>
</html>
Example Page
Practice by creating a simple web page with text about yourself. Note that anything located between a < and a > is not displayed. These are read by the browser as formatting codes. If a code is not corretly enclosed, it will be displayed as text and not coded properly. Therefore, make sure all of your codes are correctly enclosed.
Not:
NOTE: Computers operating under Windows 3.1 allow only 8 character file names with 3 letter extensions. You may have to rename your file once it is transferred to the server if you sent it from a Windows 3.1 machine.