any body knows HTML in computers if yes then send format pls
Answers
HTML Formatting Elements
Formatting elements were designed to display special types of text:
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
Answer:
HTML is a HyperText Markup Language file format used as the basis of a web page. HTML is a file extension used interchangeably with HTM. HTML is consists of tags surrounded by angle brackets. The HTML tags can be used to define headings, paragraphs, lists, links, quotes, and interactive forms.
Explanation:
1). <b> - Bold text.
2). <strong> - Important text.
3). <i> - Italic text.
4). <em> - Emphasized text.
5). <mark> - Marked text.
6). <small> - Smaller text.
7). <del> - Deleted text.
8). <ins> - Inserted text.
9). <sub> - Subscript text
10). <sup> - Superscript text