My first web page

<!DOCTYPE html>
<html>
<head>
	<title>My First Web Page</title>
</head>
<body>
          <h1>Asslam O Alikum! World</h1>
</body>
</html>
BETA Snippet explanation automatically generated by OpenAI:

Here is what the above code is doing:
1. It is creating a web page and named it "My First Web Page"
2. It is adding a title to the web page
3. It is adding a heading to the web page
4. It is creating a body tag and adding the heading to it

Snippet By Hassan Shahzad Aheer

·

Created February 16th, 2022

·

Report Snippet