❤HOLA MATES❤
Write a program to display web page title has "it's my first web page".
Answers
Answered by
3
Explanation:
<html>
<head>
<title>it's my first webpage </title>
</head>
<body>
its my frst webpage
</body>
</html>
hope this helps you
Answered by
41
<!DOCTYPE html>
<html>
<head>
<title>It's my first web page</title>
</head>
</html>
Similar questions