February 8, 2022

CSS

Cascading Style Sheets - kaskadlangan stillar jadvali

inline style - tegni oziga stil berish <h1 style="color:blue;">

internal style - html head style tegi ichida stil yozish <style></style>

external style - yangi .css fayl ochib osha yerda yozish

selectorlar {id,class,tag}

id selector

<h1 id="text">Salom</h1>

css holatida

#text {

color:blue;

}

class selector

<h1 class="text">Salom</h1>

css holatida

.text {

color:blue;

}

teg selector

<h1>Salom</h1>

css holatida

h1 {

color:blue;

}

Cascading

inline style(<h1 style="">)>id(#)>class(.) >teg(h1)

birining ikkinchisidan usutunlik jihati