What does the slash mean/do <\html> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What does the slash mean/do <\html>

14th Nov 2016, 7:04 PM
zazzer
3 Respostas
+ 3
slash is used to indicate closing tag.
14th Nov 2016, 7:12 PM
Sandeep Chatterjee
0
HTMLĀ elements with no content are called empty elements. <br> is an empty element without aĀ closing tag(the <br>Ā tagĀ defines a line break). Empty elements can be "closed" in the openingĀ tagĀ like this: <br />. HTML5 does not require empty elements to be closed.
14th Nov 2016, 10:17 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
in HTML, forward slash is used to close a tag <b> Bold Text</b> and <b>Bold</b> Text are different
16th Nov 2016, 9:13 AM
Core i9
Core i9 - avatar