HTML Assingment
Create a web page using HTML to give a description of your favorite book.
Instructions:
• The title of the web page should be ‘My Favourite Book’.
• Apply Heading Level 1 to the book name which will be displayed as a heading.
‘Center’ aligns the heading by using the tag.
• Write three paragraphs about your favorite book using tag.
• 1 st paragraph must be displayed in bold, 2nd in italics, and 3rd underlined.
• Use tag to change line.
• Insert one horizontal rule at the end.
• Mail the HTML file and screenshot of the browser view of the web page.
Answers
Answered by
0
Answer:
<html>
<head>
<title>My Favourite Book</title>
</head>
<body>
<h1 style="text-align:center;">My Favourite Book</h1>
<p><b>Essay on My Favourite Book:</b>
<br> <br>Books are friends who never leave your side. I find this saying to be very true as books have always been there for me.
<br><br><u> I enjoy reading books. They have the power to help us travel through worlds without moving from our places.</u></p>
</body>
</html>
Attachments:
Similar questions