3-html block - semantic tags

<! DOCTYPE HTML > 
< HTML > 
< head > 
    < Meta charset = "UTF-. 8" > 
    < title > title </ title > 
</ head > 
< body > 
    <-!  
    1.div label block element representing a content no specific semantics of 
    the tag line elements 2.span, showing the contents of a short line, there is no specific semantic 
    tags containing semantic pattern and 
    the tag 1.em line element representing the emphasized word statement, text italic 
    2, i tag inline elements, had no semantic, w3c imposed semantics, represents professional vocabulary, text italic 
    3, within the b tag line elements, had no semantic, w3c imposed semantic representation key words or product name, text bold 
    4, strong label inline elements, represent a very important element -> 
    < the p- >A html file is a web page< Br /> , HTML files are opened using the editor displays the text party can use the text 
    -based editors which, if opened with a browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp; photo tag description file rendered to a web, web displayed 
    page to jump from one page links to another web page < br /> 
    . 5 & gt; . 3 < br /> 
    . 1 & lt; 2
     </ P > 
    < P > 
        < strong > a html document is a web page < br /> , HTML files are opened using the editor displays the text party can use the text 
    -based editors which, if opened with a browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp; photo tag description file rendered into a page, displayed web 
    page to jump from one link to another web page <br />
    . 5 & gt; . 3 < br /> 
    . 1 & lt; 2 </ strong > 
    </ P > 
    < div > 
    a html document is a Web page < br /> , < span > 6666 </ span > , html files are opened using the editor displays the text can be used for text in the 
    editor style it, if you open the browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp; according to the label describes the contents of the file rendered web page, web display 
    page can link from one page jump to another web page < br /> 
    . 5 & gt; . 3 < br />
    1<2
    </ Div > 
    < div > 
    a < B > HTML file </ B > is a < EM > page </ EM > < br /> , < span > 6666 </ span > , HTML files are opened using the editor displays the text can be used for text of 
    formula edit it, if you open the browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp; photo tag description file < I > rendering </ I > into the web page, the display of web 
    pages can jump from one link to another web page < br />
    5&gt;3<br />
    1&lt;2
    </div>


</body>
</html>

Guess you like

Origin www.cnblogs.com/qtclm/p/11408845.html