Feel HTMLLOGIN

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

Next Section
<html> <head> <title>php</title> </head> <body> <h1>MY HTML</h1> <p>hello</p> </body> </html>
submitReset Code
ChapterCourseware