HELPFUL HINTS
- <img> tag does not have an end tag
- Most tags have attributes that further specify how to render the element.
Example:
- <body background="yellow" width="400" align="right" </body>
- There are plenty of resources on the internet for simple and easy.
- When specifying a path within a link to a page on the internet, you must specify the entire
path. This path tells the browser where, out there in Internet Land, to look for the file.
If you don't specify the entire path, it looks for the file on your hard drive.
- You should organize your website files in one central location if possible.
- It is a standard practice to put all of your pictures in a folder called images.
- When adding a link, cut and paste the url from the browser's Address Box (navigation menu) into the
href attribute of the <a> tag to avoid mispellings.
|