Posts

Showing posts from April, 2020

Definition of HTML

Definition of HTML (Hypertext Markup Language) Full form:- HTML (Hypertext Markup Language). It is the language used to create web pages. Examples:- <html> <head> <title> First Web page</title> </head> <body> This is my first html page </body> </html>