what are the most important topics in HTML & CSS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what are the most important topics in HTML & CSS ?

5th May 2021, 2:50 AM
Surya Magesh
Surya Magesh - avatar
3 Answers
+ 7
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Hello World!</p> </body> </html>
5th May 2021, 3:02 AM
Jan Markus
+ 2
Learn about tags Css grid and flex box There are many thing which are important
5th May 2021, 3:08 AM
Ayush Kumar
Ayush Kumar - avatar
5th May 2021, 3:40 AM
JOKER
JOKER - avatar