Category: Basic

  •  Attributes

    Every HTML tag can be modified by attributes. Think of attributes as extra information you give to an element to change how it behaves or appears. This guide explains the most common attributes you will use every day.What are HTML Attributes? HTML attributes are special words that provide additional information to an HTML element. Attributes…

  • Elements

    HTML elements are the basic building blocks to create a web page, created with an opening tag, content, and ending tag. What is an HTML Element? An HTML element is a fundamental component of an HTML document that can contain data to display on the webpage, such as text, image, link, or sometimes nothing. An HTML element includes an opening…

  • Basic Tags

    HTML tags are the fundamental elements of HTML used for defining the structure of the document. These are letters or words enclosed by angle brackets (< and >). Usually, most of the HTML tags contain an opening and a closing tag. Each tag has a different meaning, and the browser reads the tags and displays the contents enclosed by them…

  • Learn about Editor

    HTML editors are used to create, edit, and manage HTML code. In this tutorial, you will learn about the popular HTML editors that can be used to manage your HTML documents. Here, we are explaning the steps to create and run HTML code in the specific editors. What are HTML Editors? HTML editors are tools/software to create,…

  • History and Evolution

    HyperText Markup Language (HTML) was initially developed by Sir Tim Berners-Lee in late 1991. It was designed as a standard language for creating and formatting documents on the World Wide Web. All the web pages on the internet are made from HTML. From 1990 to 1995, HTML underwent changes and extensions, initially at CERN and…

  • Introduction

    HTML stands for HyperText Markup Language. It is used to structure the content on the web by using various elements (commonly known as tags). These HTML elements define the different sections of a web page, such as headings, paragraphs, links to other webpages, listings, images, tables, etc. These elements tell the browser about the content…