How i can combine text color and font text, i will put the code that i've been used <p style="color:white;">(Text)</p> thanks. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i can combine text color and font text, i will put the code that i've been used <p style="color:white;">(Text)</p> thanks.

Html question

6th Jul 2021, 8:09 AM
Renier Delarosa
Renier Delarosa - avatar
6 Answers
0
Thanks in advance, much appreciated.
6th Jul 2021, 8:11 AM
Renier Delarosa
Renier Delarosa - avatar
0
If you want to assign color and font simultaneously you can do it by add adding property:value; pair inside "" of style attribute.. <tag style="color:rex; font-style:italic; font-family: verdana, sans serif ; " > text </a>
6th Jul 2021, 10:19 AM
Divya Mohan
Divya Mohan - avatar
0
Oh thanks, but i tried the body { inside the <style> tag, and i tested it and running well, but is this appropiate?
6th Jul 2021, 10:21 AM
Renier Delarosa
Renier Delarosa - avatar
0
Use style tag inside head tag if using internal css. Because first head tag load then body load if your css load late with body your page will be unstyled in starting.
6th Jul 2021, 10:25 AM
Divya Mohan
Divya Mohan - avatar
0
Last question, out of the topic. I've search for automated audio when the web is opened, and running well, but there's a time/pause/resume horizontal capsul size it's not automatic, or it just my chrome, i think its not supported the new update of chrome, btw im using mobile phone.
6th Jul 2021, 12:29 PM
Renier Delarosa
Renier Delarosa - avatar
7th Jul 2021, 5:28 AM
Abhinandan Prasad