How to keep boarders in html | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to keep boarders in html

I don't know

17th Jan 2023, 2:38 PM
🚀Mıłķý🚀
🚀Mıłķý🚀 - avatar
6 Réponses
+ 3
Where do you want borders? How exactly do you want them to look? Please give an example code.
17th Jan 2023, 2:43 PM
Lisa
Lisa - avatar
+ 2
Hola, In Html, we can add the border using the following two different ways: 1- Using Inline Style attribute (which I dont recommend) <table style="border: 1px solid"> 2- Using Internal CSS (best practice) table, th, td {   border: 1px solid; } ref1: https://www.javatpoint.com/how-to-add-border-in-html ref2: https://www.w3schools.com/css/css_table.asp
17th Jan 2023, 2:46 PM
Afonso Pena
Afonso Pena - avatar
0
Means side boarders
17th Jan 2023, 2:45 PM
🚀Mıłķý🚀
🚀Mıłķý🚀 - avatar
0
I can't tell you clearly
17th Jan 2023, 2:46 PM
🚀Mıłķý🚀
🚀Mıłķý🚀 - avatar
0
Sorry
17th Jan 2023, 2:46 PM
🚀Mıłķý🚀
🚀Mıłķý🚀 - avatar
0
Thank you
17th Jan 2023, 2:49 PM
🚀Mıłķý🚀
🚀Mıłķý🚀 - avatar