Introduction to HTML and HTML Element
For Complete YouTube Video: Click Here
In this class, we will have an introduction to HTML and HTML element.
We have already discussed an overview of web architecture in our previous class.
Table of Contents
Introduction to HTML and HTML Element
HTML Stands for HyperText Markup Language.
HTML is used to structure and describe the content of the webpage.
Whenever we want to structure the web page and want to describe how the content has to be we use HTML.
HTML contains elements to describe the content on the webpage.
Syntax for HTML Element
The image below shows the syntax for the HTML element.
In the above image, the content is “Hello Welcome to Learning Monkey.”
To describe the content we use HTML tags.
Every HTML element has its opening tag and a closing tag.
Consider the image below to showcase the content in the heading.
In the above image, the content is “HTML Free Full Course.”
We want the content to be displayed as a heading. To do so the tag used is h1.
The content within the h1 opening and closing tag will be displayed as a heading.