What is html

What is HTML?
Deepak Sharma
Asked 20-11-2024
150

Answer (1)
Html ( hypertext markup language) is standard markup language which is used for creating web page and web application. It forms a triad of cornerstone technologies for the World Wide Web. Html is developed by W3C and WHATWG. Html with cascading style sheet and javascript makes better and attractive webpages. Html file format .html Html have its predefined tags < > (left and right angle brackets ). For example <html> <head> <title> My first html demo </title> </head> <body> <h1> hello world </h1> </body> </html>
Ankur Rajput
Asked 16-07-2018
45 Likes
Comments
Write comment

Submit your answer