Computer Science, asked by vaidehi5547, 10 months ago

Write the HTML code for the following.
a. A normal sized heading with the text,"LOYALA 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 TheWeirdGenius
16

Explanation:

<html>

<head>

<title>school program. </title>

</head>

<body>

<p align="center">

<h1>LOYOLA HIGH SCHOOL </h1>

</p>

<h1>PETER PAN</h1>

<h2>A MUSICAL </h2>

<hr>

</body>

</html>

this is your program.

it will definitely help uh.

note:- <hr> tag is an empty tag don't close it.

#mark as brainliest..... only if it helps you.

Answered by radhakrishna491
0

Answer:

For LOYALA HIGH SCHOOL use h6 and for PETER PAN use h1. I don't know about 'A MUSICAL'.

Similar questions