HTML single quotation mark, double quote escape

Source: Internet
Author: User

Today, after editing an HTML template with a TRS background, after saving and publishing, the preview of the revised page will be an error. But I just added the red code below.

<p>

<span style= "color: #ff0000;" > Content </span>

</p>

So I put the above code off and normal, the problem is in the code I added, but look at the code there is nothing wrong, so there is a look at the template other code found &apos; and &quot; code

Search the Internet to find &apos; is the escape character of single quotation mark,&quot; is the escape character of double quotation mark. I'll just follow the gourd. Change the above code to

<p>

<span style=&quot; Color: #ff0000; &quot; > Content </span>

</p>

Save the publication preview OK!

HTML single quotation mark, double quote escape

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.