Html Tags || Html Elements
Html elements is the building block of html document of a web page.Html elements consist of html tags such as opening html tag and closing html tag. <html> // Opening Tag Html Document </html> // Closing Tag Image Tag: Html Image Tag is use to display image in html document.The compulsory attribute for html image… Read More »