CSS for sel0-0

  <script>
    p  { color: black; }  # 0,0,0,1
     b  { color: green; }  # 0,0,0,1
     em  { color: blue; }  # 0,0,0,1
     i  { color: brown; }  # 0,0,0,1
     code  { color: purple; }  # 0,0,0,1
  </script>
  

Page Content

  <h3>Simple Selectors</h3>
<p>This is a paragraph containing a <b>bold phrase</b>
and an <em>emphasized phrase</em> and some <i>italic</i>
and some stuff in <code>code font</code></p>
  

Simple Selectors

This is a paragraph containing a bold phrase and an emphasized phrase and some italic and some stuff in code font