Problem of Html Overview question no 5-3 | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Problem of Html Overview question no 5-3

In the final level of HTML overviews 3 rd questions answer is not only body tag. I used css in head tags and it always worked.

19th Jan 2019, 12:21 PM
Wuff Wuff🐶🐶
Wuff Wuff🐶🐶 - avatar
1 ответ
0
What is visible to a user is contained within the body tag. Any CSS in the head section would apply to elements contained within the body tag. If you just put some random CSS in the head section it wouldn't be visible to the user unless it applied to an element in the body, so I'd say the question/ answer are correct.
20th Jan 2019, 2:17 AM
Jose Ayala
Jose Ayala - avatar