46.1k views
4 votes
Which tags are used to display the body/content of a webpage

User Iwiznia
by
4.6k points

2 Answers

7 votes
Description. The HTML tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page.
User Dafydd Giddins
by
4.3k points
2 votes

Answer:

The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

<p>

<img>

<h1>

<h2>

<div>

<table>

User Dthrasher
by
4.3k points