Computer Science, asked by purvaa74, 6 months ago

Explain the effect of following CSS code used for a web page.

h1{ font-family:Ebrima, Helvetica,sans-serif;
color:green;
text-align:center; }​

Answers

Answered by NishantSinghyadav
0

the answer is correct an very good and perfectw

Answered by mk610112manoj
5

Explanation:

Cascading Style Sheets is formally described in two specifications from W3C: CSS1 and CSS2. CSS1 was issued in December 1996 and describes a simple formatting model mostly for screen-based presentations. CSS1 has around 50 properties (for example color and font-size). CSS2 was finalized in May 1998 and builds on CSS1. CSS2 includes all CSS1 properties and adds around 70 of its own, such as properties to describe aural presentations and page breaks. In this book we do not try to distinguish between CSS1 and CSS2 and use the term "CSS" unless the distinction is important. Most features described in the first four chapters are part of CSS1. If you would like to read the CSS specifications themselves.

please mark as brainlinlist.

Similar questions
English, 3 months ago