Computer Science, asked by smileplease728097, 4 days ago

give me all html tags with their uses after that I will mark you brainliest​

Answers

Answered by adhitsaraf09
1

Answer:

/HTML The entire HTML document

HEAD The head, or prologue, of the HTML document

/BODY All the other content in the HTML document </TITLE> The title of the document

H1 First-level heading large text size

H2 Second-level heading

H3 Third-level heading

H4 Fourth-level heading

H5 Fifth-level heading

H6  Sixth-level heading small text size

Paragraph Hitting a return in the HTML file will not make a new paragraph when the file is viewed. You need to use this tag to make a new paragraph.

BR Line Break This tag will show a blank line.

HR Horizontal Rule Creates a horizontal line on the page.

Similar questions