latest Post

Elements with Id selectors in css

<html>
      <head>
         <style>
              h3#A
                  {
                    background:red;
                  }
         </style>
      </head>
      <body>
          <p>oracle<p><br>
          <big>jquery</big>
          <h3 id="A">html</h3>
      </body>
</html>

About Mallikarjun A

Mallikarjun A
Recommended Posts × +

0 comments:

Post a Comment