HTML初体验之Hello World
<html> <head> <title>This is my first HTML</title> </head> <body> <h1>Hello World!</h1> </body> </html>
插入图片
<img src="http://gilr.jpg">
<html> <head> <title>This is my first HTML</title> </head> <body> <h1>Hello World!</h1> </body> </html>
插入图片
<img src="http://gilr.jpg">