Computer Science, asked by snlchandra2436, 1 year ago

which feature enables easy identification of corresponding style element?

Answers

Answered by writersparadise
1

I am not sure about the answer as the options have not been given. So, I am giving a general answer.

 

The correct answer could be - Cascading Style Sheets (CSS) 

 

Cascading Style Sheets (CSS) is a type of style sheet language that is used for describing the style and presentation of a document which has been written in a markup language like HTML. CSS allows to create some good looking web pages.

Answered by avivecknarayanan
1

Answer:

Selectors

Explanation:

The type selector identifies an element based on its type, specifically how that element is declared within HTML. The class selector identifies an element based on its class attribute value, which may be reused on multiple elements as necessary to help share popular styles.

Similar questions