Skip to main content

109 docs tagged with "html"

View all tags

<a> Tag

The <a> tag for creating and managing hyperlinks on a web page

<audio> Tag

How to insert music and sound into a webpage and the key attributes of the <audio> tag

<body> Tag

Structure of the <body> tag displaying the actual content of a webpage

<body> Tag

Structure of the <body> tag that displays actual content on web pages

<br>, <hr> Tags

HTML tags for creating line breaks and horizontal lines in a web page.

<button> Tag

How to create and add functionality to web buttons using the <button> tag.

<h> Tag

Understanding the concept and usage of the <h> tag for displaying webpage titles

<h> Tag

Concept and usage of the <h> tag that displays the title of a webpage.

<head> Tag

The role of the <head> tag and the key information it contains

<head> Tag

Roles of the <head> tag and the key information contained within it

<html> Tag

The basic structure of an HTML document and the roles of `<head>` and `<body>` tags

<html> Tag

Basic structure of an HTML document and the roles of `<head>` and `<body>` tags

<iframe> Tag

Introduction to the `iframe` tag, which is used to embed other web pages within a web page

<iframe> Tag

Introduction to the `iframe` tag, which is used to embed other web pages within a web page.

<img> Tag

How to insert images into a web page and the main attributes of the <img> tag

<img> Tag

How to insert an image into a web page and the main attributes of the <img> tag

<input> Input Tag

Basic attributes of the input tag used for receiving user information on web pages

<p> Tag

The concept and usage of the `<p>` tag for creating paragraphs in a web page

<p> Tag

Concept and usage of the <p> tag for paragraphs on a webpage

<style> Tag

The <style> tag used to add embedded style information to a web document

<video> Tag

How to embed video in a web page and key attributes of the <video> tag

<video> Tag

How to embed videos in web pages and the key attributes of the <video> tag

a Tag target Attribute

The target attribute of the a tag specifies whether to open the link in a new window or the current window.

a Tag target Attribute

The target attribute of the a tag specifying whether to open a link in a new window or the current window

Attributes

Basic concepts and usage of attributes that provide additional information to HTML elements

Attributes

Basic concepts and usage of attributes that provide additional information to HTML elements

Class

Applying common styles or behavior to various HTML elements using a class

Comment

How to display notes and descriptions that are not shown on the webpage

Comments

How to display notes and explanations that are not shown on the web page

Creating a Menu

Learn about `<ol>` and `<ul>` tags while creating a menu for a webpage.

Creating a Menu

Learn about the ol and ul tags by creating a menu for a webpage.

div Tag

How to use the div tag to section off and group parts of a webpage

Favicon

Understanding the concept of a favicon and how to set it up for your website

Form Tag

Collecting information on a web page and sending it to a server

h1, h2 Tags

How to structure and group a webpage using div tags

h1, h2 Tags

Using div tags to structure and group web pages

HTML a Tag

Creating hyperlinks to navigate to other pages or sections

HTML a Tag

Creating hyperlinks to navigate to different pages and sections

HTML Elements

The fundamental building blocks of a webpage, defining elements with code examples.

HTML Elements

The fundamental building blocks of a webpage, definition, and code examples of elements.

HTML video Tag

With the HTML video tag, you can display videos on a webpage.

ID Selector

The unique identifier for a specific HTML element

p Tag

How to structure paragraphs using the p tag

p Tag

How to structure paragraphs with the p tag

Semantic Tags

Semantic tags like <nav>, <section>, <article>, <main>, <aside> to represent the structure and content of an HTML document

SVG Tag

Creating an Instagram link using the SVG tag

Tags

Structure of HTML Tags

Tags

Structure of HTML tags

The div Tag

How to use the div tag to structure and group elements on a webpage

Viewport

The importance and usage of Viewport for displaying web pages appropriately across various devices

What is Grid Layout?

What is Grid Layout? CSS Grid is a method of placing items on a webpage within a grid layout, much like a chessboard.

What is Grid Layout?

What is Grid Layout? CSS Grid is a method to arrange the elements of a webpage within a grid, similar to a chessboard.

What is Navigation?

Learn what navigation is and how to create a navigation bar using HTML and CSS.

What is Navigation?

Learn what navigation is and how to create a navigation bar using HTML and CSS.