HTML has alternative coding for showing special characters.
For example :
" " is equivalent to having a space
"©" is equivalent to copyright sign
When we write "©" in our HTML, browser renders the corresponding copyright sign in the screen.
But problem is, how to print the word "©" itself on the screen?
Here is the solution :
"©"
Write the above code and this would do just the thing we want to achieve.
For example :
" " is equivalent to having a space
"©" is equivalent to copyright sign
When we write "©" in our HTML, browser renders the corresponding copyright sign in the screen.
But problem is, how to print the word "©" itself on the screen?
Here is the solution :
"©"
Write the above code and this would do just the thing we want to achieve.
No comments:
Post a Comment