Tagged: CSS Interview Questions and Answers -13

CSS Interview Questions and Answers -13

Border around a table? Try the following: .tblboda { border-width: 1px; border-style: solid; border-color: #CCCCCC; } /*color, thickness and style can be altered*/ You put this style declaration either in an external stylesheet, or...