Tutorial
General review
The above mentioned content already can satisfy the request of the webpage, in the final review stage, we want to give a more complicated example, it basically covers the important content that we learn, we need to further consolidate the knowledge which has already mastered or has not yet fully mastered.
Example
See an illustrated page, like it. Please open the source file, one sentence to read, and then show the effect on the page, to experience the specific role of each sentence. Do you understand, great, I believe you have qualified.
In the <BODY> tab of the example above, we see a property background that we have not seen, which is to add a background pattern to the entire text. Adding a background pattern can often make a not-so-good page of the wall glow, the method is:
<body background= "Picture Address" >
Of course, we can also just choose a color for the text background, with the previous text to match properly, and sometimes have a very good effect, the method is:
<body bgcolor= "#" >
In fact, in the process of actually making Web pages, we often use the "WYSIWYG" page editor to complete, such as Netscape Editor, FRONTPAGE98, etc. to complete, but some of the editors do not know how always in place, at this time, Opening the source file the repair can make you a duck in the fish. In addition, most of the work on the Format page will need to be adjusted in the source file.
Ways to learn HTML:
According to my own learning experience, I summed up a few learning methods for your reference:
1. For the difficult to remember the attributes do not have to force the memory, in the use of the time to turn over the grammar manual, more than a few times will be proficient master.
2. Just start, you can choose a few good Web forms to imitate, suit to complete their own homepages.
3. See the Good Web page, you can choose "Source file" in the browser's "Edit" menu, then we can see the source program,
Learn some of the methods and techniques of making web pages, and sometimes you can learn something that is not in a book, some
New features can also be the first to appear on your Web page.