Home > Tutorials > CSS > Miscellaneous
Miscellaneous
There are only a few attributes left. Let's have a look at these final properties:
- clear
- Specifies if the current element should be set below any floating elements on its left, right, or both. Accepted values:
- none
- left
- right
- both
- display
- Specifies how the current element should display. Accepted values:
- inline
- block
- list-item
- none (Does not display the element)
- white-space
- Specifies how the current element will display white space. Accepted values:
- normal
- pre - does not ignore whitespace in the code.
- nowrap - will not start a new line in the browser without the <br/> element.
Excercise: Open "MyFirstPage.html". Finalize your webpage's styles, you now know them all!
If your code looks like mine, you've succeeded, and can go on to another lesson.
Comment on this page:
Comments
No one has commented on this lesson yet. You can be the first!