Computer Science, asked by Janoriasammit, 10 months ago

How to design a page in HTML to describe about your school?

Answers

Answered by Ebuddy
1

Answer:

The HTML language uses tags.

Explanation:

<html>

<head>

<title>

.... (The title of your school)

</title>

<body>

....(Whatever you want to write about your school.)

</body>

</html>

Answered by shyam7830
3

Answer:

<html>

<head>

<titel>YOUR School Name

</titel>

</head>

<body>

My School Is best in studies, in our school got many 10GPA

as well as we are also good at sports and cultural activites

</body>

</html>

Similar questions