You are on page 1of 13

Website

Development
HTML5
HyperText Markup Language
01
HTML5
Introduction
What is
HTML5
HTML stands for Hyper Text
Markup Language.

HTML5 is the fifth and current


major version of the HTML
standard.
Created by….

Tim Berners-Lee and


Assisted by his
colleagues at CERN
HTML Elements

Opening tag

Content

Closing Tag
HTML Tags

HTML Tags are element


names surrounded by angle
brackets.
Basic Structure of an HTML

<!DOCTYPE html>
<html>
<head>
<title> </title>
</head>
<body>

</body>
</html>
02
HTML5
Text Editors
Free Text Editor
Apps (Windows &
Mac OS)
● Notepad
● Notepad++ (Best)
● TextEdit
● Sublime Text Editor
● VIM
● ATOM
● BRACKETS
Free Text Editor
App (Android)

● Notepad++
Free Text Editor
App (iOS)

● Koder Code Editor


03
Saving HTML
Files
!
You need to save your HTML files with
.html file extension. If you don’t save
your files with .html, you won’t be able
to run it on browsers.

You might also like