Icon Créer jeu Créer jeu

CSS and Bootstrap Framework

Compléter

Fill in the blank part 1

Téléchargez la version papier pour jouer

Âge recommandé: 12 ans
1 fois fait

Créé par

Sri Lanka

Top 10 résultats

Il n'y a toujours pas de résultats pour ce jeu. Soyez le premier à apparaître dans le classement! pour vous identifier.
Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

  1. temps
    but
  1. temps
    but
temps
but
temps
but
game-icon

Completar

CSS and Bootstrap Framework

Fill in the blank part 1

Sachitra Wanninayake
1

selector Inline HTML value value hash style formatting class property selector ID selector same look External selector HTML comment decoration

1 . Cascading Style Sheets ( CSS ) is a style sheet language used for describing the and of a document written in a markup language .
2 . CSS defines how the elements are to be displayed .
3 . - giving a style attribute to HTML elements
4 . CSS syntax consists of 3 parts : a , a and a
5 . {
property : ;
}
6 . / * This is some * /
7 . An is a unique identifier of the HTML element to which a particular style must be applied . It is used only when a single element on the web page must have a specific style .
8 . Both in Internal and Style Sheets we use ( # ) for an id selector .
9 . A is used when the same style must be applied to multiple HTML elements on the web page .
10 . Text decoration property is used for setting the of the text .