HTML.pdf
A markup language is a language that annotates text so that the computer can manipulate that text. Most markup languages are human-readable because the annotations are written in a way to distinguish them from the text itself. For example, with HTML, XML, and XHTML.
HTML or Hyper Text Markup Language is the primary language of the Web and the most common one you will work with as a web designer/developer. In fact, it may be the only markup language you use in your work.
HTML is a defined standard markup language. It is based upon SGML (Standard Generalized Markup Language). It is a language that uses tags to define the structure of your text. Elements and tags are defined by the < and > characters.
The newest numbered version of HTML is HTML5. This version added more features into HTML and removed some of the strictness that was imposed by XHTML.
HTML or Hyper Text Markup Language is the primary language of the Web and the most common one you will work with as a web designer/developer. In fact, it may be the only markup language you use in your work.
HTML is a defined standard markup language. It is based upon SGML (Standard Generalized Markup Language). It is a language that uses tags to define the structure of your text. Elements and tags are defined by the < and > characters.
The newest numbered version of HTML is HTML5. This version added more features into HTML and removed some of the strictness that was imposed by XHTML.