What is HTML?



This content originally appeared on DEV Community and was authored by Divya Tailang

Image description

HTML stands for Hyper Text Markup Language
HTML is the standard markup language for creating Web pages
It used to create structure or a layout of web page.
HTML pages are saved by using .html extension in web page name
Identical file we save as “index.html”


This content originally appeared on DEV Community and was authored by Divya Tailang