html example code
Example 1: html example
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
Example 2: Basic HTML code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
</style>
<title>Document</title>
</head>
<body>
</body>
</html>
Example 3: basic html code
<!DOCTYPE html>
<html>
<head>
<title>put your title here</title>
</head>
<body>
</body>
</html>
Example 4: basic html codes
<html> </html>
<body> </body>
<h1> </h1>
<br>
<p> </p>
<head> </head>