We can also use <li> tag without closing it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

We can also use <li> tag without closing it.

<ol> <li>HTML <li>CSS </ol> This will also work

14th Dec 2017, 2:44 PM
Pratham Kumar
Pratham Kumar - avatar
3 Answers
+ 4
ya it will work.. html is just markup language it does not have strict rules.. but working using improper semantics the browser will face problem and then the search engines to locate your data properly.. since every tag has its meaning.. like if you create a header with h2 and you increased its size to that of h1.. the browsers will understand it as h2 only.. it doesn't matter what styling you have done to it.. the same way it goes for unclosed elements.. if you don't close them browser will definitely show the content but will problem to interpret it
14th Dec 2017, 2:52 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 2
It will work but it's not valid HTML anymore.
14th Dec 2017, 8:24 PM
DooM
+ 1
okkkkkkk
14th Dec 2017, 2:48 PM
Pratham Kumar
Pratham Kumar - avatar