148k views
2 votes
Where does most of your html code happen between what 2 tags?

1 Answer

3 votes

Final answer:

Most of the HTML code happens between the <body> and </body> tags.

Step-by-step explanation:

The majority of HTML code is written between the <body> and </body> tags. These tags define the content that is visible on a webpage. Inside the <body> tags, you can include elements like headings (<h1>, <h2>, etc.), paragraphs (<p>), images (<img>), links (<a>), and more.

User Revprez
by
7.4k points

Related questions

1 answer
1 vote
133k views
asked Sep 12, 2024 89.5k views
Binod Kalathil asked Sep 12, 2024
by Binod Kalathil
7.8k points
1 answer
2 votes
89.5k views