Tag: Styling
-
CSS Questions & Answers – Styling Tables
CSS Multiple Choice Questions & Answers (MCQs) focuses on “Styling Tables”. Q 1. Which of the following element is used within the table element to define a caption?A. <tablecaption> B. <table-cap> C. <caption> D. <table-caption> Show Answer Answer:-C. Q 2. Which of the following property is used to specify table borders in CSS?A. tableB. borderC.…
-
CSS Quizs Question & Answers – Styling Texts
Q 1. Which of the following property converts text to initial capitals, all uppercase, or all lowercase?A. textB. text-transformC. text-decorationD. text-uppercase Show Answer Answer:-B. text-transform Q 2. Which of the following font-variant property render text using the same letter case as in the underlying code? A. boldB. small-capsC. normalD. none of the mentioned Show Answer…