what is C S S in computer
dfjllmbbn:
cascade style sheet
Answers
Answered by
4
Explanation:
Cascading Style Sheets
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.
Attachments:
Answered by
2
Answer:
CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.
Similar questions