Computer Science, asked by Sara1371993, 9 months ago

HTML related question​

Attachments:

Answers

Answered by StarrySoul
48

 \sf{Creating  \: Web \:  Page \:  on \:  HTML }

<html>

<head>

<title> My Best Friend </title>

</head>

<body bgcolor = "red" text = "white">

My Best Friend's name is Raj <br>

He's the most amazing person I've ever met <br>

He always helps me in every need <br>

I pray our friendship remains forever <br>

</body>

</html>

For Output Refer to the Attachment

How to Design a Website :

For designing a website,we need :

• Text Editor to type the Program

• Web Browser to view the result

Most commonly used HTML Editor is Notepad

And Most Commonly used Web Browser is Chrome

A HTML Program is written to design webpages, using tags. Tags are simple commands which are used to instruct a web browser about how the web page look like.

Attachments:

Nereida: Awesome !!
StarrySoul: Thank you Seno! ♡
Answered by akshayamca14
0

Answer:

<!DOCTYPE html>

<html>

<head>

<title>My Best FRIEND</title>

</head>

<body>

<p style="background-color:Tomato;">Our friendship started when my best friend came in as a new admission to our class. Both of us were hesitant to talk to each other at first, but gradually we developed a bond. I remember the first time my best friend tried to talk to me; I rolled my eyes because I thought there was no use and we wouldn’t hit it off. However, to my surprise, we became best friends by the end of the session year.

We learned so many things about each other and found out that our taste in music was so similar. Since then, there was no stopping us. We spent all our time together and our friendship became the talk of the class. We used to help each other out in studies and visited each other’s home as well.

On our summer break, we even went to summer camp together and made a lot of memories. Moreover, we even invented our own handshake which only both of us knew. Through this bond, I learned that family doesn’t end with blood because my best friend was no less than my family..</p>

</body>

</html>

Explanation:

Similar questions