write an HTLM code using special characters in it ?
Answers
Special Characters in HTML: Overview
There are times when it becomes necessary to display symbols or special characters in HTML that are not available on a standard keyboard, such as ©. You may also need to display special characters in HTML that have a special meaning in HTML (<,>,&, etc). To accomplish this, HTML uses the Special Character Entity tag. The tag takes the format of an ampersand (&), followed by the pound sign (#), followed by the number of the code, and ended by a semicolon (;). For example, the © (copyright) symbol can be displayed by using ©. There are literally hundreds of special character entities currently available. A few of the more common tags are listed in the table below.
Description Special Character Code
Acute Accent ´ ´
Ampersand & &
Cent Sign ¢ ¢
Copyright © ©
Dagger † †
Degree Sign ° º
Division Sign ÷ ÷
Euro € ₫
Fraction (one-half) ½ ½
Fraction (one-fourth) ¼ ¼
Fraction (three-fourths) ¾ ¾
Greater-than sign > >
Left-angle quote « «
Less-than sign < <
Multiply sign x ×
Plus or minus sign ± ±
Quotation Mark (left) “ “
Quotation Mark (right) ” ”
Registered Trademark ® ®
Right-angel quote » »
Superscript one ¹ ¹
Trademark
™ ™
Special Characters in HTML: Instructions
To add special characters in HTML, type an ampersand followed by a pound sign (&#) at the place within your HTML document where you want to add a special character
Type the number of the proper code for the character you want to add.
Type a semicolon (;) to finish.
Answer:
hope it will help you
Explanation:
Special Characters in HTML:
Instructions
To add special characters in HTML, type an ampersand followed by a pound sign (&#) at the place within your HTML document where you want to add a special character.
Type the number of the proper code for the character you want to add.
Type a semicolon (;) to finish.