Write html code line for following
A. heading of page as "web page"
B.Title of web page as "FIRST"
C.Body
should contain
a heading in smallest
size
Answers
Answered by
0
<!DOCTYPE html>
<html>
<head> Web Page</head>
<title>First</title>
<body> should contain
a heading in smallest
size </body>
</html>
Similar questions