HTML&CSS entity

Source: Internet
Author: User

<!DOCTYPE HTML><HTML>    <Head>        <MetaCharSet= "Utf-8" />        <title>Common tags</title>    </Head>    <Body>                <!--in HTML, some of the special characters such as < > are not directly used to represent these special characters using special symbols, which we call entity (Escape string) entity when the syntax browser resolves to the entity, these        Special characters are converted to the corresponding characters & entities ' names: < &lt;        >&gt;        Space &nbsp; (a nbsp represents a single space, more than one is written) does not return a newline.        Version symbol:&copy; Other specific implementations can be based on a lot of other official introductions -a<b>c a&lt;B>&gt;C</Body></HTML>
Useful character entities in HTML

Note: The entity name is case sensitive!

Show Results Description Entity name Entity number
Space &nbsp; & #160;
< Less than sign &lt; & #60;
> Greater than sign &gt; & #62;
& and number &amp; & #38;
" Quotes &quot; & #34;
Apostrophe &apos; (ie not supported) & #39;
Points (cent) &cent; & #162;
Pound (pound) &pound; & #163;
Yuan (yen) &yen; & #165;
Euros (euro) &euro; & #8364;
§ Section &sect; & #167;
? Copyrights (copyright) &copy; & #169;
? Registered trademarks &reg; & #174;
? Trademark &trade; & #8482;
X Multiplication sign &times; & #215;
÷ Division Sign &divide; & #247;

HTML&CSS entity

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.