HTML termini

 

HTML Pamati

  

  

  
Termini
nosaukms piemērs apraksts
tag (tags) <h1>
content (saturs) <h1> This is heading </h1>

This is heading

HTML element <h1> This is heading </h1>
HTML attribute <h1 class="title"> This is heading </h1>
<h1 style="background:red;"> This is heading </h1>
HTML attribute value <h1 class="title"> This is heading </h1>
<h1 style="background:red;"> This is heading </h1>
CSS property (stila īpašība) <h1 style="background:red;"> This is heading </h1>
CSS property value (stila īpašības vērība) <h1 style="background:red;"> This is heading </h1>
CSS selector (css selektors)

th { background: green; }

CSS style block (stila bloku)

th { background: green; }

CSS property (stila īpašība)

th { background: green; } </pre

CSS property value (stila īpašības vērība)
th {
  background: green;
}
            


Tagi: