search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

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

new file
<html> <head> <title>php</title> </head> <body> <h1>MY HTML</h1> <p>hello</p> </body> </html>
Reset Code
Automatic operation
submit
Preview Clear