Web Dev Basics
Some basic tags used in HTML
Heading Tags from <h1> to <h5>
Paragraph tags for text <p>
Image Tags for images <img src="sample.png" />. It's a self-closing tag.
Input Tags to get user input. Depending on the "type" attribute, it can be used to in...
codelady.hashnode.dev1 min read