Tip Although there are a lot of web making tools that make it easy for you to do your job, if you have more control over HTML, here are a few tips.
1. Using <tt>,<i>,<br> statements to control text typesetting is much better than using <pre>. such as: <tt> practical network <br><i> Zeng Weibi </i><br></tt>
2. Do not use 800*600 resolution to create Web pages, when the viewer uses 640*480 to look at the Web page, it will slow down the speed, and the page image and text appear dislocation. Of course, you can also use the frame, level control, table and other identification statements to replace the pixel set, but increase the workload.
3. Use <br><p> only one line, and use <p><br> will be a more blank line.
4. Use the 16 number to define the color of the Web page, rather than using statements such as Red,black, to make full use of the 216 colors of the Web palette (the other 40, the average person is difficult to distinguish).
5. Add <base target= "_top" > in Opens a new window.
6. Using <div> to make it possible for many browsers to see the center of the table, if you are using Netscape 4.0 you can also add align=center to replace it.
Four special characters in 7.HMTL (<,>,&, ") can not be written directly in the file, must be replaced with the following statement, <=< >=> &=&" = "(English letter must be lowercase)
8. Some semantic format of the font effect <CITE>, the title of italics <code>, display the source program wide-body character <em>, emphasis on the italic character <kbd>, requires the keyboard input of the wide-body character <samp>, The wide-body character <strong> of the state, the underlined bold character <var>, and the italic character of the constructed variable
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service