basic code for html code example
Example 1: html basic code
<!DOCTYPE html>
<html>
<title>"TEXT"</title>
<body>
"Eliments"
</body>
</html>
Example 2: basic html codes
<html> </html>
<body> </body>
<h1> </h1>
<br>
<p> </p>
<head> </head>