HTML
HTML
.NET,
html
Introduction
The Internet
A Global network of
billions of computers and
other electronic devices.
Web Server
This computer serves you
all the data and files that
you are requesting on the
internet .
Internet Service Provider
The Company or the
people who you pay to be
able to access the internet.
DNS Server
A Computer server that contains a database
of public IP addresses.
Learn
HTML
html
HTML
HTML stands for Hyper Text Markup Language.
HTML is the combination of Hypertext and Markup
language.
Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
What can I do with
HTML?
Can I Use/work with
HTML even without
internet
connection/offline?
html Editors
Notepad
Visual Studio Code
Atom
SYNTAX
is a sequence of characters that is intended to be
written in a particular programming language
example
<html>
<body>
<h1>My First Heading</h1>
</body>
</html>
HTML Element 1
HTML Element
3
HTML Element 2