Computer Science, asked by smitakalburgi, 7 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; }
no spam..​

Answers

Answered by deepali1234shah
0

Answer:

explain the effect of following CSS code used for a web page

h1 font-family:Ebrima, Helvetica, sans-serif;

color:green;

text-align:center; }

no spam..

Explanation:

HOPE IT HELPS YOU

❤️ PLEASE MARK MY ANSWER BRAINLIEST ❤️

Answered by ItzShrestha41
2

Explanation:

CSS stands for Cascading Style Sheets with an emphasis placed on “Style.” While HTML is used to structure a web document (defining things like headlines and paragraphs, and allowing you to embed images, video, and other media), CSS comes through and specifies your document’s style—page layouts, colors, and fonts are all determined with CSS. Think of HTML as the foundation (every house has one), and CSS as the aesthetic choices (there’s a big difference between a Victorian mansion and a mid-century modern home).

Similar questions