Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

The format for starting the html coding.

The making of skeletal for web designing is the function of html.


<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

You might also like