How i can use Html and Css at the same time ..? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How i can use Html and Css at the same time ..?

7th May 2020, 4:47 PM
M'hamed EL Heddaj
M'hamed EL Heddaj - avatar
5 Réponses
+ 2
You use CSS to style html elements.
7th May 2020, 4:48 PM
Ginfio
Ginfio - avatar
+ 2
M'hamed EL Heddaj take a look at this lesson for example: https://www.sololearn.com/learn/CSS/1103/ there is a <p> tag in the html. so, in the css you’d select the p tag, and style it however you want. like this: p{ color: blue; background-color: green; font-size: 66px; }
7th May 2020, 4:55 PM
Ginfio
Ginfio - avatar
+ 1
Thank you
7th May 2020, 4:56 PM
M'hamed EL Heddaj
M'hamed EL Heddaj - avatar
0
How can i do that ... when i write something in the part of CSs it does not give an outlook
7th May 2020, 4:51 PM
M'hamed EL Heddaj
M'hamed EL Heddaj - avatar
0
In the head tag add <link rel="stylesheet" href="yourcssfile.css">
7th May 2020, 6:51 PM
CodeFu
CodeFu - avatar