copyright symbol html code example

Example 1: copyright symbol html

©

©

Example 2: copyright symbol html

<!-- Copyright (©) Symbol in HTML -->
HTML ENTITY: &copy;
HTML CODE: &#169;

Example 3: copyright symbol html

&#169;
or
&copy;

Example 4: copy the text html

<script type="text/JavaScript">
//courtesy of BoogieJack.com
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>

Tags: