- -. , , .
. "p" – . , .
– "align". "left", "right", "center" "justify" –
, , . , , .
"class” "id". , . "style" - . CSS, .
"p" – , , . – "font". , .
– "color". , . ("white", "yellow", "magenta"), RGB. : #,
00 ff 0 255 - – , . , "#ff0000", - "#ffff00".
– "face". . , "Times New Roman" "Tahoma".
, , HTML "size". – .
, "Comic Sans MS" , "p" :
color="#6666ff" face="Comic Sans MS" size="15"
, : "b" – , "i" – , "u" – . .
HTML – , – . , . . CSS– . , "myclass" , , "style" :
#myclass {font: rgb (102,102,255) "Comic Sans MS" 15pt;}
"rgb (102,102,255)" , "Comic Sans MS" - , "15pt" – . , – , ( , , "20px").
"p" :
class="myclass"
. "class" , .
"myid", "style" :
#myid {font: rgb (102,102,255) "Comic Sans MS" 15pt;},
"p" "id" "myid".
– . , :
class="myclass" id="myid"
- HTML CSS. - , HTML. CSS.
, HTML . - , , !