'unselectable' Example : unselectable « HTML Attributes Reference « HTML CSS Reference






'unselectable' Example

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








Related examples in the same category

1.'unselectable' Syntax and Note
2.unselectable is applied to