Sõnastik Plugin

Display - Display - The display property specifies the display behavior (the type of rendering box) of an element.- Свойство display задает поведение отображения (тип окна рендеринга) элемента. Näide: p.ex1 {display: none;} p.ex2 {display: inline;} p.ex3 {display: block;} p.ex4 {display: inline-block;}
1 2 3 5