<hr/> and <Hr></hr>? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

<hr/> and <Hr></hr>?

<Hr/> is an empty element so if I write a code as = <Hr color="red" size=70%></hr> is it right? because it works! and even <Hr color="red" size=70%/> works! so which one is right?

27th Jul 2017, 3:09 PM
Shraddha verma
Shraddha verma - avatar
1 Antwort
+ 5
use CSS for style its much better you can use anyone of this they are valid <hr> or </hr> the end tag is required in xhtml </hr> don't use <hr></hr> its not required & should be avoided for the best (unnecessary)
27th Jul 2017, 3:18 PM
Lord Krishna
Lord Krishna - avatar