Chapter 28
Styling With CSS
Contents
28.1 In-line Style...................... 258
28.2 Internal Style Sheet................. 259
28.3 External Style Sheet................ 260
28.4 Box Model: Padding, Border, Margin...... 260
28.5 Fonts.......................... 261
28.6 CSS Validator.................... 261
28.7 CSS........................... 262
28.8 Example: Colors................... 263
28.9 Borders........................ 263
Best Practices:Write valid HTML code.
Exam Question 359(p.358): For eachtag in valid HTML5, is a
separate closing tag required, optional, or forbidden?
Required Answer:forbidden
Exam Question 360(p.358):What HTML markup is used to specify the
name of the webpage?
Acceptable Answer:
Exam Question 361(p.358):For each
separate closing tag required, optional, or forbidden?
Required Answer:required
Exam Question 362(p.358):What CSS attribute: places a picture in the
background?
256