国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Feel HTML

Let's first write the simplest "hello". This is a simple test.html edited by myself using the vim editor in the environment

QQ截圖20161010163234.png

Save and browse This is what it looks like when you open the browser

QQ截圖20161010163627_看圖王.png

#You can compare the results with the HTML content

Continuing Learning
||
<html> <head> <title>php</title> </head> <body> <h1>MY HTML</h1> <p>hello</p> </body> </html>
submitReset Code