Computer Science, asked by imironman3000, 10 months ago

<HTML>
<head> <text>The picture<text> <head>
<body> how beautiful the picture is <body>
<HTML>



check it​

Answers

Answered by ayush1000121
3

Explanation:

<html>

<head>

<h1>The Picture</h1>

</head>

<body>

how beautiful the picture is

</body>

</html>

Answered by OzaAum
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