Answers for "html how would you only create a border below an html element?"

CSS
4

make border to div

border: 2px solid black
Posted by: Guest on November-30-2020
4

add border to a div

<div style="border:1px solid black;">Hello world</div>
Posted by: Guest on October-22-2021

Code answers related to "html how would you only create a border below an html element?"

Browse Popular Code Answers by Language