====== LU04a - Display ====== The CSS instruction "display" determines how an HTML element is displayed on the website. It controls the layout and behaviour of the element in the browser window. ===== The different display values ===== The selection of the correct "display" value depends on the requirements of the layout and the desired behaviour of the elements. By skilfully using "display", developers can effectively control the appearance and functionality of websites. Here is an overview of the most important values that can be used for "display": ^ Value ^ Description ^ | **block** (block element) | Block elements take up the entire available width of their parent element and start on a new line. Examples of block elements are `
`, `

`, `

`-`

`, `
`, `