Answers for "small size text in html"

2

how to make text bigger in html

<!DOCTYPE html>
   <html>    
      <head>      
         <title>HTMLFont size</title>    
      </head>    
      <body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
</html>
Posted by: Guest on October-02-2020
0

html small text

Small upper text can be used for things such as No2

<h>Text<sup> Small Upper text</sup></h>
<br> -- br/BreakRule is not neccesary
<h>Text<sub> Small Below text</sub></h>
Posted by: Guest on June-19-2021

Browse Popular Code Answers by Language