how to make your web page with the help of HTML .
Please give complete coding?
Answers
Answered by
1
<html>
<head>
<title>my webpage</title>
</head>
<body>-----------</body>
<html>
<head>
<title>my webpage</title>
</head>
<body>-----------</body>
<html>
siddhartharao77:
Close the html tag.
Answered by
1
You cannot make a webpage with HTML. It should include CSS3.
<html>
<body>
<p> Welcome to the static language</p>
</body>
</html>
<html>
<body>
<p> Welcome to the static language</p>
</body>
</html>
Similar questions