LightBox 2: Simple JavaScript Image Gallery:
Simple way to add an image gallery (lightbox) in Dreamweaver:
WEB DESIGN, prof. jun bum shin
The School of Art, Design & Art History, James Madison University
Result
|
Description
|
Entity Name
|
Entity Number
|
|---|---|---|---|
non-breaking space
|
 
|
 
| |
<
|
less than
|
&lt;
|
&#60;
|
>
|
greater than
|
&gt;
|
&#62;
|
&
|
ampersand
|
&amp;
|
&#38;
|
¢
|
cent
|
&cent;
|
&#162;
|
£
|
pound
|
&pound;
|
&#163;
|
¥
|
yen
|
&yen;
|
&#165;
|
€
|
euro
|
&euro;
|
&#8364;
|
§
|
section
|
&sect;
|
&#167;
|
©
|
copyright
|
&copy;
|
&#169;
|
®
|
registered trademark
|
&reg;
|
&#174;
|
™
|
trademark
|
&trade;
|
&#8482;
|

Value
|
Description
|
length
|
Defines a fixed padding (in pixels, pt, em, etc.)
|
%
|
Defines a padding in % of the containing element
|
@font-face {
font-family: 'ChunkFiveRegular';
src: url('fonts/chunkfive.eot');}
h1, h2 {
font-family: ChunkFiveRegular, Georgia, serif;}
HTML:
<h1>Briards</h1>
<p>The brie is a large breed of dog traditionally used as a herder and guardian of sheep.</p>
<h2>Breed History</h2>
<p>The briard, which is believed to have originated in France, has been bred for centuries to herd and to protect sheep.</p>