Basic Terminology Of Html Docs

           Basic Terminology 


Here some basic terms related to html you should have to know.

1-TAG
2-ATTRIBUTE

Tag


It is a keyword to specify certain kind of formatting and displaysof the content. A tag written with in < >

Example


<html>
<head>
<title>

Attribute


It allows us to add bit of u information in tag. attribute appear inside the opening tag and have specific values.

<html lang="EN">

we are tolking about this one in detail so you do not have to worry about it.