write an HTML program to print a paragraph that contain description of your favourite book five or six line through the names of the book as well as the author in big and bold letter names of the characters should be underline adjectives in the paragraph should be italicized and bold
Answers
Answered by
43
<html>
<head>
<title>
Description
</title>
</head>
<body>
<center><h1>TITLE OF THE BOOK</h1></center>
<br>
<h2><b><i>AUTHOR NAME </i></b></h2>
<br>
WRITE FIVE TO SIX LINE ABOUT THE BOOK YOU WANT TO WRITE
LIKE - <u> XYZ </u> WAS MY FAVOURITE CHARACTER AND <u> ABC </u> WAS <b> <u> AMAZING </b> </u>.
</body>
</html>
About some tags that I am using
- <center> - It will make the text in centre.
- <h1> - heading one
- <h2> - heading two
- <b> - bold ... like - A
- <i> - italic ... like - A
- <u> - undeline ... like - A
- <br> - to change line
Note - As you have not mentioned any title for the web page that's why I am using Description. If you don't want title then don't type/write <title> Description </title>
Answered by
4
Answer:
html tag
html tag
html tag
Similar questions