HTML ( Hyper Text Mark Up Language )
HTML is used to create web pages and websites. HTML elements or tags tells the browser how to display the content. it describes the basic layout or structure of webpage Example of html Basic code : <html> <head> <title> Title of page </title> </head> <body> <h1>Heading tag , is used to provide heading to html […]
Continue Reading