Front End Development - HTML
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.
,Table of Content
● What is HTML?
● Features
● HTML Editor
● HTML Skeleton
● Comments
● HTML Elements
● Basic Tags
● Attributes
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.
, What is HTML?
● Stands for HyperText Markup Language
● HyperText: Link between web pages.
● Markup Language: Text between tags which defines structure.
● It is a language to create web pages
● HTML defines how the web page looks and how to display content
with the help of elements
● It forms or defines the structure of our Web Page
● Need to save your file with .html extension
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.
,Table of Content
● What is HTML?
● Features
● HTML Editor
● HTML Skeleton
● Comments
● HTML Elements
● Basic Tags
● Attributes
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.
, What is HTML?
● Stands for HyperText Markup Language
● HyperText: Link between web pages.
● Markup Language: Text between tags which defines structure.
● It is a language to create web pages
● HTML defines how the web page looks and how to display content
with the help of elements
● It forms or defines the structure of our Web Page
● Need to save your file with .html extension
Proprietary content. © Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited.