CBSE BOARD XII, asked by Lavi7307, 1 year ago

What is best way to overcome the default settings that comes with CSS?

Answers

Answered by StylishHiba
11
C=class
S=song
S= start
Answered by kingofself
1

To “overcome the default settings” that come with CSS, the CSS reset is applied.

Explanation:

  • The “Cascading Style Sheets” (CSS) is basically a style sheet language provided with basic browser default style sheets that define the layout, color, fonts etc that can be used to present documents in HTML and other markup language formats.
  • The CSS reset is a compressed or shortened minified set of complete CSS codes or rules that are applied to change or reset the basic default styling. The basic browser default inconsistency causing elements like margins, line heights, paragraph settings etc can be altered with reset CSS option.
Similar questions