Tag Name : section
the 'section' tag is used to identify a block of related content on a web page.
This block/section can have its own header and footer.
HTML Example :
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<section>
<div style="color:#cc0000;">What are Payday Loans?</div>
<p>Payday Loans are short term cash advances that are usually offered at a very high APR</p>
</section>
</body>
</html>
Output :
What are Payday Loans?
Payday Loans are short term cash advances that are usually offered at a very high APR