question about html &css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

question about html &css?

is it better to do html code for all page first then css code or do html and css for part by part in the page ??

22nd Aug 2019, 2:55 PM
Sara Mahmoud
Sara Mahmoud - avatar
2 Answers
+ 4
In my oppinion it is easier to do html and css part by part.
22nd Aug 2019, 2:59 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 2
The usual way is to code all CSS in a separate file and then link it to the html file in <head>. You can use inline styling in the html file but the above method is cleaner.
22nd Aug 2019, 3:00 PM
Tashila Pathum
Tashila Pathum - avatar