03 Sep  Admin

Attributes ?? ?????? ?? tags ?? ???? according configure ?? ???? ??? Attributes ?? ????? starting tag ??? define ???? ???? ??? ????? define ???? ?? ?????? ???? ???? ?? ??? ??? ????? ?? HTML tags ???? ?? ?? ???? attributes ???? ??? ?? name ?? value ?? pair ??? ???? ???? ???

<tagName attrName=”value”> some text here.</tagName>


Common HTML attributes 

Attributes advanced configuration ?? ??? ???? ???? ???? ??? ???? ?? ?? default page background ???? ????? ?? ???? ???? according change ?? ???? ??? ??? ?? ?? ??? default text color ???? ????? ?? ?? ??? ?? change ?? ???? ??? Attributes ?? ???? ???? ???? ?? simple ??? ?? ???? ??? ???? ????? ?? ????? attribute ??? ??? ???? ???? ??? 

???? ???? HTML ??? commonly ???? ???? ???? attributes ?? list ?? ?? ??? ???  

 Attribute Explanation  Example  

 id  
HTML document ??? ???? tag ?? uniquely identify ???? ?? ??? id attribute ???? ???? ???? ??? ?????? 2 tags ?? id same ???? ?? ???? ???    
 <p id=”mypara”> 

 class 
?? attributes tags ?? ??? ??? class ??? categories ???? ?? ??? ???? ???? ???? ??? ???? ?? tags ?? class ?? ?? ???? ??? 
 <h1 class=”java”> 

 title  
???? tag ?? tittle ???? ???? ?? ??? title attribute ???? ???? ???? ???   
 <p title=”Hello”> 

 style 
?? attribute ?? ?????? ?? tag ?? style rules apply ?? ???? ???   <p style=”color:red”>