write the tag for html to create webpage
siddhartharao77:
Web page..? U cannot create
Answers
Answered by
2
<!DOCTYPE html>
<html>
<head>
<title>Your web page title</title>
</head>
<body>
The content you want to display to users.
</body>
</html>
Answered by
1
Answer:
We cannot create a webpage dude!!
Explanation:
If we can___
<!DOCTYPE html>
<html>
<head>
<title>Your web page title</title>
</head>
<body>
The content you want to display to users.
</body>
</html>
Similar questions