Complete the HTML and CSS code to create a section with an ID "main" and set its border to 2px solid black:
<section id="_____"></section>
#main {
border: _____;
}
Complete the HTML and CSS code to create a section with an ID "main" and set its border to 2px solid black:
<section id="_____"></section>
#main {
border: _____;
}