basic html code paGE code example
Example 1: html basic code
<!DOCTYPE html>
<html>
<title>"TEXT"</title>
<body>
"Eliments"
</body>
</html>
Example 2: html basic code
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>