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

CSS3 countdown effect

Achieve results Implementation Code html <div ...

Writing tab effects with JS

This article example shares the specific code for...

JavaScript ES new feature block scope

Table of contents 1. What is block scope? 2. Why ...

Methods for optimizing Oracle database with large memory pages in Linux

Preface PC Server has developed to this day and h...

Several mistakes that JavaScript beginners often make

Table of contents Preface Confusing undefined and...

MySQL Error 1290 (HY000) Solution

I struggled with a problem for a long time and re...

onfocus="this.blur()" is hated by blind webmasters

When talking about the screen reading software op...

Slot arrangement and usage analysis in Vue

The operating environment of this tutorial: Windo...

25 fresh useful icon sets for download abroad

1. E-Commerce Icons 2. Icon Sweets 2 3. Mobile Ph...

Solution for Nginx installation without generating sbin directory

Error description: 1. After installing Nginx (1.1...

The "3I" Standards for Successful Print Advertising

For many domestic advertisers, the creation and ev...

Recommend 60 paging cases and good practices

<br />Structure and hierarchy reduce complex...

Learn about TypeScript data types in one article

Table of contents Basic Types any type Arrays Tup...