Computer Science, asked by niratgill, 2 months ago

answer and i will make you brainlest


Q1. Write a HTML Program to display the following text. (Use proper H1, H2, and H3 tags)


This is Planet Earth

I Love My INDIA

Ashoka Universal School




Q2. Write a HTML Program to display the following text. Use appropriate Bold <b> and Italic <i> tags.

Good Morning, I am happy today and will be happy tomorrow too.​

Answers

Answered by umitbarman1111
4

1)

<html>

<head>

<title>type your desire title

</title>

</head>

<body>

<H1> This is planet earth</H1>

<H2> I love my India</H2>

<H3> Ashoka Universal School</H3>

</body>

</html>

2)

<html>

<head><title>type your desire title </title>

</head>

<body>

<B>Good Morning,</B> I am happy today and will be happy <i>tomorrow too.</i>

</body>

</html>

Answered by BrainlyProgrammer
2

Required Answer:

<HTML>

<HEAD>

<TITLE> My Html Program </TITLE>

</HEAD>

<BODY>

<CENTER><H1>This Is Planet Earth</H1></CENTER>

<CENTER><H1>I Love My INDIA</H1></CENTER>

<CENTER><H3>Ashoka Universal School</H1></CENTER>

</BODY>

</HTML>

•Output Attached.

Attachments:
Similar questions