Computer Science, asked by singamayumsarfraz, 8 months ago

Write HTML code to display
given output:
Tiny Tots Unique School ​

Answers

Answered by imtiyazallam
0

Answer:

<html>

   <head>

       <title>

           School

       </title>

   </head>

   <body>

       <b>Tiny Tot Unique school</b>

    </body>

</html>

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