<HTML>
<head> <text>The picture<text> <head>
<body> how beautiful the picture is <body>
<HTML>
check it
Answers
Answered by
3
Explanation:
<html>
<head>
<h1>The Picture</h1>
</head>
<body>
how beautiful the picture is
</body>
</html>
Answered by
2
Answer:
<html><head><title> The picture </title>
</head><body> how beautiful the picture
is </body>
</html>
Explanation:
you need to over the tags by a slash '/'
Similar questions