Skip to content
Format your HTML, XML, CSS, JavaScript, PHP and JSON code in a few easy steps
Format your HTML, XML, CSS, JavaScript, PHP and JSON code in a few easy steps

TopFormats.com

  • Html Formatter
  • Json formatter
  • Js Beautifier
  • Css beautifier
  • Xml formatter
  • PHP formatter
  • FAQ Topformats
Format your HTML, XML, CSS, JavaScript, PHP and JSON code in a few easy steps

TopFormats.com

What is HTML? The Basics of HTML

John DevWeb, January 27, 2021January 27, 2021

What is HTML?

HTML stands for Hypertext Markup Language. It allows the user to create and structure sections, paragraphs, headings, links, and blockquotes for web pages and applications.

HTML is not a programming language, meaning it doesn’t have the ability to create dynamic functionality. Instead, it makes it possible to organize and format documents, similarly to Microsoft Word.

When working with HTML, we use simple code structures (tags and attributes) to mark up a website page. For example, we can create a paragraph by placing the enclosed text within a starting and closing  tag.

The History of HTML

HTML was invented by Tim Berners-Lee, a physicist at the CERN research institute in Switzerland. He came up with the idea of an Internet-based hypertext system.

Hypertext means a text that contains references (links) to other texts that viewers can access immediately. He published the first version of HTML in 1991, consisting of 18 HTML tags. Since then, each new version of the HTML language came with new tags and attributes (tag modifiers) to the markup.

According to Mozilla Developer Network’s HTML Element Reference, currently, there are 140 HTML tags, although some of them are already obsolete (not supported by modern browsers).

Due to a quick rise in popularity, HTML is now considered an official web standard. The HTML specifications are maintained and developed by the World Wide Web Consortium (W3C). You can check out the latest state of the language anytime on W3C’s website.

The biggest upgrade of the language was the introduction of HTML5 in 2014. It added several new semantic tags to the markup, that reveal the meaning of their own content, such as <article>, <header>, and <footer>.

How Does HTML Work?

HTML documents are files that end with a .html or .htm extension. You can view then using any web browser (such as Google Chrome, Safari, or Mozilla Firefox). The browser reads the HTML file and renders its content so that internet users can view it.

Usually, the average website includes several different HTML pages. For instance: home pages, about pages, contact pages would all have separate HTML documents.

Each HTML page consists of a set of tags (also called elements), which you can refer to as the building blocks of web pages. They create a hierarchy that structures the content into sections, paragraphs, headings, and other content blocks.

Most HTML elements have an opening and a closing that use the <tag></tag> syntax.

So…What is HTML?

HTML is the main markup language of the web. It runs natively in every browser and is maintained by the World Wide Web Consortium.

You can use it to create the content structure of websites and web applications. It’s the lowest level of frontend technologies, that serves as the basis for styling you can add with CSS and functionality you can implement using JavaScript.

Blog

Post navigation

Next post

Related Posts

Blog

Fredy Hirsch’s 105th Birthday Celebrating – Google doode

February 11, 2021

Fredy Hirsch’s 105th Birthday Celebrating – Google doode The present Doodle praises the 105th birthday celebration of German-Jewish teacher and athlete Fredy Hirsch. Known for his appealling soul and responsibility in supporting kids, Hirsch helped save Jewish youth during World War II and enhanced their lives with human expressions. Alfred…

Read More

Discover Exciting Games at N8 Casino Online

March 29, 2025

Content: N8 Casino: Your Ultimate Online Gaming Destination in India Why Choose N8 Casino for Online Gaming? Exploring the Game Selection at N8 Casino Bonuses and Promotions at N8 Casino How to Register and Start Playing on N8 Casino Responsible Gaming Practices at N8 Casino Customer Support and Assistance at…

Read More
Blog

Top 6+ Example Javascript Explode

February 1, 2021

Example Javascript Explode 1: //split into array of strings. var str = “Well, how, are , we , doing, today”; var res = str.split(“,”);   Example Javascript Explode 2: var foo = “overpopulation”; var arr = foo.split(”); console.log(arr); // [“s”, “o”, “m”, “e”, “s”, “t”, “r”, “i”, “n”, “g”] Example…

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

©2025 Format your HTML, XML, CSS, JavaScript, PHP and JSON code in a few easy steps | WordPress Theme by SuperbThemes