# Html Input type and Html 5 input type or What is Web Forms 2.0? HTML4 text password checkbox radio submit etc... HTML5 date (year, month, day) url email number (accepts only numerical value like phone no) range time (hour, minute, seconds, fractional seconds) month (year, month) datetime # Are HTML tags case sensitive? No (means lower and uppercase dono main write kar sakte hai per W3C recommends using lowercase for HTML). # What is the purpose of 'article' tag in HTML5? an independent piece of content of a document, like newspaper article. # What is the purpose of 'aside' tag in HTML5? a piece of content that is only slightly related to the rest of the page. # Can you use SVG tags directly in HTML5 without any plugin? Yes! HTML5 allows embeding SVG directly using <svg>...</svg> tag.