OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > | 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > |
4 <head> | 4 <head> |
5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | 5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
6 <meta name="author" content="Dave Shea" /> | 6 <meta name="author" content="Dave Shea" /> |
7 <meta name="keywords" content="design, css, cascading, style, sheets, xhtml,
graphic design, w3c, web standards, visual, display" /> | 7 <meta name="keywords" content="design, css, cascading, style, sheets, xhtml,
graphic design, w3c, web standards, visual, display" /> |
8 <meta name="description" content="A demonstration of what can be accomplishe
d visually through CSS-based design." /> | 8 <meta name="description" content="A demonstration of what can be accomplishe
d visually through CSS-based design." /> |
9 <meta name="robots" content="all" /> | 9 <meta name="robots" content="all" /> |
10 | 10 |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 | 204 |
205 </div> | 205 </div> |
206 | 206 |
207 <!-- These extra divs/spans may be used as catch-alls to add extra imagery. --> | 207 <!-- These extra divs/spans may be used as catch-alls to add extra imagery. --> |
208 <!-- Add a background image to each and use width and height to control sizing,
place with absolute positioning --> | 208 <!-- Add a background image to each and use width and height to control sizing,
place with absolute positioning --> |
209 <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><d
iv id="extraDiv3"><span></span></div> | 209 <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><d
iv id="extraDiv3"><span></span></div> |
210 <div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><d
iv id="extraDiv6"><span></span></div> | 210 <div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><d
iv id="extraDiv6"><span></span></div> |
211 | 211 |
212 </body> | 212 </body> |
213 </html> | 213 </html> |
OLD | NEW |