which word is best defined as a language used to describe how html elements should be styled?
The word you’re looking for is CSS (Cascading Style Sheets).
Quick Scoop
- CSS is a style sheet language used to describe how HTML elements should be displayed in the browser (colors, fonts, layout, spacing, etc.).
- It works together with HTML, which defines the structure and content, while CSS controls the presentation and visual design.
In short: HTML builds the skeleton of the page, and CSS decides how that skeleton looks on screen.
Information gathered from public forums or data available on the internet and portrayed here.