Why is slash important abter br tag and many more? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Why is slash important abter br tag and many more?

as i found the same output without using them.....

21st Dec 2017, 3:51 AM
Pratik Kunder
Pratik Kunder - avatar
1 Resposta
+ 4
In HTML 5, the closing slash isĀ optionalon void elements imgĀ tags are Void Elements so they do not need an end tag. Void elements area, base, br, col, command, embed, hr, img, input, keygen, link, meta, param, source, track, wbr ... Void elements only have a start tag; end tags must not be specified for void elements.
21st Dec 2017, 4:22 AM
GAWEN STEASY
GAWEN STEASY - avatar