Exploring HTML
Hypertext Markup Language (HTML) is the basic building blocks of a Web page. Any time you request a Uniform Resource Locator (URL) in your browser, a web page that consists of HTML that tells a Web Browser how to render the page in the Browser. As an ethical hacker, you need to understand the structure of HTML and it’s vulnerabilities so you can better protect web pages.
outcomes
In this lab, you will learn to:
- Understand the basic structure of a web page.
- Understand the attributes within an HTML element.
- Understand the table and form tag in HTML.
- Understand how forms work which plays a key role in facilitating the transfer of data that has been submitted within the UrBank form.
Videos
Before you start this lab, review these videos.
Overview
To understand where the vulnerability exists within a system, you have to know how the system works. In future exercises, we will pentest through this HTML form (the yellow login box). Thus, we need to know how the HTML form works. In this section, we will examine and discuss the elements that make up the HTML form.

HTML Form