Code Skiller logoCB Logo
Logo LearnLearnLogo PracticePracticeLogo HireHireLogo IDEIDE

HTML - Hyper Text Markup Language

HTML: Hyper Text Markup Language

HTML is a Markup Language for creating web pages and documents. It is not a programming Language, as one of the key elements of a programming language is logic, conditionals like if statements, loops, etc. However HTML does not have any of this, it i...

Read more

Getting Started with HTML

HTML TAGS

An HTML tag is the basic building block of any HTML file or webpage. Different Tags format the way, how information or text is displayed on our browser.

example: <tagname> content </tagname>


The main parts of our element ...

Read more

Working with Tags

Marking Up Text

This section will cover some essential HTML elements you'll use for marking up the text.

Comments

Comments are used in an HTML document to give a description of our code and for our own references(notes). Comments are always ig...

Read more

HTML Tags

Main root

<html> The <html> HTML element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.

Document Metadata

Metada...

Read more

Attributes

HTML attributes provide additional functionalities to tags and information about the respective HTML element.


Some Important HTML Attributes

The href Attribute

The <a> tag defines a hyperlink. The href attribute specifies the UR...

Read more

Block & Inline Elements , HTML Entities

Block Level Elements

  • Block-level elements take up as much space as possible by default.
  • Each block-level element will start a new line on the page, stacking down the page.
  • In addition to stacking vertically, block-level elements will also t...
Read more

HTML Links

A link is basically a connection from one source to another. It has two ends, firstly the source where the link exists and secondly the 'destination' where the link when clicked redirects the user, which may be any web resource such as an HTML ...

Read more

HTML Forms

HTML forms are used to take input data from users by providing interactive controls for submitting the information. With forms, we can input data through- text, numbers, values, email, passwords, and control fields such as checkboxes, radio buttons, s...

Read more

Tables In HTML

HTML tables are used to present data in a grid format of rows and columns. Tables are defined with the <table> element, and each row is defined with the <tr> element. The individual cells of the table are defined with the <td> elemen...

Read more

HTML SEMANTICS

HTML Semantic tags are used to give a layout to your website. It refers to the meaning and purpose of different elements in an HTML document. These elements give structure and meaning to the content on a webpage and help web browsers and search engine...

Read more

Library

WEB DEVELOPMENT

Basic

HTML - Hyper Text Markup Language

HTML: Hyper Text Markup Language

Getting Started with HTML

Working with Tags

HTML Tags

Attributes

Block & Inline Elements , HTML Entities

HTML Links

HTML Forms

Tables In HTML

HTML SEMANTICS

CSS - Cascading Style Sheets

JavaScript

Frontend

Backend

Interview Questions

FAANG QUESTIONS