0
1.
Long answer types questions.
Discuss the advantages and limitations of CSS.
2.
How will you apply your school's image in the background of a web page? Image should not be
repeated and should not be scrollable.
A web site has 100 pages. Each page contains several elements and all 100 pages should look
consistently similar in design and layout. What solution do you suggest to do so and why?
4.
Explain the advantage of using class as selectors.
5. Consider the CSS and HTML code below and explain the output of the web page. Support your
answer with suitable explanation:
3.
Answers
Answered by
8
Discuss the advantages and limitations of CSS
- The layout of a web page is better controlled
- Style (CSS) kept separate from structure (HTML), means smaller file size
- Reduced file size means reduced bandwidth, which means faster loading time
Similar questions