What's the meaning of nesting,,,,,,?!!,,and why must one use css for colours to appear or is html5 alone enough | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What's the meaning of nesting,,,,,,?!!,,and why must one use css for colours to appear or is html5 alone enough

17th May 2019, 8:02 PM
Flocky Ragnarok
Flocky Ragnarok - avatar
2 Answers
+ 3
Nesting is when you place something inside of something else. EXAMPLE: <div id="OuterDiv"> <div id="NestedDiv"> </div> </div> As for your other question, HTML is simply the STRUCTURE of your webpage and CSS is the STYLE (visual) of your webpage. So you'll want to learn CSS along with HTML, and then learn Javascript if you want functionality on the client-side. If you want databases or backend functionality, you'll want to then learn a server-side language such as NodeJS, PHP or ASP, then learn something like SQL/MYSQL/NOSQL in order to understand/create/alter/maintain databases.
17th May 2019, 8:14 PM
AgentSmith
+ 1
مرحبابك
17th May 2019, 10:03 PM
بدرلدين بن تومى
بدرلدين بن تومى - avatar