<hr align=left, width="50%" /> ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

<hr align=left, width="50%" /> ??

<hr align=left, width="50%" /> En teoria es para una linea desde left hasta media pantalla... Pues en code playground no me funciona, hace caso omiso a align=left, o acaso me faltaron las comillas, tal que asi; align="left"?????

12th Jun 2018, 6:32 PM
xXsNIIpOPXx
1 Answer
+ 3
align attribute is not supported on HTML 5. So you have to use css instead. <hr> css👇 hr{ float:right; width:50px; /*or use margin*/ }
12th Jun 2018, 6:39 PM
Sudarshan Rai
Sudarshan Rai - avatar