AMJAM Solutions

Learn the Basics of HTML

What is HTML?

● HTML stands for a hypertext markup language
● HTML is the standard markup language for creating Web pages
● HTML describes the structure of a Web page
● HTML consists of a series of elements
● HTML elements tell the browser how to display the content.

HTML tags most commonly come in pairs like <h1> and </h1>, although some represent empty elements and so are unpaired, for example . The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags).

<h1> – Start Tag, opening tags
</h1> – End Tag, closing tags

The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags but uses the tags to interpret the content of the page.

HTML can also include images, audio, and video files in a document.

HTML is Not Case Sensitive

HTML tags are not case sensitive: <p> means the same as </p>.

Searching for Digital Marketing Services
Looking for online courses

Check out our Digital Marketing course – Explore Now!
Check out our other courses – Get Started!
See what services we offer – Explore Now!
Looking for a job? Apply Here!

Leave A Comment

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