Computer Science, asked by wangringdilbung, 1 month ago

Explain the following:

Hypertext, container tag and empty tag​

Answers

Answered by padmajareynu
1

Explanation:

The tags that do not contain any closing tags are known as empty tags. Empty tags contain only the opening tag but they perform some action in the webpage. ... <br>: Inerts a line break in a webpage wherever needed. <hr>: Inserts a horizontal line wherever needed in the webpage.

Answered by ekjotsingh1320p5bk7z
1

Explanation:

Hypertext is text which contains links to other texts

container Tag:- a tag which has an opening and a closing tag is called Container Tag. Eg:- HTML, FONT

Empty Tag:- A tag which only has an opening tag. Eg:- HR, Br.

Similar questions