4-html images and links

<! DOCTYPE HTML > 
< HTML > 
< head > 
    < Meta charset = "UTF-. 8" > 
    < title > HTML title, paragraph </ title > 
</ head > 
< body > 
    <-! H1 of a total of six title-H6 -> 
    < h1 of > a title </ h1 of > 
    < H2 > subheadings </ H2 > 
    < H3 > three title </ H3 > 
    <h4>Four title </ H4 > 
    < H5 > five title </ H5 > 
    < H6 > six title </ H6 > 
    <-!      1.P Tags: paragraph, 
             . 2 "<br />": line feed, 
             3 . "& nbsp;": space, 
             . 4 "& gt;": greater-than sign,. 
             . 5 "& lt;": less-than sign,. 
             6.a tags: Links -> 
    < P > a html document is a web page < br /> , html files to open the show with a text editor, you can use the text or 
    edit it style, if you open the browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp;According label description file rendered web page displayed web 
    page to jump from a web link < Athe href = "www.baidu.com" > </ A > to another web page < br /> 
    . 5 & gt; . 3 < br /> 
    . 1 & lt; 2
     </ P > 
    ! <- IMG tag image -> 
    < IMG src = "../../ aircraft war /image/hero.jpg" alt = "fighter" > 
    <-! a tags: jump links, title: Jump link Description -> 
    < a href = " ./html block - semantic tags .html " title =" jump to another HTML "  > Baidu </ A > 
    <-! A tag nested img tag Click on the image to jump-> 
    < A href = "http://www.baidu.com" title = "jump to another HTML" >  < img src = "../../ aircraft war /image/Enemy.jpg" alt = "fighter" > Baidu </ a > 
    < P > a html document is a web page < br /> , html files are opened using the editor displays the text, can be used for text to 
    edit it formula, if the browser is opened, browser by & nbsp; & nbsp; & nbsp ; & nbsp; as labels to describe the content file to render the web page, the display of web 
    pages from a web link can jump < a the href = "www.baidu.com" > </ a > to Another web page <br />
    5gt &; . 3 < br /> 
    . 1 & lt; 2
     </ P > 
    <! - IMG tag image -> 
    < IMG the src = "../../ war plane /image/hero.jpg" Alt = "fighter" > 
    <-! a tags: jump links, title: jump instructions link -> 
    < a the href = "./ HTML block - semantic tags .html" title = "jump to another HTML"  > Baidu </ A > 
    <-! A tag nested img tag click on the image to jump -> 
    < A href = "http://www.baidu.com"title = "jump to another HTML" >  <img src = "../../ aircraft war /image/Enemy.jpg," alt = "fighter" > Baidu </ A > 
    < the p- > a html file is a web page < br /> , open the html file with an editor displaying the text, it can be used for text to 
    edit it formula, if you open the browser, the browser will press & nbsp; & nbsp; & nbsp ; & nbsp; photo tag description file rendered web page, web display of 
    pages from a web Jump links < a the href = "www.baidu.com" > </ a > to another web page < br /> 
    . 5 & gt; . 3 < br /> 
    . 1 & lt;2
    </p>
    <-! Img image tag -> 
    < img src = "../../ aircraft war /image/hero.jpg" alt = "fighter" > 
    <-! A Tags: jump links, title: jump DESCRIPTION transfer link -> 
    < a the href = "./ HTML block - semantic tags .html" title = "jump to another HTML"  > Baidu </ a > 
    <-! a nested label tag img click on the image to jump -> 
    < A href = "http://www.baidu.com" title = "jump to another HTML" >  < img src = "../../ aircraft war / image / Enemy .jpg " alt =" fighter "> Baidu </ A> 
    <! - a link to the top of the page -> 
    < A href = "#" > headlines </ A > 
    <! - Do nothing -> 
    < A href = "JavaScript :;" > missing Province value </ A > 

</ body > 
</ HTML >

 

Guess you like

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