Computer Science, asked by raj147258369123, 1 year ago

how to make your web page with the help of HTML .
Please give complete coding?

Answers

Answered by pip2
1
<html>
<head>
<title>my webpage</title>
</head>
<body>-----------</body>
<html>

siddhartharao77: Close the html tag.
Answered by siddhartharao77
1
You cannot make a webpage with HTML. It should include CSS3.

<html>
<body>
<p> Welcome to the static language</p>
</body>
</html>
Similar questions