How can I manipulate the head font and title color | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I manipulate the head font and title color

26th Sep 2016, 10:43 PM
Code Wizard
Code Wizard - avatar
3 Answers
+ 2
Try this in html <head> <link rel="stylesheet" href="styles.css"> </head> in style.css body { background-color: powderblue; } h1 { color: blue; } p { color: red; }
27th Sep 2016, 6:39 AM
Sanjit Patel
Sanjit Patel - avatar
0
<color> red.,color </>
27th Sep 2016, 4:32 AM
cliff
0
try it using family-font: Arial; Verdana... etc. sorry for my english
28th Sep 2016, 3:36 AM
David