Skip to main content

68 docs tagged with "Web Design"

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

<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

<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

<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

Advanced Flexbox

Advanced usage of Flexbox and strategies for implementing flexible layouts

Attributes

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

Class

How to apply consistent styles to multiple 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 Carousel

A carousel is a component that displays multiple items horizontally, showing users one or more items at a time. This component is effective in highlighting business products or advertisements.

Dark Mode and Light Mode

An overview of the basic concepts of dark mode and light mode, reasons for using them, and how to implement them on a webpage.

em and rem

Differences and uses of relative size units em and rem

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

Grid

Efficient web layout design using CSS Grid

Hex Code

How to represent colors in hexadecimal format in the web

Hex Code

How to represent colors on the web using hexadecimal hex codes

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.

ID Selector

Unique identification for a specific HTML element

Pixel (px)

Introduction to the pixel (px), an absolute length unit

Positioning

How to position elements on a web page using the position property

Pseudo-class

Applying styles to elements based on specific states using CSS pseudo-classes

Pseudo-class

How to apply styles to elements based on specific states using CSS pseudo-classes

Semantic Tags

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

Table Tag

Usage and structure of tables in HTML

The Role of a Carousel

By exploring the components and roles of a carousel, understand its importance in visual effects and information delivery. This demonstrates how carousels can be utilized in the structure and styling of portfolio templates.

Viewport

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