Computer Science, asked by drishtibajaj2007, 9 months ago

2. Write a program to print a paragraph that contains description of your favorite book in 5-6 lines ,include the name of the book as well as its author .in big and bold letters .name of the characters should be underlined ,adjectives in the paragraph should be itslicized and bold

Answers

Answered by deepaa9217
0

Answer:

<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>

Explanation:

<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>

Similar questions