HTML Basic

Introduction to HTML: Foundations for Web Development

Embark on your journey into web development with our comprehensive Introduction to HTML course. Tailored for both absolute beginners and individuals with preliminary exposure to web development, this course is designed to establish a robust foundation in HTML, the cornerstone of web creation.

Course Overview:

In this meticulously structured program, participants will delve into the essentials of HTML, starting from the fundamental syntax and progressing through to the creation of complex structures. The curriculum encompasses a broad spectrum of topics including:

HTML Basics: Understanding the structure and syntax
Working with Text: Paragraphs, headings, and text formatting
Hyperlinks: Linking to external sites and internal navigation
Multimedia: Embedding images, videos, and audio for a richer user experience
Lists and Tables: Organizing data effectively
Forms: Capturing user input for interactive web pages
Semantic HTML: Enhancing web accessibility and search engine optimization
Learning Outcomes:

Upon completion of this course, participants will be equipped with the knowledge and skills to:

Craft well-structured HTML documents
Apply best practices in web development
Understand the role of HTML in the broader web ecosystem
Progress to more advanced web development topics with confidence
Who Should Enroll:

This course is ideal for:

Individuals aiming to kickstart their career in web development
Hobbyists looking to build their own websites from scratch
Professionals seeking to understand the basics of web technologies
Course Format:

Our approach to learning ensures a blend of theoretical knowledge and practical application, featuring:

Hands-on coding exercises
Embrace the opportunity to unlock the world of web development with our Introduction to HTML course. Transform your curiosity into expertise and pave your way to becoming a proficient web developer.

HTML Introduction

1
HTML Introduction
10 minutes

Course Overview:

In this meticulously structured program, participants will delve into the essentials of HTML, starting from the fundamental syntax and progressing through to the creation of complex structures. The curriculum encompasses a broad spectrum of topics including:

  • HTML Basics: Understanding the structure and syntax.
  • Working with Text: Paragraphs, headings, and text formatting.
  • Hyperlinks: Linking to external sites and internal navigation.
  • Multimedia: Embedding images, videos, and audio for a richer user experience.
  • Lists and Tables: Organizing data effectively.
  • Forms: Capturing user input for interactive web pages.
  • Semantic HTML: Enhancing web accessibility and search engine optimization.

Learning Outcomes:

Upon completion of this course, participants will be equipped with the knowledge and skills to:

  • Craft well-structured HTML documents.
  • Apply best practices in web development.
  • Understand the role of HTML in the broader web ecosystem.
  • Progress to more advanced web development topics with confidence.

 

HTML Editors

1
HTML Editors
10 minutes

All you need to learn HTML is a simple text editor.

HTML Basic

1
HTML Basic
10 minutes

HTML (HyperText Markup Language) is the standard language for creating and structuring content on the web using elements like tags and attributes.

2
The Declaration
5 minutes

 

The <!DOCTYPE> declaration defines the document type and version of HTML to ensure proper rendering by browsers.

3
HTML Headings
10 minutes

HTML headings are used to define the titles or subheadings of sections within a webpage, ranging from <h1> (highest) to <h6> (lowest).

4
HTML Links
10 minutes

HTML links (<a> tags) connect webpages or resources using the href attribute for navigation.

HTML Elements

1
HTML Elements
10 mintues

An HTML element consists of an opening tag, content, and a closing tag.

 
2
Nested HTML Elements
10 minutes

Nested HTML elements are elements placed inside other elements to create a hierarchy or structure in a document.

3
Example Explained
10 minutes

"Example explained" refers to a detailed breakdown or clarification of a specific example to illustrate its concepts or functionality.

4
Never Skip the End Tag
10 minutes

Never skip the end tag to ensure proper document structure and avoid rendering issues in HTML.

HTML Attributes

1
HTML Attributes
10 minutes

HTML attributes provide additional information about HTML elements.

 

HTML Headings

1
HTML Headings
10 minutes

HTML headings serve as titles or subtitles on a web page that you wish to present.

2
Importantance of Headings
10 minutes

Headings organize content, improve readability, and enhance SEO by providing structure and clarity to a document.

HTML Paragraphs

1
HTML Paragraphs
10 minutes

A paragraph always starts on a new line, and is usually a block of text.

HTML Styles

1
HTML Styles
10 minutes

The style attribute in HTML is employed to apply various stylistic features to an element, including but not limited to color, font, and size.

2
Background Color
10 minutes

Background color refers to the color applied to the background of an element or webpage, enhancing visual appeal and contrast.

HTML Formatting

1
HTML Formatting
10 minutes

HTML includes a variety of elements designed to give specific meanings to text.

HTML Quotation

1
HTML Quotation
10 minutes

HTML quotations are defined using the <q> tag for inline quotes and the <blockquote> tag for block-level quotes.

2
HTML <q> for Short Quotations
10 minutes

The HTML <q> element is used to mark short inline quotations, automatically adding quotation marks around the content.

3
HTML address for Contact Information
10 minutes

The HTML <address> element is used to define contact information for an author or a document, typically including email, phone, or physical address.

HTML Comments

1
HTML Comments
5 minutes

HTML comments are hidden from the browser view, yet they serve as useful annotations within your HTML code.

HTML Colors

1
HTML Colors
5 minutes

Colors in HTML can be defined using predefined names or through values in RGB, HEX, HSL, RGBA, and HSLA formats.

2
HTML Color Names 1
10 minutes

HTML color names are predefined keywords like "red," "blue," or "green" used to specify colors in web design.

3
HTML Color Names 2
10 minutes

HTML color names are predefined keywords like "red," "blue," or "green" used to specify colors in web design.

4
HTML Color Name 3
10 minutes

HTML color names are predefined keywords like "red," "blue," or "green" used to specify colors in web design.

5
HTML Color Names 4
10 minutes

HTML color names are predefined keywords like "red," "blue," or "green" used to specify colors in web design.

6
HTML Color Names 5
10 minutes

An HTML color is a code (name, hex, RGB, HSL, etc.) used to define the color of elements in a webpage.

7
HTML Color Names 6
10 minutes

An HTML color is a code (name, hex, RGB, HSL, etc.) used to define the color of elements in a webpage.

8
Background Color
10 minutes

Background color refers to the color applied to the background of an element or webpage to enhance its visual appearance.

9
Border Color
10 minutes

An HTML color is a code (name, hex, RGB, HSL, etc.) used to define the color of elements in a webpage.

10
Color Values
5 minutes

Color values specify colors in formats like keywords, HEX, RGB, RGBA, HSL, and HSLA for use in web design.

11
Example
5 minutes

An example is a specific instance or illustration used to clarify or demonstrate a concept.

HTML CSS

1
HTML CSS
10 minutes
 
2
Inline CSS
10 minutes

An example is a specific instance or illustration used to clarify or demonstrate a concept.

3
External CSS
10 minutes

External CSS is a separate stylesheet file linked to an HTML document to define its styles.

4
CSS Colors, Fonts and Sizes
10 minutes

CSS colors, fonts, and sizes style elements by defining their appearance, typography, and dimensions.

5
CSS Margin
10 minutes

CSS margin defines the space outside an element's border, creating separation from other elements.

HTML Links

1
Links
10 minutes

Links are a common feature on almost all webpages, enabling users to navigate by clicking from one page to another.

2
HTML Links - The target Attribute
10 minutes

The target attribute in HTML links specifies where to open the linked document, such as in the same window or a new tab.

3
Use an Image as a Link
10 minutes

An image can be used as a link by placing the <img> tag inside an <a> tag, making the image clickable.

4
Link Titles
10 minutes

Link titles provide additional information about a link when the user hovers over it, using the title attribute in the <a> tag.

5
Link Colors
10 minutes

The color of an HTML link varies based on its state: whether it is unvisited, visited, or currently being clicked (active).

6
Link Buttons
10 minutes

Link buttons are elements styled as buttons that function as hyperlinks, often using JavaScript to simulate button-like behavior.

7
Link Bookmarks
10 minutes

HTML links can be utilized to create anchors, enabling users to navigate directly to specified sections within a webpage.

HTML Images

1
Images
10 minutes

In this section you will learn how to implement the images your HTML webpages.

2
Width and Height
10 min utes

The width and height attributes in HTML define the dimensions of an element, such as an image or a video.

3
Images in Folder
10 minutes

Images in a folder are referenced by specifying the folder path in the src attribute of the <img> tag.

4
Src Attribute
10 minutes

The src attribute in HTML specifies the source URL for media elements like images, videos, or iframes.

5
Background Images
10 minutes

Nearly every HTML element can have a background image applied to it.

6
The Picture Element
10 minutes

The <picture> element in HTML is designed to enhance responsive web design by allowing the display of different images based on the device or screen size being used to view the content. This element works by containing multiple <source> elements, each specifying a different image source file along with a media condition (like screen width). The browser then selects and displays the most appropriate image according to the current device's characteristics, ensuring that users experience optimized loading times and image quality tailored to their viewing context. This approach provides a flexible solution for serving varied image content across a wide range of devices and screen resolutions.

HTML Favicon

1
HTML Favicon
10 mintues

A favicon is a tiny image shown alongside the page title within the browser tab.

HTML Page Title

1
HTML Page Title
10 minutes

Each webpage ought to feature a page title that encapsulates the essence of the page's content.

 

HTML Tables

1
HTML Tables
10 minutes

HTML tables enable web developers to organize data in rows and columns.

2
Define an HTML Table
10 minutes

An HTML table is used to display data in rows and columns, defined with <table>, <tr>, <td>, and <th> elements.

3
Table Rows
10 minutes

Table rows are defined with the <tr> element and contain data cells or header cells in an HTML table.

4
Table Headers
5 minutes

Table rows are defined with the <tr> element and contain data cells or header cells in an HTML table.

5
Table Borders
10 mintues

HTML tables can feature borders with varying styles and designs.

6
Table Sizes
10 minutes

HTML table sizes refer to the dimensions, such as width and height, of tables within a web page layout.

7
Table Headers
10 minutes

HTML table headers, denoted by <th> tags, define cells in a table that contain descriptive labels or titles for columns or rows.

8
Padding &Spacing
10 minutes

HTML table padding controls the space between the cell content and the cell borders, while spacing controls the space between table cells.

9
Colspan & Rowspan
5 minutes

HTML tables can include cells that extend across multiple rows and/or columns.

10
Table Styling
10 minutes

Utilize CSS to enhance the appearance of your tables.

11
Table Colgroup
10 minutes

The <colgroup> element is utilized for styling particular columns within a table.

HTML Lists

1
Lists
10 minutes

HTML lists enable web developers to organize a collection of interconnected items into list structures.

2
Unordered Lists
10 minutes

The HTML <ul> tag specifies an unsorted (bulleted) list.

3
Ordered Lists
10 minutes

The HTML <ol> tag denotes an ordered list. Such a list can feature numerical or alphabetical ordering.

4
Other Lists
10 minutes

HTML also offers support for definition lists.

HTML Block and Inline

1
HTML Block and Inline
10 mintues

Each HTML element inherently possesses a default display value, which varies based on the type of element it is.The two predominant display values are block and inline.

2
Inline Elements
10 minutes

Inline elements are HTML elements that do not start on a new line and only take up as much width as necessary, typically used within block elements.

3
The div Element

The <div> element is a block-level container used to group and style content or other elements, often with the help of CSS and attributes like class or id.

4
The <span> Element
10 minutes

The <span> element is an inline container used to group text or elements for styling or scripting purposes without adding semantic meaning.

HTML Div

1
HTML Div Element
10 minutes

The <div> element serves as a wrapper for additional HTML elements.

2
Float
10 minutes

Float is a CSS property used to position elements to the left or right within their container, allowing text or inline elements to wrap around them.

3
Flex
10 minutes

Flex, short for Flexbox, is a CSS layout model that enables flexible and efficient arrangement of items within a container, even when their size is dynamic.

4
Grid
10 minutes

Grid is a CSS layout system designed for creating complex, two-dimensional layouts using rows and columns within a container.

HTML classes

1
HTML class Attribute
10 mintues

The HTML class attribute is employed to designate a class for an HTML element.

 

Multiple HTML elements can possess the same class.

2
The Syntax For Class
10 minutes

The syntax for a class in HTML is to use the class attribute, e.g., <element class="classname">.

3
Multiple Classes
5 minutes

Multiple classes can be assigned to an element by listing class names in the class attribute, separated by spaces, to apply multiple styles or behaviors.

4
Different Elements Can Share Same Class
10 minutes

Different elements can share the same class by assigning the same class name in their class attribute, enabling shared styling or behavior.

HTML id

1
HTML id Attribute
10 minutes

The HTML id attribute is employed to designate a unique identifier for an HTML element. It's not permissible to have multiple elements sharing the same id within an HTML document.

2
Difference Between Class and ID
10 minutes

A class is used to style multiple elements, while an ID is unique and used to identify a single element for styling or scripting.

3
HTML Bookmarks with ID and Links
5 minutes

HTML bookmarks with IDs allow navigation to specific sections of a page by linking to an element's id using anchor links, e.g., <a href="#sectionID">.

4
Using The id Attribute in JavaScript
10 minutes

The id attribute in JavaScript is used to uniquely identify an element, allowing direct access and manipulation via methods like getElementById().

HTML Iframes

1
HTML Iframes
10 mintues

An HTML iframe is utilized to embed a webpage within another webpage.

HTML Java Script

1
HTML JavaScript
10 mintues

HTML is the structure and content of a webpage, while JavaScript adds interactivity and dynamic behavior to it.

HTML File Paths

1
HTML File Paths
10 minutes

A file path delineates the position of a file within a website's directory structure.

HTML - The Head Element

1
HTML - The Head Element
10 minutes

The HTML <head> element serves as a container for the following elements: <title>, <style>, <meta>, <link>, <script>, and <base>.

2
The HTML Element
10 minutes

The HTML <style> element is used to define internal CSS styles for a webpage, typically placed within the <head> section.

3
Setting The Viewport
10 minutes

Setting the viewport in HTML is done using the <meta> tag with the name="viewport" attribute to control the layout on mobile devices, typically with properties like width and initial-scale.

4
The HTML script Element
10 minutes

The HTML <script> element is used to embed or reference JavaScript code within a webpage, either inline or through an external file.

HTML Layout

1
HTML Layout Elements and Techniques
10 minutes

Websites frequently present content in multiple columns, akin to a magazine or newspaper layout.

HTML Responsive

1
HTML Responsive Web Design
10 minutes

Responsive web design aims to ensure that web pages appear visually appealing across all devices!

2
Setting The Viewport
10 minutes

Setting the viewport in HTML involves using the <meta> tag with name="viewport" to control the layout and scaling of a webpage on different devices, especially mobile.

3
Responsive Images
10 minutes

Responsive images adjust their size and resolution based on the device's screen size and resolution, typically using the srcset attribute in the <img> element.

4
Responsive Text Size
10 minutes

Responsive text size adjusts dynamically based on the viewport size, often achieved using CSS units like em, rem, or vw, or with media queries.

5
Media Queries
5 minutes

Media queries in CSS allow the application of styles based on the device's characteristics, such as screen size, resolution, or orientation.

6
Responsive Web Page - Full Example
10 minutes

A responsive web page adapts its layout and design to different screen sizes and devices using flexible grids, media queries, and responsive elements like images and text.

7
Code7School.CSS
10 minutes

Code7School.CSS DEMO refers to a demonstration or example showcasing the use of CSS (Cascading Style Sheets) for web design and layout, typically provided by Code7School.

8
Bootstrap
10 minutes

Bootstrap is a popular open-source front-end framework that provides pre-built CSS, JavaScript, and design components for creating responsive and mobile-first websites.

HTML Computer Code

1
HTML Computer Code Elements
10 minutes

HTML encompasses various elements for specifying user input and computer code.

HTML Semantic

1
HTML Semantic Elements
10 minutes

Semantic elements are HTML elements that carry inherent meaning or convey a specific purpose within the structure of a web page.

2
HTML <section> Element
10 minutes

The HTML <section> element is used to define a distinct section of content, typically with a heading, to group related content within a webpage.

3
HTML <article> Element
10 minutes

The HTML <article> element is used to represent a self-contained, independent piece of content, such as a blog post, news article, or forum post.

4
Nesting <article> in <section> or Vice Versa?
10 minutes

Nesting an <article> within a <section> or vice versa is valid; a <section> can contain multiple <article> elements, and an <article> can be part of a larger <section> to structure content logically.

5
HTML <nav> Element
10 minutes

The HTML <nav> element is used to define a section of navigation links, typically for menus or site navigation.

6
HTML <aside> Element
10 minutes

The HTML <aside> element is used to define content that is tangentially related to the main content, often displayed as a sidebar or supplementary information.

7
HTML <figure> and <figcaption> Elements
5 minutes

The HTML <figure> element is used to group media content like images or videos, while the <figcaption> element provides a caption or description for the content inside the <figure>.

HTML Style Guide

1
HTML Style Guide
10 minutes

Ensuring your HTML code is consistent, clean, and tidy enhances readability and comprehension for others. Here are some guidelines and tips to help you craft quality HTML code.

2
Close All HTML Elements
10 minutes

Closing all HTML elements ensures proper document structure and avoids errors, as some elements require a closing tag, such as </div> or </p>, to indicate their end.

3
Spaces and Equal Signs
10 minutes

In HTML, spaces are used to separate attributes within an element, while equal signs (=) assign values to those attributes, such as src="image.jpg".

4
Blank Lines and Indentation
10 minutes

Blank lines and indentation in HTML enhance code readability and structure by visually separating sections and aligning nested elements, making the code easier to follow and maintain.

5
Bad:
10 minutes

A good table example in HTML uses proper semantic structure with <table>, <thead>, <tbody>, <tr>, <th>, and <td> elements for clear, organized data presentation.

6
Omitting html and body ?
10 minutes

Omitting the <head> element in an HTML document is not recommended, as it contains essential metadata like title, links to stylesheets, and scripts, but the document will still function without it.

7
Meta Data
10 minutes

Meta data in HTML provides information about the webpage, such as its character encoding, author, description, and keywords, typically within the <head> section.

8
HTML Comments
10 minutes

HTML comments are used to add notes or explanations within the code, written as <!-- comment -->, which are not displayed in the browser.

9
Use Lower Case File Names
10 minutes

Using lowercase file names in HTML is recommended for consistency, better readability, and compatibility across different operating systems and servers.

10
Differences Between .htm and .html?
10 minutes

The difference between .htm and .html is primarily historical; both are used for HTML files, with .htm being a shortened version used by older systems that limited file extensions to three characters.

HTML Entities

1
HTML Entities
10 minutes

In HTML, reserved characters necessitate substitution with entities:

< (less than) = &lt; > (greather than) = &gt; rephrase

2
Some Useful HTML Character Entities
10 minutes

HTML character entities represent special characters using a code, such as &amp; for an ampersand (&), &lt; for less than (<), and &gt; for greater than (>).

3
Non-breaking Space
10 minutes

A non-breaking space (&nbsp;) is an HTML entity that prevents line breaks and preserves extra spaces in text.

4
Combining Diacritical Marks
10 minutes

Combining diacritical marks in HTML are Unicode characters added to base letters to create accented or modified characters, written using their respective codes, like for "á".

HTML Symbols

1
HTML Symbols
10 mintues

Entities can be utilized in HTML to incorporate symbols or letters that are absent on your keyboard.

HTML Emojis

1
Using Emojis in HTML
10 minutes

Emojis are characters within the UTF-8 character set.😄 😍 💗

2
HTML Emojis Examples
10 minutes

HTML emoji examples use Unicode characters, such as 😀 for 😀 or 😍 for 😍, to display emojis in web pages.

3
UTF-8 Characters
10 minutes

UTF-8 characters are a universal character encoding standard that represents text in most languages, using 1 to 4 bytes per character for efficient storage and compatibility.

4
Emoji Characters
10 minutes

Emoji characters are pictorial symbols encoded in Unicode, used to express emotions, objects, or ideas, and are supported across various platforms and devices.

HTML Charsets

1
HTML Encoding (Character Sets)
10 mintues

For proper rendering of an HTML page, a web browser needs to be informed of the appropriate character set to utilize.

HTML URL Encode

1
HTML Uniform Resource Locators
10 mintues

A URL serves as an alternate term for a web address.

2
Common URL Schemes
10 minutes

Common URL schemes are standardized prefixes in URLs (e.g., http, https, ftp, mailto, file) that specify the protocol or method used to access resources on the internet or locally.

3
Try It Yourself
10 minutes

"Try It Yourself" is an interactive feature that allows users to experiment with code or concepts in a hands-on environment.

HTML vs. XHTML

1
HTML Versus XHTML
10 minutes

XHTML is a more rigorous and XML-centric rendition of HTML.

HTML Forms

1
HTML Forms
10 mintues

An HTML form facilitates the gathering of user input.

2
Text Fields
10 minutes

Text fields are input areas in forms where users can enter text data.

3
Radio Buttons
10 minutes

Radio buttons are form elements that allow users to select one option from a predefined group.

4
The Submit Button
10 minutes

The submit button is a form element that sends the form data to a server for processing.

5
HTML Form Attributes
10 minutes

This chapter explains the various attributes of the HTML <form> element.

6
The Target Attribute
10 minutes

The target attribute specifies where to open the linked document, such as in the same window (_self) or a new window (_blank).

7
The Method Attribute
5 minutes

The method attribute specifies the HTTP method (e.g., GET or POST) to be used when submitting a form.

8
The Autocomplete Attribute
10 minutes

The autocomplete attribute controls whether the browser should automatically fill in form fields based on previous user input.

9
HTML Form Elements
10 minutes

This chapter outlines the various HTML form elements.

10
The <label> Element
10 minutes

The <label> element defines a label for form controls, improving accessibility and usability by associating text with input fields.

11
Visible Values:
5 minutes

Visible values refer to the values displayed to the user in a form or interface, typically shown in dropdowns, radio buttons, or options.

12
The <textarea> Element
10 minutes

The <textarea> element creates a multi-line text input field for users to enter longer text.

13
The <fieldset> and <legend> Elements
10 minutes

The <fieldset> element groups related form controls, and the <legend> element provides a caption or description for the grouped elements.

14
The Element
5 minutes

The <output> element represents the result of a calculation or user action in a form.

15
HTML Input Types
10 minutes

This chapter explains the various variants available for the HTML <input> element.

16
Input Type Password
10 minutes

The input type "password" creates a text field that obscures the user's input for secure entry, such as passwords.

17
Input Type Checkbox
10 minutes

The input type "checkbox" creates a form element that allows users to select one or more options from a list of choices.

18
Input Type Color
10 minutes

The input type "color" allows users to select a color from a color picker interface.

19
Input Type Datetime-local
10 minutes

The input type "datetime-local" allows users to select both a date and time, without a time zone, in a local format.

20
Input Type File
10 minutes

The input type "file" allows users to select and upload files from their device.

21
Input Restrictions
10 minutes

Input restrictions are rules applied to form fields to limit or validate user input, such as setting character limits or specifying valid formats.

22
Input Type Range
10 minutes

The input type "range" creates a slider control for selecting a numeric value within a specified range.

23
Input Type Time
10 minutes

The input type "time" allows users to select a time (hour and minute) without a date.

24
HTML Input Attributes
10 minutes

This chapter details various attributes for the HTML <input> element.

25
The size Attribute
10 minutes

The size attribute specifies the visible width of an input field, typically for text-based inputs.

26
The min and max Attributes
10 minutes

The min and max attributes specify the minimum and maximum values allowed for an input field, typically for numeric or date inputs.

27
The pattern Attribute
10 minutes

The pattern attribute defines a regular expression to enforce a specific format for user input in form fields.

28
The required Attribute
10 minutes

The required attribute ensures that a form field must be filled out before submission.

29
The autofocus Attribute
10 minutes

The autofocus attribute automatically focuses on a form element when the page loads.

30
The list Attribute
10 minutes

The list attribute links an input field to a <datalist> element, providing predefined options for the user to select from.

31
Input Form Attribute
10 minutes

This chapter delineates the various attributes related to the form* functionality within the HTML <input> element.

32
The formenctype Attribute
10 minutes

The formenctype attribute specifies the encoding type for form data when submitting a form, such as application/x-www-form-urlencoded or multipart/form-data.

33
The formmethod Attribute
5 minutes

The formmethod attribute specifies the HTTP method (e.g., GET or POST) to use when submitting a form, overriding the method set in the <form> element.

34
The formtarget Attribute
10 minutes

The formtarget attribute specifies where to display the response after submitting a form, such as in the same window (_self) or a new one (_blank).

35
The novalidate Attribute
5 minutes

The novalidate attribute disables form validation when submitting a form, bypassing the usual input checks.

HTML Graphics

1
HTML Canvas
10 minutes

The <canvas> HTML element is utilized for rendering graphics on a web page.

2
HTML SVG
10 minutes

HTML SVG Graphics is a markup language for creating scalable vector graphics that can be embedded in web pages and manipulated with CSS and JavaScript.

3
SVG Rectangle
10 minutes

An SVG rectangle is a shape defined in Scalable Vector Graphics (SVG) using the <rect> element, with attributes like width, height, and position.

4
SVG Gradient Ellipse and Text
10 minutes

An SVG gradient ellipse is an ellipse shape filled with a gradient, defined using the <ellipse> element, while SVG text is created using the <text> element to display text within an SVG image.

5
Differences Between SVG and Canvas
10 minutes

SVG is an XML-based vector graphics format that defines graphics using elements and is resolution-independent, while Canvas is a bitmap-based API that draws graphics dynamically using JavaScript, suitable for pixel-based rendering.

HTML Media

1
HTML Media
10 minutes

Multimedia on the web includes sound, music, videos, movies, and animations.

2
Common Video Formats
10 minutes

Common video formats include MP4, AVI, MKV, MOV, and WebM, each with different compression and compatibility features.

3
Common Audio Formats
10 minutes

Common audio formats include MP3, WAV, AAC, OGG, and FLAC, each with varying levels of compression and quality.

4
HTML Video
10 minutes

The HTML <video> element is utilized to display video content directly on a web page.

5
HTML <video> Autoplay
10 minutes

The autoplay attribute in the HTML <video> element automatically starts playing the video as soon as it is ready, without requiring user interaction.

6
Browser Support
10 minutes

Browser support refers to the compatibility of web technologies, such as HTML, CSS, and JavaScript, across different web browsers and their versions.

7
HTML Video - Media Types
10 minutes

HTML video media types specify the video format and encoding, such as MP4, WebM, and Ogg, ensuring compatibility across different browsers and devices.

8
HTML Audio
10 minutes

The HTML <audio> element is utilized to embed and play audio files directly on a web page.

9
HTML <audio> Autoplay
5 minutes

The autoplay attribute in the HTML <audio> element automatically starts playing the audio as soon as it is ready, without requiring user interaction.

10
HTML Audio Formats
10 minutes

HTML audio formats include MP3, Ogg, and WAV, used for embedding sound files in web pages.

11
HTML Audio - Methods, Properties, and Events
5 minutes

HTML audio methods, properties, and events allow for controlling audio playback, such as play(), pause(), volume, and events like onplay, onpause, and onended.

12
HTML Plug-ins
10 minutes

HTML Plug-ins are external applications or software components integrated into web pages to extend functionality beyond standard HTML capabilities.

13
The <object> Element
10 minutes

The <object> element embeds external resources, such as multimedia, applets, or other HTML documents, within a webpage.

14
HTML YouTube
10 minutes

HTML YouTube refers to the use of HTML and JavaScript to embed YouTube videos into web pages, allowing playback and interaction directly within the browser.

15
YouTube Autoplay + Mute
10 minutes

YouTube autoplay with mute automatically plays a video when the page loads, with the sound initially turned off.

HTML APIs

1
HTML Geolocation
10 minutes

HTML Geolocation API allows web applications to retrieve the geographical location information of a user's device.

2
HTML Drag / Drop
10 minutes

HTML Drag and Drop refers to the built-in functionality in HTML5 that allows users to drag elements and drop them onto designated areas within a web page, facilitating interactive and intuitive user experiences.

3
Make an Element Draggable
10 minutes

To make an element draggable, the draggable attribute is set to "true" on the element, allowing users to move it with the mouse.

4
Where to Drop - ondragover
10 minutes

The ondragover event specifies where a dragged element can be dropped, allowing the target area to accept the drag operation.

5
HTML Web Storage
10 minutes

HTML Web Storage refers to a mechanism that allows web applications to store data locally within the user's browser, persisting even after the browser is closed.

6
The localStorage Object
10 minutes

The localStorage object allows web applications to store data locally in the user's browser, persistently across sessions.

7
HTML Web Workers
10 minutes

HTML Web Workers enable running scripts in the background, allowing concurrent execution separate from the main page, enhancing web application performance.

8
Create a Web Worker Object
10 minutes

A Web Worker object is created using the new Worker() constructor, enabling background script execution without blocking the main thread.

9
HTML SSE
10 minutes

HTML Server-Sent Events (SSE) enable a persistent connection between a web browser and a server for receiving updates in real-time.

Be the first to add a review.

Please, login to leave a review
Start course
Enrolled: 3004 students
Level: Beginner

Archive

Working hours

Monday 9:30 am - 6.00 pm
Tuesday 9:30 am - 6.00 pm
Wednesday 9:30 am - 6.00 pm
Thursday 9:30 am - 6.00 pm
Friday 9:30 am - 5.00 pm
Saturday Closed
Sunday Closed
HTML Basic
Category: