+ 1
what are the most important topics in HTML & CSS ?
3 Answers
+ 7
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
+ 2
Learn about tags
Css grid and flex box
There are many thing which are important
+ 2
https://www.quora.com/Which-are-the-most-important-topics-I-should-concentrate-on-while-learning-HTML5-and-CSS3
[edit]: try searching your question in google for more results.