List of commonly used escape codes for HTML greater than, less than, spaces, quotation marks, etc.

List of commonly used escape codes for HTML greater than, less than, spaces, quotation marks, etc.

The table is as follows:

HTML source code

Display results

describe

<

<

Less than sign or display mark

>

>

Greater than sign or display mark

&amp;

&

Can be used to display other special characters

"

"

quotation marks

&reg;

®

Registered

&copy;

©

copyright

&trade;

trademark

&ensp;

Half square blank

&emsp;

A huge blank space

&nbsp;

Uninterrupted blank space


Continue to provide a more complete HTML special escape character comparison table

If the above still can't satisfy you, I suggest you read this article: http://tools.jb51.net/table/html_escape

<<:  Linux system file sharing samba configuration tutorial

>>:  Teach you a trick to permanently solve the problem of MySQL inserting Chinese characters

Recommend

How to deploy zabbix_agent in docker

zabbix_agent deployment: Recommendation: zabbix_a...

MySQL 5.7.18 MSI Installation Graphics Tutorial

This article shares the MySQL 5.7.18 MSI installa...

A small collection of html Meta tags

<Head>……</head> indicates the file he...

js implements shopping cart addition and subtraction and price calculation

This article example shares the specific code of ...

How to deploy Confluence and jira-software in Docker

version: centos==7.2 jdk==1.8 confluence==6.15.4 ...

Basic knowledge: What does http mean before a website address?

What is HTTP? When we want to browse a website, w...

Solve the problem of insufficient docker disk space

After the server where Docker is located has been...

Summary of solutions for MySQL not supporting group by

I downloaded and installed the latest version of ...