1. Difference between HTML elements and tags
HTML Tags:
HTML tags are used to hold the HTML element.
HTML tag starts with < and ends with > HTML tags are almost like keywords where every single tag has unique meaning.
HTML Elements:
HTML element holds the content.
Whatever written within a HTML tag are HTML elements.
HTML elements specifies the general content.
2. Tags I have Learned from the last three classes: