Understanding HTML Tags and Elements
What is HTML?
HTML is a hyper text markup language. It is the basic language to make web pages.
HTML uses tags to make different parts of web pages, like:
headings
div
paragraph
images
link
buttons
links
<h1>Hello readers</h1>
<p>This tag is...
undersatnding-html-tags.hashnode.dev4 min read