Basic HTML

This is the basic HTML you need to show on a web browser.

<!DOCTYPE html>
<html>
  <head>
    <title>HTML Fundamentals</title>
  </head>
  <body>
    <h1>HTML Fundamentals</h1>
  </body>
</html>

This entry was posted in Web Developer Course and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *