HTML Color
how to use color in HTML. Here is the code you can save in your file and test in your browser <!DOCTYPE html> <html> <body> <h1 style="background-color:Tomato;">Tomato</h1> <h1 style="background-color:Orange;">Orange</h1> <h1…
0 Comments
July 28, 2022