0

In this post we will teach you. (How to Connect 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> <style> h1{ color:blue; } p{ color:green; } </style> <body> <h1 >Your Text Here</h1> <p >Your paragraph Here.</p> </body> </html>

Post a Comment

 
Top