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

Detailed explanation of CSS BEM writing standards

BEM is a component-based approach to web developm...

js to achieve simple calendar effect

This article shares the specific code of js to ac...

Multiple methods to modify MySQL root password (recommended)

Method 1: Use the SET PASSWORD command MySQL -u r...

The whole process of installing mysql5.7.22 under ARM64 architecture

MySQL download address: https://obs.cn-north-4.my...

JavaScript Basics Objects

Table of contents 1. Object 1.1 What is an object...

Vue3+script setup+ts+Vite+Volar project

Table of contents Create a vue + ts project using...

How to deploy your first application with Docker

In the previous article, you have installed Docke...

One sql statement completes MySQL deduplication and keeps one

A few days ago, when I was working on a requireme...

CSS3 uses the transition property to achieve transition effects

Detailed description of properties The purpose of...

Hide div in HTML Hide table TABLE or DIV content css style

I solved a problem tonight that has been botherin...

Summary of methods for querying MySQL user permissions

Introduce two methods to view MySQL user permissi...

Solution to the problem that Navicat cannot remotely connect to MySql server

The solution to the problem that Navicat cannot r...

Tutorial on installing nginx in Linux environment

Table of contents 1. Install the required environ...