Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to change font size in html

<body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
Comment

html font size

<span style="font-size:20px;"></span>
Comment

change text width html

<!-- relative font size -->
<font size="+2">This is bigger text.</font>
<font size="-1">This is smaller text.</font>

<!-- absolute font size -->
<font size="1">This is really tiny text.</font>
Comment

html font size

font-size:20px;

"default size is : +-16px;"
Comment

html font size

<font size="+2">This is bigger text.</font>
Comment

PREVIOUS NEXT
Code Example
Html :: best place to include script in html layout 
Html :: iframe youtube playlist not working html 
Html :: is html easy? 
Html :: text color in html 
Html :: center html 
Html :: colspan 1.5 
Html :: where should favicon.ico be placed in flask app 
Html :: image with url html 
Html :: ionic 5-star-rating 
Html :: html textarea rows 
Html :: colab to html 
Html :: svg as button 
Html :: ngfor display in html table 
Html :: html paragraph 
Html :: how to change font colour in html 
Html :: html pallete 
Html :: bootstrap tabs 
Html :: object htmldivelement to string 
Html :: tag img 
Html :: html download file from directory 
Html :: bootstrap 5 tab 
Html :: html link anchor external page 
Html :: how to pass the current url to beautiful soup html 
Html :: print view fields in unformatted.html.twig drupal 
Html :: html definition list 
Html :: how to make html element center of the screen 
Html :: ionic format date 
Html :: how to change submit button size in html 
Html :: github see commits by user 
Html :: transparent navbar 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =