uses of HTML element to describe the structure of pages

 In this language are several different elements each element has an opening tag and a closing tag
opening and  closing tags are
<html> </html>
<body> </body>
<h1> </h1>
<p> </p>
<h2> </h2>
<h3> </h3>
<h4> </h4>
               more about  elements
The opening tag of the element and are made up of two parts a name and a value separated by an equal sign. for example 
<p lang="fr"> paragraph</p>
attribute name is lang
and attribute value is "fr"

Comments

Popular posts from this blog