Read the following statements and write the HTML tag with its attribute a. To create a heading of the text like a newspaper. b. To change the font style of a particular paragraph. c. To give one blank line between two text lines.
Answers
Answered by
1
Answer:
a. <H1> <\h1> To create a heading of the text like a newspaper.
b.
c. <br> <\br> To give one blank line between two text lines.
( <br> are usually a opening tad and it used to insert line break but if you use <\br> it will give one blank line between two text line )
hope it will help you
Similar questions