Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to change h1 color in html

<h1 style="color: red;">
  This is a Level1 Heading
</h1>
Comment

how to change font color of h2 tag in html

<!doctype html>
<html>
  <head>
    <title>shivam the new hacker</title>
    <style>
      h2{font color="yellow"}
    </style>
  </head>
  <body>
    abc
  </body>
  <html>
    
Comment

PREVIOUS NEXT
Code Example
Html :: html input float type 
Html :: python find remove html tags 
Html :: html long text three dots 
Html :: html tab 
Html :: bootstrap a link disabled 
Html :: html video disable right click 
Html :: html facebook meta tags 
Html :: centre text bootstrap 
Html :: bootstrap two buttons side by side with space 
Html :: base64 image html example 
Html :: TypeError: Illegal invocation 
Html :: input suggestion off 
Html :: how to center link in html 
Html :: adding image in html 
Html :: icons burger css font awesome 
Html :: html skype chat link 
Html :: how to add a browser tab icon 
Html :: html new page link 
Html :: how to open in new page link html 
Html :: django html checkbox if condition chexked 
Html :: bootstrap column vertical align 
Html :: js on page finished loading 
Html :: html input only letters 
Html :: open link in a new tab hmtl 
Html :: difference between name and id html 
Html :: align button right 
Html :: making rectangle in css 
Html :: load pdf html 
Html :: html telephone 
Html :: use of extends in html django 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =