| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
| Subscribe here for our free email newsletter - monthly updates |
Custom Search
|
HTML - common problems1. Everybody runs into technical problems when they first create Web pages. Don't feel bad about it. Just learn from your mistakes. 2. The most common problems are caused by small details and the need for complete accuracy. 3. Filenames must be spelled accurately. They should not contain any spaces, and some keyboard characters - such as /, &, and @ - are not allowed. [These are reserved for transmitting data over the Web.] 4. It is safest to use all lower-case letters. Some computers will treat filename.htm and Filename.htm as different files. 5. Tags must be opened and closed rigorously. If you type the following, it will not work:
This is because the tag has not been properly closed with </B>. 6. The same would happen if you were to miss one of the angled brackets - <B>Put this in bold /B>. 7. HTML code must be completely accurate. The following examples all contain mistakes:
<BODY BGCOLOUR="AQUA"> <FONT SIZE ="5">some text here</FONT> 8. In the first example, one double quote mark is missing; in the second the spelling is incorrect; and in the third, there is a space. The correct codes are:
<BODY BGCOLOR="AQUA"> <FONT SIZE="5">some text here</FONT> 9. Missing items It is very easy to omit a small element of code - especially if you are keying it in manually. For instance if you typed -
- this would not show up on the screen. In fact nothing you typed after it would appear. That's because the angled bracket is missing after the file name. 10. Bad syntax Tags must be opened and closed in the correct sequence. The following is an example of incorrect 'nesting' of tags.
This is the correct sequence:
"I've just made some changes to my web page, but when I reload it in the browser, it looks exactly the same as before."
Answer
"I've put a word in BOLD for effect, but now all the rest of the document is showing in bold."
Answer
"All the text in my document is showing up in a huge bold font size."
Answer
"I've added a graphic, but it's not showing in my browser. There's a funny-looking square showing instead."
Answer
"I've done that - and it's still not showing!"
Answer
" Yes, I've done that as well - and it's still not showing! HELP!"
Answer
"I've added a new page, but it's not showing in my browser. There's a message saying - 'Unable to find the file or directory'. What does this mean?"
Answer
|
|
| Home - Books - Reviews - Tutorials - Software - Download - Orders - Newsletter | |
|
Mantex - PO Box 100 - Manchester M20 6GZ - UK Tel: +44 0161 432 5811 — Email: info@mantex.co.uk Copyright © Mantex 2000—2007 |