Summary of commonly used escape characters in HTML

Summary of commonly used escape characters in HTML

The commonly used escape characters in HTML are summarized as follows:

  Non-breaking space

  Half-square space

  Full large space

&lt; less than<

&gt; Greater than>

&amp; Symbol

&quot;Double quotes"

&copy; Copyright symbol©

&reg; Registered Trademark®

&trade; Trademark (USA) TM

&times; Multiplication sign ×

&divide; Division sign ÷

Note: 1. There should be no spaces between escape characters.

2. The escape character must end with ";".

3. A single "&" is not considered the start of an escape character.

4. Escape characters are case sensitive.

Summarize

The above is a summary of the commonly used escape characters in HTML introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time!

<<:  Detailed explanation of CSS style sheets and format layout

>>:  Introduction to scheduled tasks in Linux system

Recommend

About the pitfall record of Vue3 transition animation

Table of contents background Problem location Fur...

MySQL SQL statement analysis and query optimization detailed explanation

How to obtain SQL statements with performance iss...

js version to realize calculator function

This article example shares the specific code of ...

Summary of common knowledge points required for MySQL

Table of contents Primary key constraint Unique p...

Native JS to achieve draggable login box

This article shares a draggable login box impleme...

Introduction to the usage of props in Vue

Preface: In Vue, props can be used to connect ori...

Vue sample code for easily implementing virtual scrolling

Table of contents Preface Rolling principle accom...

How to deploy Rancher with Docker (no pitfalls)

Must read before operation: Note: If you want to ...

CentOS uses expect to remotely execute scripts and commands in batches

Sometimes we may need to operate servers in batch...

How to configure NAS on Windows Server 2019

Preface This tutorial installs the latest version...

Install three or more tomcats under Linux system (detailed steps)

If you want to install multiple tomcats, you must...

Several methods of implementing carousel images in JS

Carousel The main idea is: In the large container...

Teach you how to use AWS server resources for free

AWS - Amazon's cloud computing service platfo...

Summary of the unknown usage of "!" in Linux

Preface In fact, the humble "!" has man...