Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Discover comprehensive answers to your questions from knowledgeable professionals on our user-friendly platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

When creating an HTML document, what do we use to set aside space for content?

Elements

O Tags

OSmartArt

O File Extension​


Sagot :

Tags are use to set aside space for contents

What is HTML?

HTML simply means hypertext mark-up language . This is a language for document that are design to be displayed in the web browser.

Tags are HTML codes that defines how a web browser will format and display the content.

The tags is used to set aside space to accommodate contents. Example of tags are header tags(<h1>, <h2>, <h3>, <h4>, <h5> and <h6>), paragraph tag(<p>).

learn more on HTML here: https://brainly.com/question/9069928