GIAC Systems and Network Auditor (GSNA) — Question 1
Sarah works as a Web Developer for XYZ CORP. She is creating a Web site for her company. Sarah wants greater control over the appearance and presentation of Web pages. She wants the ability to precisely specify the display attributes and the appearance of elements on the Web pages.
How will she accomplish this?
Answer options
- A. Use the Database Design wizard.
- B. Make two templates, one for the index page and the other for all other pages.
- C. Use Cascading Style Sheet (CSS).
- D. Make a template and use it to create each Web page.
Correct answer: C
Explanation
The correct answer is C because Cascading Style Sheets (CSS) allow for precise control over the layout and presentation of HTML elements on a webpage. Options A and B do not relate to visual presentation control, while option D may provide some structure but lacks the comprehensive styling capabilities that CSS offers.