Use special character in HTML

Asked By 30 points N/A Posted on -
qa-featured
  • I want to use some special character in my personal site. When I use a Copyright mark in the footer area. But I am unable to write the mark. Sometime we use registered trademarks in some site. So, I also need a trademark in my PHP-HTML page.

    Copyright* 2010-2011 by [company name]. All Rights Reserved.

SHARE
Best Answer by paul info
Answered By 0 points N/A #111391

Use special character in HTML

qa-featured
  • General HTML supports the special symbols that are not present in the keyboard.
  • Special symbol code of the copyright symbol "ampersand copy", this code is defined by starting with the ampersand and ending with a semicolon.
  • As per your requirement use the following code in your footer area to get the copyright symbol.
  • <p> &copy; Copyright* 2010-2011 by [company name]. All Rights Reserved </p>

Hope you got the solution.

Best Answer
Best Answer
Answered By 0 points N/A #111393

Use special character in HTML

qa-featured

It is a simple task to inset a mark in your website footer. You can use HTML source code for this purpose if you need to insert a picture of copyright then use a picture insert command which is search…… / also you can use some special characters if you want to insert special characters such that use ALT + 0169 to enter a © copy write mark in any text editor or in HTML this is the code word for copy write make. Such other codes are also available so you can use them as your requirements.

When you are typing the HTML code in any text editor on in PHP then you can use this code to insert a copy write mark in your text editor and it will solve your problem for copy write mark keep in mind that you can also change the size of this sign as your requirements and i hope you know the code for size of letters.

Related Questions