0% found this document useful (0 votes)
17 views

Advantage of CSS (Cascading Style Sheets) : Screen Reader Braille-Based Mobile Device

CSS is a style sheet language used for specifying the presentation and styling of documents written in markup languages like HTML and XML. CSS separates content from presentation which improves accessibility, flexibility, and control of formatting while reducing complexity and repetition. The name cascading comes from its priority scheme to determine which declarations apply if more than one matches an element.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Advantage of CSS (Cascading Style Sheets) : Screen Reader Braille-Based Mobile Device

CSS is a style sheet language used for specifying the presentation and styling of documents written in markup languages like HTML and XML. CSS separates content from presentation which improves accessibility, flexibility, and control of formatting while reducing complexity and repetition. The name cascading comes from its priority scheme to determine which declarations apply if more than one matches an element.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CSS(CASCADING STYLE SHEETS)

 Cascading Style Sheets (CSS) is a style sheet language used for specifying the presentation and
styling of a document written in a markup language such as HTML or XML (including XML
dialects such as SVG, MathML or XHTML). CSS is a cornerstone technology of the World Wide
Web, alongside HTML and JavaScript.
 CSS is designed to enable the separation of content and presentation, including layout, colors, and
fonts.[3] This separation can improve content accessibility;[further explanation needed] provide
more flexibility and control in the specification of presentation characteristics; enable multiple
web pages to share formatting by specifying the relevant CSS in a separate .CSS file, which
reduces complexity and repetition in the structural content; and enable the .CSS file to be cached
to improve the page load speed between the pages that share the file and its formatting.

 Separation of formatting and content also makes it feasible to present the same markup page in
different styles for different rendering methods, such as on-screen, in print, by voice (via speech-
based browser or screen reader), and on Braille-based tactile devices. CSS also has rules for
alternate formatting if the content is accessed on a mobile device.
 The name cascading comes from the specified priority scheme to determine which declaration
applies if more than one declaration of a property match a particular element. This cascading
priority scheme is predictable.

 Advantage of CSS(Cascading Style Sheets)
 One style code may apply across several pages, giving your website a unified look
and feel.
 Without changing the underlying HTML structure, CSS enables you to quickly
modify your web page's look by changing styles in a single CSS file.
 CSS provides better assistance for building web pages that are simpler to use and
understand for those who have disabilities.
 CSS facilitates a user-friendly layout and makes websites to be pleasant to the
eye. The user experience is enhanced whenever buttons and text are placed
logically and are well-organized.
 Website responsiveness is important. Web pages must be completely viewable
and user-friendly on all devices in the modern world. CSS and HTML work
together to provide responsive design on all devices, including smartphones,
tablets, desktops, and even smart TVs.
 CSS helps to reduce repetitive code, resulting in smaller, quicker-loading web
pages.

You might also like