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 :: how to innerhtml is empty 
Html :: html table stack overflow 
Html :: nested select option in html 
Html :: how to add double space in html 
Html :: how to break the line in html 
Html :: image size 
Html :: range html 
Html :: video player html 
Html :: how to make a password system in html 
Html :: button bootstrap 
Html :: bootstrap gutter 
Html :: how to give a space in html 
Html :: hide navbar bootstrap 5 
Html :: html page to screenshot 
Html :: sup html 
Html :: div shift right 
Html :: visual studio code html template shortcut 
Html :: html heading elements 
Html :: markdown background colour 
Html :: date of birth select box in html 
Html :: HTML started template for bootstrap 
Html :: how to change mouse into hand icon when you hover over something in html 
Html :: bootstrap 5 font color 
Html :: react hooks html imput on change 
Html :: onchange html 
Html :: font awesome react color 
Html :: svg not rendering in chrome anymore 
Html :: how to remove box from form in html 
Html :: how do i link back out a folder using th a-href tag 
Html :: place a convert to pdf button in html 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =