Computer Science, asked by urvashigupta1979, 7 months ago

2.
Write the HTML code for the following:
a. A normal sized heading with the text, "LOYOLA HIGH SCHOOL."
b. The largest size heading, "PETER PAN"
c. A normal sized heading, "A MUSICAL"
d. A horizontal line across the page​

Answers

Answered by mukesh502563
4

Answer:

<html>

<body>

<p align="centre"><h3><b>Loyola High School Produly Presents</h3></p>

<br>

<p align="centre"><h1>A Musical</h1>>/p>

</body>

</html>

Answered by da4729204
5

Answer:

<!DOCTYPE html>

<head>

</head>

<body>

<h3>LOYOLA HIGH SCHOOL</h3>

<h1>PETER PAN</h1>

<hr>

<h3>A MUSICAL</h3>

</body>

</html>

Similar questions