163k views
5 votes
The fundamental building block in every Hypertext Markup Language (HTML) document is the _____ tag, which marks a component in the document.

User Otello
by
6.8k points

2 Answers

2 votes

Answer:

<div></div>

Step-by-step explanation:

The <div></div> tag allows you to build containers to the text that you want to include in your html

User Justin Ryan
by
5.8k points
3 votes

Answer:

The fundamental building block in every Hypertext Markup Language (HTML) document is the element tag.

Step-by-step explanation:

Element describes the structure of any HTML document or a web page. An element will contain “Start and End tags”. There are few elements which contains start tag but does not contain an end tag.

There are elements to represent heading, paragraph, a body tag to define a body, anchor tag to link one link page to another. These tag contains both start and end tag. There are few tags where there is a start tag and no end tag.

Eg. Break tag which includes an empty line in the web page.

User Alex  Malkov
by
6.4k points