hands-on lab
Working with the Foundation of an HTML Document
Difficulty: Beginner
Duration: Up to 45 minutes
Students: 187
Rating: 4.5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Description
In this lab, you will be building the foundational elements that declare and provide behind-the-scenes information of a webpage. You will begin the declaration. Then work your way through the head
and the body
of a webpage.
Learning Objectives
Upon completion of this lab, you will be able to:
- Write the
DOCTYPE
declaration - Create the document
head
and the commonly used elements that reside in thehead
- Write the document
body
Intended Audience
- Beginners learning front-end development
- Software Engineers who need to learn front-end technologies to expand their skillset
Prerequisites
The following courses/courses and labs can ensure your success:
Updates
August 7th, 2024 - Resolved an issue preventing the development interface from appearing
Covered topics
Lab steps
Introduction to HTML and CSS Labs
Create doctype declaration
Create document root
Create document head
Create document title
Add document metadata
Create document body