Computer Science, asked by ILMAJI, 5 months ago

What are tags in HTML ? class 9​

Answers

Answered by MysticalStar07
5

Answer:

An HTML element is a type of HTML document component, one of several types of HTML nodes. HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document. Each element can have HTML attributes specified.

Answered by parasrajkaur
2

Explanation:

1. inserting section break

<br>

2. marking up text to appear bold

<b>,</b>

3. marking up text appear italic

<i>,</i>

4. to change the font size of entire html document.

<font size=amount of number>,</font>

hope it will help you ヾ(^-^)ノ

Similar questions