<h1>
.
<h1>
and closed </h1>
in order to function.
<img src="mydog.jpg"
alt="A photo of my
dog.">
<img>
tag.
<tag>
) and closed
(</tag>
) with the element information
such as a title or text resting
between the tags.
<strong><em>This is
really
important!</em></strong>
i.e.
<html>: This is called HTML root element and used to wrap all the code.
<head>: Head tag contains metadata, title, page CSS etc. All the HTML elements that can be used inside the <head> element are:
<body>: Body tag is used to enclosed all the data which a web page has from texts to links. All of the content that you see rendered in the browser is contained within this element.