Top HTML Questions For Interview Preparation
What are HTML tags and HTML Elements?
HTML Tags: Tags are the starting and ending parts of an HTML element. They begin with < symbol and end with > symbol. Whatever is written inside < and > are called tags. Syntax :
<b> </b>
HTML elements: Elem...
ayush77.hashnode.dev7 min read