write a code in HTML to display static web Page title as ' My first HTML page.
Answers
Answered by
5
Answer:
<html>
<head>
<title> </title>
</head>
<body>
my first html page
</body>
</html>
Explanation:
pls mark me as brain list.
Similar questions