Basic HTML Document for Beginners

 HTML Document for readers

Basic Document Type

  • Doctype
  • Attributes
  • elements
  • Headings
HTML for Beginner


<!DOCTYPE html>

<html lang="en">

<head>

<title>This is document title</title>

</head>

<body>

<h1>This is a heading</h1>

<p>Document content goes here.....</p>

</body>

</html

Post a Comment

0 Comments

Close Menu