HTML Introduction
HTML is the "Hyper Text Markup Language" for creating a web pages.
HTML is collection of elements.
The elements tell browser how to display the content
The HTML basic Structure is:-
<!DOCTYPE html>: This tag is used to tells the HTML version. This c...
renukakt.hashnode.dev1 min read