Arranging and Ordering HTML Elements Using CSS

Lab Steps

lock
Floated Images Left and Right
lock
Using the Clear Property
lock
Using the Z-Index Property

The hands-on lab is part of this learning path

Ready for the real environment experience?

DifficultyAdvanced
Time Limit45m
Students16
Ratings
3.6/5
starstarstarstar-halfstar-border

Description

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.

Learning Objectives

Upon completion of this beginner level lab, you will be able to:

  • Use the float property
  • Use the clear property
  • Use the z-index property

Intended Audience

  • Beginners learning front-end development
  • Software Engineers who need to learn front-end technologies to expand their skillset

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Cascading Style Sheets (CSS)
  • Hypertext Markup Language (HTML)

The following content can be used to fulfill the prerequisite:

About the Author
Students55249
Labs140
Courses2
Learning paths3

Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.

He holds multiple AWS certifications including Solutions Architect Associate and Professional.

Covered Topics