Wednesday, February 17, 2021

html dictionary:html blank page

 Create a Blank Web Page

  1. Ctrl + N.
  2. File > New > HTML.
  3. Click File > New > Page > General > HTML. View Screenshot.
  4. Click the New Document dropdown from the Toolbar > select HTML View Screenshot.


<!DOCTYPE html>
<html>
<head>

</head>
<body>

  <h1>Template</h1>
  
  <p>This is a blank template for a web page.</p>
  
</body>
</html>

No comments:

Post a Comment