Computer Science, asked by mahabirtanti, 1 year ago

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

Answer:

<html>

<head>

h4 {

text-align: center;

}

</head>

<body>

<h4><b><i>aouthor</i></b></h4>

<p>favourite book five or six lines </p>

</body>

</html>

Explanation:

if you want to underline the paragraph then give <u> tag inside the <p> tag tag...for example:-

<p>I live in india </p>

suppose you want to underline "india" inside the <p> tag

then:-

<p>l live in <u>india</u></p>

where,

<p> = paragraph

<u> = underline

<i> = italic

<b> = bold

<h4> = heading number 4

HOPE YOU LIKE IT....

THEN PLEASE MAKE  ME  BRANIST OR FOLLOW ME....

Similar questions