Write HTML code to display
given output:
Tiny Tots Unique School
Answers
Answered by
0
Answer:
<html>
<head>
<title>
School
</title>
</head>
<body>
<b>Tiny Tot Unique school</b>
</body>
</html>
Answered by
1
Here is your html code.
<!DOCTYPE html>
<html>
<head>
<title>HTML</title>
<meta charset="UTF-8"/>
</head>
<body>
<p>Tiny Tots Unique School.</p>
</body>
</html>
Similar questions