Skip to main content

Character Entities in HTML Tutorial Part12


HTML Entities

Some characters ar reserved in markup language.
If you utilize the but (<) or larger than (>) signs in your text, the browser would possibly combine them with tags.
Character entities ar accustomed show reserved characters in markup language.
A character entity feels like this

&entity_name;

OR

&#entity_number;


HTML entities were delineate within the previous chapter.
Many mathematical, technical, and currency symbols, don't seem to be gift on a traditional keyboard.
To add such symbols to AN markup language page, you'll use AN markup language entity name.
If no entity name exists, you'll use AN entity variety, a decimal, or hex reference.

 DOWNLOAD Output File

Comments

Popular posts from this blog

HOW TO CREATE BORDER USING HTML AND CSS

A border in your hypertext mark-up language pages will facilitate bring attention to an area of text or surround the other hypertext mark-up language component. As is seen below a border is created around any text victimization hypertext mark-up language and CSS on your website. within the example below we've enclosed a paragraph (<p></p>) with a red border. In the on top of code, the fashion is process the border size (px short for pixel), style type, and border color. the fashion of the border is however the border seems on screen. alternative kinds of border designs embrace dotted, dashed, double, groove, ridge, inset, and outset. The border color defines the colour you would like to use for the border. within the on top of example, the colour code #FF0000 was used, that is that the code for red. All of the on top of examples use "inline" designs to make the borders. you'll conjointly use "embedded" vogue sheets or "external...

Product color changing using HTML, CSS3 & jQuery

http://www.lisenme.com/

11 Creativity Text Styles and Hover Effects CSS3 | Tutorial SVG masking ...