Presenting Inline Frames Using HTML
Welcome to the "Presenting Inline Frames Using HTML" Practice Lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.

Introduction
Welcome to the Presenting Inline Frames Using HTML Practice Lab. In this module, you will be provided with the instructions and devices needed to develop your hands-on skills.
Exam Objectives
The following exam objective is covered in this lab:
4.3 Construct and analyze markup that plays video and audio
Lab Duration
It will take approximately 20 minutes to complete this lab.
Exercise 1 - Working with Inline Frames
If you want to view the content of other HTML pages, browse through various websites, or include interactive illustrations within the source page itself, you can choose to create inline frames. The web page user need not navigate to the destination page to learn more about a topic presented in the source page. You can provide additional information about a topic in the inline frame. The information displayed in the inline frame can be from a HTML document or a website. You need to embed the HTML documents in the inline frame. Any change made in the embedded document will be visible in the inline frame content. Inline frames can have their own scrollbars for better viewing of the content. The
The web development team at Smart Learning Solutions decides to create an inline frame in the courses page. The inline frame will display content on Big Data course, which the company offers. This will help the learner to know the list of topics covered in the Big Data course.
In this exercise, as the first task, you will download the Visual Studio Code workspace from the Intranet and extract it.
As the second task, you will create a new HTML page named bigdata.html in the sls workspace. You will add code to define some content in bigdata.html.
As the third task, you will add code in courses.html to create an inline frame and embed bigdata.html in the inline frame. The inline frame is added using the
Learning Outcomes
After completing this exercise, you will be able to:
Create inline frames in HTML pages
See the full benefits of our immersive learning experience with interactive courses and guided career paths.