Three level nested for tag names : Level Selector : Style Basics HTML CSS TUTORIALS


HTML CSS TUTORIALS » Style Basics » Level Selector »

 

Three level nested for tag names


 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
blockquote p {
 background: url(balloontip.gif);
 background-repeat: no-repeat;
 background-position: bottom;
 padding-bottom: 28px;
}
blockquote p span {
 display: block;
 padding:  0.25em 0.25em 0.5em 0.5em;
 border: 1pt solid black;
 border-bottom-width: 0;        
 font-size: 3em;
 line-height: 0.9em;
}
cite {
 text-align: right;
 display: block;
 width: 250px;
}
</style>
</head>
<body>
  <blockquote>
   <p>
    <span>
     Be bold, baby!
    </span>
   </p>
   <cite>
    This is a test. This is a test. 
   </cite>
  </blockquote>

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Style Basics
» Level Selector