Respuesta :

Answer:

Cascading Style Sheets (CSS)

Explanation:

Cascading Style Sheet is use to style and lay out a web-page. It is use to alter the fonts, change colour, increase size, add animation, space document and other decorative features to your HTML document. It improve user's readability at the front-end.

Also, CSS can be added to HTML either through Inline, Internal or External way. However, the most common way of adding CSS to HTML document is the external means of keeping the styles in separate CSS files.

HTML is like a building while CSS is a paint that helps beautify the building.

Answer:

Cascading Style Sheet (CSS)

Explanation:

The three major technologies used in web development are HTML, CSS and JavaScript.

While HTML (Hypertext Markup Language) provides the structure and content of the web page by using appropriate tags and attributes, the Cascading style sheet defines the layout and appearance of the HTML, and JavaScript defines user interaction and responsiveness to events of the web page.

CSS also allows web pages to adapt to different device screens in such a manner that different views of the web page on those screens create a corresponding nice and easy navigation of the web page.