2nd HTML

 

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <title>第2个程序</title>
 5     </head>
 6     <body>
 7         <h1>Hello world</h1>
 8         <img alt="girl" src="http://real2.s-angels.com/images/sample/m438_megumi/thumb/m438_megumi.jpg" width="256px" height="256px">
 9         <a href="http://www.cnblogs.com/denggelin/" target="_blank">有货</a>
10         <p>I love you</p>
11     </body>
12 </html>

 

<img>

picture

alt

When the image display fails, replace the displayed text

src

the address of the image

width

the width of the image

height

the height of the picture

 

<a>

Hyperlink

href

link URL

target

_blank: open in new window

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324927808&siteId=291194637