Cascading Style Sheets (CSS) offers the ability to customize how HTML elements are arranged and ordered on a web page. Floating elements can be used to let text flow around other HTML elements, and setting the Z index allows you to specify the depth order that elements are displayed in.
In this lab, you will see how to use CSS to arrange and order HTML elements.
Upon completion of this beginner level lab, you will be able to:
float
propertyclear
propertyz-index
propertyFamiliarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisite:
July 24, 2024 - Resolved an issue preventing the development interface from appearing