Sei sulla pagina 1di 1

WhyCSS?

CSS(Cascadi ngStyl
eSheet ) describestheHTMLel ementswhicharedi
spl
ayedon 
scr
een,
paper,orin othermedi a.Itsav esal otoftime.Itcontr
olsthel
ayoutofmult
ipl
ewebpagesat
oneti
me.I tsetsthe 
font-size, font
-fami l
y,col
or,backgroundcolor
 ont
hepage.I
tal
l
owsus
toadd effects or
 ani
mat ions tot hewebsi te.Weuse CSS todi
splay 
ani
mati
ons l
i
ke 
but
tons,
eff
ects,loader s 
or 
spinner s,andal so animatedbackgrounds.

CSS 
isaMUSTf orst
udentsandworkingprof
essi
onal
stobecomeagr
eatSof
tware
Engi
neerspeci
allywhentheyarewor ki
nginWebDev el
opmentDomai
n.Iwil
lli
st
downsomeoft hekeyadvant
agesoflearni
ngCSS:
 Cr
eat
eSt
unni
ngWebsi
te 
-CSShandl
est
hel
ookandf
eelpar
tofawebpage.
UsingCSS,y oucancontrolthecolorofthet ext,t hestyl
eoff onts,the
spaci
ngbet weenparagr
aphs,how columnsaresi zedandl aidout,what
backgr
oundi magesorcolorsareused,l
ayoutdesigns, v
ari
ationsi
ndi spl
ay
fordi
ff
erentdevi
cesandscreensi
zesaswellasav arietyofotheref
fects.
 Becomeawebdesi
gner
 -I
fyouwantt
ost
artacar
rerasapr
ofessi
onalweb
desi
gner
,HTMLandCSSdesi
gni
ngi
samustski
l
l.
 Cont
rolweb 
-CSSi
seasyt
olear
nandunder
standbuti
tpr
ovi
despower
ful
cont
rolovert
hepresentat
ionofanHTMLdocument.Mostcommonl
y,CSSi
s
combinedwit
hthemar kuplanguagesHTMLorXHTML.
 Lear
not
herl
anguages 
-Oncey
ouunder
standst
hebasi
cofHTMLandCSS
thenot
herr
elatedt echnol
ogi
esl
i
kej
avascr
ipt
,php,orangul
arar
ebecome
easi
ert
ounderstand.
<!
DOCTYPEht ml>
<html>
<head>
<tit
le>Thisi
sdocumentti
tl
e</
ti
tl
e>
<style>
h1{
color:
#36CFFF;
}
</style>
</head>
<body >
<h1>Hel l
oWor l
d!</
h1>
</body >
</html>

Potrebbero piacerti anche