Before you start writing code to write a web page, it is a good practice to plan ahead the appearance of the web page. An HTML document has two elements:
Document content is the information on a web page that the user will see. That information could be text or graphics, for example. As you start creating your own web pages, try finding out first what information you want to display and how you want to present it.
Tags are the HTML codes that control how the document content will appear. The tags, in other words, will determine whether the text will be bold, black or blue, or of font type Time New Roman or Airal.
HTML files names are very important as they are used to locate or open the files. Remember these points when naming HTML files:
These same recommendations should also be applied to naming folders of your web site. See the example below:
|
The image shows folder names follow the same naming conventions as the file names; for instance, folder names and file names are separated by a dash if the name consists of more than one word. |