Computer Science, asked by VedrajThakur, 10 months ago

what are the three ways of creating style rules ?give examles of each.​

Answers

Answered by keerthisri20393
26

Answer:

internal style sheet

external style sheet

inline Style Sheet

Explanation:

Inline style sheet should be applied inside the tag

internal style sheet should be applied inside <style> tag

External style sheet should be written externally and connect through <link tag>

Answered by vaishnavik052
14

Answer:

there are 3 types of style rules

1. inline style.

2. embedded style.

3. external.

Explanation:

1. inline--it is in the head section

2.embedded --it is in the boby section.

3.external---by creating a file &saving it by .css extension we can link it with main page of  .html extension.

i say embedded style is the best to do..& easy.

Similar questions