Computer Science, asked by anash52, 11 months ago

Define border (in HTML)​

Answers

Answered by vaishnavi4890
5

Answer:

It is used to specify the thickness of the border for each frame. when it is zero then no border is visible.

Answered by srijansarkar123
1

Answer:

Borders can be applied to most HTML elements within the body. To make a border around an element, all you need is border-style . The values can be solid , dotted , dashed , double , groove , ridge , inset and outset . border-width sets the width of the border, most commonly using pixels as a value.

Explanation:

Similar questions