HTML and CSS Reference
In-Depth Information
As you move to the next battlefield, below the #hello
container there is #albums, as it's being called in
Monoplate.
Code the #albums
11
The container has 4 thumbnails floated one after
another. An unordered list could work here
(e.g. ul li ).
The HTML is simple:
<div id=”albums”>
<ul class=”nostyle cf”>
<li>
</li>
</ul>
</div><!-- end #albums -->
Before adding the content inside the li , create the
styles for each of these li in your style.css ile .
 
Search WWH ::




Custom Search