Wu Yuxiong - born nature study notes HTML: HTML Basics - four instances

HTML header 
HTML title (the Heading) by < h1 of > - < H6 > . Tag defined in 

Example 
< h1 of > This is a header </ h1 of > 
< H2 > This is a header </ H2 > 
< H3 > This is a title </ h3 >
HTML paragraph 
HTML fragment by tag < P > defined. 

Examples of 
< P > This is a paragraph. </ P > 
< P > This is a further paragraph. </ P >
HTML links 
HTML links by tag < A > . Defined in 

Example 
< A href = "http://www.runoob.com" > This is a link </ A > 
Note: the link specified in the href attribute address.
HTML image 
HTML image by tag < IMG > defined.
 < IMG the src = "/ Images / logo.png" width = "258" height = "39"  />

 

Guess you like

Origin www.cnblogs.com/tszr/p/11986357.html