<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Semantic Elements</title>
</head>
<body>
<p> all the tags that are use in the html to give a look to website like header footer left or right allignemtntags
etc are called the semantics elements and these alements are used in html for broswer services or search engione
optimzation</p>
<!-- thses are elemets that ha ve meaning to used but there are also non semantics elemetns that are used but arenot helpfull for browser or any other help -->
<a href="https://www.w3schools.com/html/html5_semantic_elements.asp">Click here For more information</a>
<!-- semantics tags are userhelpfull and alspo browser helpfull and im ed with there next topic is css and html will end end there little more study about html can be in css -->
<p><strong>Thank You</strong></p>
</body>
</html>