head


    <head>
      <title>Attribute Selectors</title>
      <link rel="stylesheet" type="text/css" href="basic-web-html-07-ch07-eg20.css" />
    </head>
  

body


  
    <body>
        <p id="introduction">Here's paragraph one, each have different attributes.</p>
        <p id="summary">Here's paragraph two, each have different attributes.</p>
        <p class="important XHTML">Here's paragraph three, each have different attributes.</p>
        <p language="en-us">Here's paragraph four, each have different attributes.</p>
        <p class="begins">Here's paragraph five, each have different attributes.</p>
        <p class="contains">Here's paragraph six, each have different attributes.</p>
        <p class="suffix">Here's paragraph seven, each have different attributes.</p>
    </body>
  </html>