* HTML stands for Hyper Text Markup Language * HTML is not a programming language, it is a markup language * A markup language is a set of markup tags * HTML uses markup tags to describe web pages * HTML tags are keywords surrounded by angle brackets like <html> * HTML tags normally come in pairs like <b> and </b> * The first tag in a pair is the start tag, the second tag is the end tag * Start and end tags are also called opening tags and closing tags
hi, HTML is the hypertext makeup language. If you want to know about the more HTML then read the HTML TUTORIAL. Thanks!
Html is a hyper text markup language, which is an extension .html/.htm. Html has predefined tag. there can not create my own tag in html.
HTML is a subset of Standard Generalized Markup Language (SGML) and is specified by the World Wide Web Consortium (W3C).
Hello friend Its a html code <html> <head><title>My first page</title> <body>This is my First Page.</body> </html>