0

In this post we will teach you. (How to Add CSS to Html) .Copy the code below. Then check out our blog through the online HTML editor. Then use the code in your website. If there is a problem with the code, ask your question in the comment box below.

<!--DOCTYPE html--> <html> <body> <h1 style="color:green;">Your Title</h1> <p style="color:darkred;"> Your paragraph.</p> </body> </html> <h2> Second Method is below</h2> <h1 style="color:#7C9200; font-size:30px;">Your text here</h1> <p style="color:#007958; font-size:22px;">Your text here</p> <div style="color:#795000; font-size:14px;">Your text here</div>

Post a Comment

 
Top