'unselectable' specifies whether or not an element can be selected : unselectable : Basic Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Attributes » unselectable »

 

'unselectable' specifies whether or not an element can be selected



    
<HTML>
<head>
</head>
<BODY>
    <p unselectable="on">
     selectable text.
    </p>
    <p unselectable="off">
     unselected text
    </p>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Attributes
» unselectable