html web page

Submit By webmaster Time: March 30, 2021 Likes (0) | Views (218) |

How to create the first web page via HTML

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

<h1> Heading of the Webpage</h1>
<p>Description of the web page in the paragraph</p>

</body>
</html>

Free code snippet playground

Let's share the example by using HTML, CSS, JavaScript and Bootstrap.

Add New Snippet