'big' Example : big « Tags « HTML / CSS






'big' Example

    

<html>
   <head>
      <title>big element example</title>
   </head>
   <body>
      <p align="center">
      <big><big>bigger</big> big</big>
      </p>
   </body>
</html>   
           
      
      








Related examples in the same category