Home  • Online Tips • VCampus Help

How to HTML5 Basic Code

<!doctype html>
<html>
  <head>
      <meta charset="utf-8" />
      <title>This is a page title</title>
      
  </head>
  <body>
     Page content goes here...
  </body>
</html>

Comments 1


Thumbs Up

Share

Copyright © 2024. Powered by Intellect Software Ltd