Computer Science, asked by viditbandhu7, 7 months ago

. Name the following with respect to HTML:
i. Attribute for changing type of font.
ii. Element to enter the data in next line

Answers

Answered by tanyagoyal697
1

Answer:

I) font-size:

2)<br>

Explanation:

To change the font size in HTML use the style attribute .The style attribute specifies an inline style for an element. The attribute is used with the HTML< p > tag ,with CSS property font size. HTML 5 do not support the <font> tag, so the CSS style is used to add font size.

<br> element produces a line break in text.

Similar questions