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 Video3:34
Curated Video

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

Higher Ed
In this video, you will learn about anchor tags and how they are used to create hyperlinks and navigate between different webpages. Understand the attributes such as href, target, and rel to specify the destination and behavior of the...
Instructional Video2:00
Curated Video

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

Higher Ed
In this video, you will learn about HTML5 attributes and how they enhance the functionality and behavior of HTML elements. We will discover commonly used attributes such as id, class, src, href, and more to customize and control the...
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 Video3:07
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File

Higher Ed
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...
Instructional Video2:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Downloading Visual Studio Code

Higher Ed
In this video, we will get started with Visual Studio Code, a popular code editor for HTML5 and web development. You will learn to download and set up Visual Studio Code on your computer, ensuring you have the necessary tools for HTML5...
Instructional Video1:08
Curated Video

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

Higher Ed
In this video, we will look at an overview of popular HTML5 editors and tools used in web development. You will learn about their features, functionalities, and how they can streamline your HTML5 coding process.
Instructional Video1:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Where and How Is HTML5 Used?

Higher Ed
In this video, you will learn about the wide range of applications for HTML5, from simple webpages to complex web applications and mobile apps. We will explore the compatibility of HTML5 with different browsers and platforms, ensuring a...
Instructional Video1:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Benefits of Using HTML5

Higher Ed
In this video, we will discover the advantages of using HTML5, including improved accessibility, better mobile support, reduced reliance on plugins, and enhanced SEO. Understand how HTML5 can help create modern and responsive web...
Instructional Video1:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Features of HTML5

Higher Ed
In this video, we will explore the powerful features of HTML5, such as semantic tags, audio and video support, form enhancements, and canvas for graphics. You will learn how these features improve the user experience and make web...
Instructional Video1:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to HTML5

Higher Ed
In this introductory video, we will dive into the world of HTML5, the basics of HTML5, its purpose, and its role in modern web development. We will gain a clear understanding of how HTML5 enables you to create dynamic and interactive...
Instructional Video1:33
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction-Block and Inline Elements

Higher Ed
In this video, you will learn about block and inline elements in HTML, understand the difference between these two types of elements, and how they affect the layout and structure of your webpage.
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 Video0:44
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - File and Folder Structure

Higher Ed
In this video, we will discover organizing our HTML5 files and folders and learn to structure our project directory to maintain a logical and manageable file system. We will gain insights into naming conventions, folder hierarchies, and...
Instructional Video2:10
Curated Video

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

Higher Ed
In this video, we will uncover the essential building blocks of HTML5 with a detailed exploration of HTML tags and learn about the different types of tags and their roles in structuring web content.
Instructional Video16:23
Curated Video

Concurrent and Parallel Programming in Python - Creating a Yahoo Finance Reader

Higher Ed
After learning how to create the Wikipedia reader, you will learn how to write a threaded class to extract the price from a Yahoo Finance portal.
Instructional Video4:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Accessing Arrays with Bracket Notation - Example 1

Higher Ed
This video covers the topic of accessing arrays with bracket notation in JavaScript. The instructor demonstrates how to use bracket notation to retrieve specific values within an array. This clip is from the chapter "Data Structures -...
Instructional Video3:20
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Write In-Line Comments in JavaScript

Higher Ed
This video will guide you through the process of writing in-line comments in JavaScript, providing practical examples and best practices for using comments to improve the readability and maintainability of your code. This clip is from...