HTML doesn't have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTML4. Here is one way to simulate such a figure element: Scale model of the

Eiffel tower in
Parc Mini-France
Then in the style sheet you use the class "figure" to format the figure the way you want. For example, to float the figure to the right, in a space equal to 30% of the width of the surrounding paragraphs, these rules will do the trick:
div.figure {
float: right;
width: 30%;
border: thin silver solid;
margin: 0.5em;
padding: 0.5em;
}
div.figure p {
text-align: center;
font-style: italic;
font-size: smaller;
text-indent: 0;
}
In fact, only the first two declarations (float and width) are essential, the rest is just for decoration.
Labels:
art,
hobby,
Tutorials
Figures & captions
Rama
Thursday, May 26, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
by: SINGER. Cloud computing can be defined as a data service, software and storage service, where the end user is not aware of the physical ...
-
Ari Saputra - detikNews Jakarta - Seni mural atau lukisan di dinding jalanan semakin marak di Jakarta. Kebanyakan menghiasi pilar beton j...
-
For the recent music video for hip dubstep-rock act Nero’s first chart hit, Me & You, James May – aka Smudgethis – created a fictional ...
-
Well, if you look challenging enough in bookshops, libraries and search about online, you might obtain varied bits of specifics right here a...
-
Jika Anda seorang pemilik bisnis online Anda mungkin memahami bahwa kemampuan Anda untuk menyampaikan informasi kepada prospek Anda dan pela...
-
There are 3 kinds of Networks / Network are: a. Local Area Network (LAN) / Local Area Network. A LAN is a network that is limited by a re...
-
HTML doesn't have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTM...
-
Cost-Benefit Analysis of Cloud Computing versus Desktop Grids Derrick Kondo1, Bahman Javadi1, Paul Malecot1, Franck Cappello1, David P. Ander...
-
In this tutorial I’m going to teach you how to construct a simple UI slider using jQuery. It’s very effective and can be used for almost any...
-
For women, shaping the muscles of the thighs is an important fitness goal. A shapely lower body is considered very feminine, and the right p...
0 comments:
Post a Comment