HyperText Markup Language(HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>, <h1> etc..), within the web page content.
Web Browsers read HTML documents and display web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. Webpages can be be made more beautiful and interactive with the help of Cascading Style Sheets (CSS) & JavaScript. You can learn them too at rookienerd.com.
With the HTML tutorial in rookienerd.com, you can learn and create your own Web site.
You will enjoy learning HTML.
Each tutorial has examples to learn and practice quickly.
You will find complete references about tags, attributes, events, colornames, character-sets, URL encoding, language codes, HTTP messages, and more..