Skip to main content

82 docs tagged with "HTML"

View All Tags

<a> Tag

Managing and creating links in a web page using the <a> tag

<audio> Tag

How to embed music and sounds into a webpage and key attributes of the <audio> tag

<body> Tag

Structure of the <body> tag that displays 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 web pages

<button> Tag

Creating and adding functionality to web buttons using the <button> tag.

<h> Tag

The concept and usage of the <h> tag that displays the title of a webpage

<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 contained within it

<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 the <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 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> Advanced Usage

Advanced usage of the input element, including design, validation, and integration with forms

<input> Input Tag

Basic attributes of the input tag to receive information from the user on a web page

<p> Tag

Concept and usage of the <p> tag in web pages to represent paragraphs

<p> Tag

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

<style> Tag

Adding inline style information to a web document using the <style> tag

<video> Tag

How to embed a video in a web page and the main 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 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 and behaviors to various HTML elements on a webpage using class

Comment

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

Comments

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

Creating a Contact Form

Learn how to create an essential contact form for a business page. Design and implement a basic contact form for communication with users using HTML and CSS.

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

The concept and how to set up favicons, the icons for websites

Form Tag

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

h1, h2 Tags

Using div tags to structure and group web pages

HTML a Tag

Creating hyperlinks to navigate to different pages and sections

HTML Elements

The basic building blocks of a webpage, definitions, and code examples of elements

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

Unique identification for a specific HTML element

p Tag

How to structure paragraphs with the p tag

Semantic Tags

<nav>, <section>, <article>, <main>, <aside> etc. tags that indicate the structure and content of an HTML document

SVG Tag

Creating an Instagram link using the SVG tag

Table Tag

Usage and structure of tables in HTML

Tags

The structure of HTML tags

Tags

Structure of HTML tags

Viewport

Importance and usage of Viewport for displaying web pages properly on various devices

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.