Posts by Gir • 109 points
1 post
-
10
votes6
answers4502
viewsQ: How to use two CSS attributes at the same time?
The code: <!DOCTYPE html> <html> <body> <h1 style="color:#CC0099">Um dia eu aprendo</h1> <p style="color:red">This is a paragraph.</p> </body>…