Frontend Engineering, Volume I

HTML Chapter 1 Examples 1h

© 2012, Martin Rinehart


Note: examples only. CSS will be fun! This is from Volume II.

Adding Styled Spans

In Notepad++ (relevant part):


<p>Written by a lover of</p>
<ul>
	<li><span style='background-color: red'>Beeches</span></li>
	<li><span style='border: 1px solid green;>Maples</span></li>
	<li><span style='font-size: 24pt;'>Oaks</span></li>
</ul>

In Opera (relevant part):
View of example 1h



Feedback: MartinRinehart at gmail dot com

# # #