Essential Entities - HTML CSS HTML

HTML CSS examples for HTML:Entity

Introduction

The following table lists the the essential entities in HTML.

Character Entity Name Entity Number Description
& & & Ampersand
" " " Double quote mark
< &lt; &#60; Less than symbol
> &gt; &#62; Greater than symbol
' &apos; &#39; Apostrophe (XHTML only)

Related Tutorials