1) HTML was invented in 1980 by Tim Berners-Lee and there are many versions of HTML to date.
About HTML?
2)HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.
3)HTML is a markup language. A markup language is a set of markup tags. The tags describe document content. HTML documents contain HTML tags and plain text. HTML documents are also called web pages
4)HTML helps to build web pages and it is probably the most used around the world and the latest version is HTML5 which is the version of 2013.
HTML Tags
5)HTML tags are keywords (tag names) surrounded by angle brackets like <html>
6)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. The end tag is written like the start tag, with a forward slash before the tag name. Start and end tags are also called opening tags and closing tags.
7)HTML tags usually come in pairs and they contain keywords surrounded by angle brackets. E.g. <html> </html>, <body> </body>
8) HTML can be written in Notepad or TextEdit and after writing it, you can save it and you can view it on the Internet by double-clicking it.
HTML Elements
9)"HTML tags" and "HTML elements" are often used to describe the same thing.
But strictly speaking, an HTML element is everything between the start tag and the end tag, including the tags.
Examples
10)<p>paragraph</p>
<h1>header</h1> (h2, h3, h4, etc. create incrementally smaller headers)
<small>small text</small>
Source: wikipedia.com, w3schools.com, designshack.net
Source: designshack.net
Hope you guys enjoyed it! Thank you!
No comments:
Post a Comment