How to use section tag in html

Syntax
Syntax of HTML <section> tag
<section>.......</section>
how to use section tag in html
Example
<!DOCTYPE html>
<html>
<head>
<title> html section tag</title>
</head>
<body>
<section>
<p>
An
HTML tag is a building block of a web page used to define
Tags are usually written within angle brackets, like tagname, and
with the content placed in between. Some tags, like
img or br,
are self-closing and do not need a closing tag. HTML tags tell the
browser how to display text, images, links, lists, tables, and other
content. Learning tags is essential to create, format, and structure
websites effectively </p>
</section>
<section>
<p>HTML (HyperText Markup Language) is the foundation of the web,
used to structure content on websites. Learning HTML is essential
for creating web pages, adding headings, paragraphs, images, links,
and other elements.beginner-friendly and easy to learn,
</section>
</body>
</html>
how to use section tag in html
Explain Program
Step 1]
<!DOCTYPE html>
- This declare the document type.
- browser that the document is written in html