HTML Introduction
HTML Introduction
INTRODUCTION TO HTML
What Is Webpage?
A web page is a file document generally written in Hyper Text Markup Language
(HTML) which was accessed through the Internet by using web browsers.
A website denotes the central location which contains one or more web
pages.
Now let’s see the example consider “www.wikitechy.com” is a website, which
contains thousands of different pages, including this web page which you
are reading now.
What is HTML?
HTML Elements
HTML elements are used to define the structure and content of the webpage.
HTML elements are known by the use of greater than and less than angle
brackets, <> which was surrounded by the element name.
The elements are look like
<a>
HTML tags
HTML tags are considered as an element name which was enclosed by an
angle brackets.
Tags are most commonly follow with the pairs of starting and ending tags.
Start tags denotes the beginning of an element, were as end tag denotes
the end of the element.
The content of the element displayed between the starting and ending tags.
HTML Attributes