Greeting guys, please help out how do I change the colour of 3 headings all with <h3> tags using different colours with css?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Greeting guys, please help out how do I change the colour of 3 headings all with <h3> tags using different colours with css??

There are 3 headings all with <h3> tags but they have to be edited with different colours https://www.sololearn.com/discuss/2406972/?ref=app

24th Jul 2020, 7:12 AM
Wandile
4 Answers
+ 2
You can add inline CSS to each: <h3 style="color: green">text</h3>
24th Jul 2020, 7:14 AM
Bagon
Bagon - avatar
+ 1
If you're doing inline then you have to repeat it for every single tag, if you do it using <style> in head then you only have to write it once but every tag will be the same (unless you add inline specifically)
24th Jul 2020, 8:06 AM
Bagon
Bagon - avatar
0
Thnks alot, furthermore must i repeat the same tags <h3> for all 3 or it will be nested in the <h3> tags or I must putting under head tags??
24th Jul 2020, 8:04 AM
Wandile
0
Thnks alot bagon for sharing ur knowledge , let me go work it out with inline, are we allowed to share digits here for 1 on 1 communication??
24th Jul 2020, 8:26 AM
Wandile