Instructional Video6:35
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family

Higher Ed
In this video, we will dive into the realm of fonts with CSS3's font-family property. We will explore the different font options available and learn how to specify font families for text content and utilize web-safe fonts and include...
Instructional Video2:42
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Text Decoration

Higher Ed
In this video, we will explore the world of text decoration in CSS3 and learn how to enhance your text with underline, overline, line-through, and other decorative styles. We will discover how to customize the appearance of text...
Instructional Video1:50
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Outline

Higher Ed
In this video, you will learn about the outline property in CSS3 and how it can be used to create outlines around elements. We will understand how to customize outline styles, widths, and colors to enhance the visual appearance of elements.
Instructional Video8:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Selectors and Colors in CSS3

Higher Ed
In this video, we will dive into the world of selectors and colors in CSS3, different types of selectors, and how they can be used to target specific HTML elements. We will explore the wide range of color options available in CSS3.
Instructional Video7:00
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Types of CSS3

Higher Ed
In this video, you will learn about the different types of CSS3 in this video. Explore inline, internal, and external stylesheets and understand when and how to use each type effectively. We will gain insights into the advantages and...
Instructional Video4:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Uses of CSS3

Higher Ed
In this video, we will discover the various uses of CSS3 in web design. Learn how CSS3 is utilized to control the layout, typography, colors, and visual effects of webpages. We will understand the flexibility and versatility of CSS3 for...
Instructional Video1:10
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Required Inputs

Higher Ed
In this video, we will understand the importance of making certain form inputs required. You will learn to use the "required" attribute to ensure that users provide necessary information before submitting the form.
Instructional Video4:18
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Additional Input Attributes (Min, Max, Multiple, and Placeholder)

Higher Ed
In this video, we will explore additional input attributes to add validation and improve user experience. You will learn to set minimum and maximum values, allow multiple selections, and provide placeholder text.
Instructional Video2:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)

Higher Ed
In this video, we will discover various attributes that can be applied to input fields to modify their behavior and appearance. You will learn to control the size of input fields, make them read-only or disabled, and more.
Instructional Video7:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Types

Higher Ed
In this video, we will explore different input types available in HTML5, including text, password, email, number, date, and more. You will learn to use these input types to capture specific types of user data.
Instructional Video3:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag

Higher Ed
In this video, we will discover the video tag in HTML5 and how it enables the embedding and playback of videos on webpages. You will learn about attributes such as src, controls, and autoplay to customize the video player.
Instructional Video3:36
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - List Tags

Higher Ed
In this video, we will explore different list tags in HTML, including ordered lists (ol), unordered lists (ul), and definition lists (dl). You will learn to create various types of lists and customize their appearance.
Instructional Video5:45
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Table Tags?

Higher Ed
In this video, you will learn about table tags and their role in creating structured data presentations. We will discover the use of table tags, including elements such as th, tr, and td, to organize data into rows and columns.
Instructional Video1:45
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Break Tags?

Higher Ed
In this video, we will understand the purpose of break tags in HTML to introduce line breaks and create vertical spacing within your content. You will learn to use break tags effectively for better readability.
Instructional Video2:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Paragraph Tags?

Higher Ed
In this video, we will explore paragraph tags and their significance in structuring and formatting textual content on webpages. You will learn to use paragraph tags to create paragraphs and apply styling using CSS.
Instructional Video5:47
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Image Tags?

Higher Ed
In this video, we will discover image tags and their role in displaying images on webpages. Explore attributes such as src, alt, width, and height to control the source, alternative text, and size of the images.
Instructional Video2:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Commenting Out Code in HTML5

Higher Ed
In this video, we will explore the technique of commenting out code in HTML5 to add comments within our HTML files, providing explanations, temporarily disabling code sections, or troubleshooting issues while maintaining code readability...
Instructional Video4:08
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Quotation and Citation Tags

Higher Ed
In this video, we will discover the purpose and usage of quotation (blockquote, q) and citation (cite) tags in HTML5, to properly attribute and reference external content within your webpages, such as quotes, citations, and sources.
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video0:50
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Audio Tag

Higher Ed
In this video, you will learn about the audio tag and its usage in embedding audio content into webpages. We will understand attributes such as src, controls, and loop to control the playback and appearance of the audio player.
Instructional Video2:09
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Style in HTML5

Higher Ed
In this video, we will explore different methods to style HTML elements using inline styles, internal stylesheets, and external CSS files. We will understand the CSS selectors, properties, and values to apply colors, fonts, backgrounds,...
Instructional Video2:22
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Create an HTML5 File?

Higher Ed
In this video, we will get hands-on guidance on creating an HTML5 file from scratch and follow step-by-step instructions to set up the basic structure of an HTML file using a text editor. You will learn to save the file with the...
Instructional Video7:47
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Multi-Threads in Rust

Higher Ed
This video talks about multi-threads in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video2:51
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Customize Your Own Custom Smart Pointer

Higher Ed
This is a solution video on customizing your own custom smart pointer. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null