InterviewSolution
Saved Bookmarks
| 1. |
Write a short note on border properties in HTML |
|
Answer» ong>Explanation: The border PROPERTY in CSS is used to style the border of an ELEMENT. This property is a combination of three other properties border-WIDTH, border-style, and border-color as can be used as a SHORTHAND notation for these three properties. USES The PURPOSE of the HTML border attribute is to set a visible border width for a table. HTML border attribute supports table element. Type of value of HTML border attribute is pixel. A width in pixels. |
|