-
In JavaScript, built-in array functions allow for easy access, sorting, and manipulation. Watch this video to learn how to manipulate these arrays.
-
Arrays are used to store a range of values instead of a single value. To learn how to use arrays in JavaScript, watch this video.
-
Onclick is an event that’s used to execute an action when the user clicks on an element. Watch this video to understand how events work in JavaScript and utilize…
-
Objects are data-structuring tools in JavaScript that represent a collection of properties. To learn more about using objects in JavaScript functions, watch this video.
-
Functions in JavaScript group several statements together to execute an action. Learn how to declare and call functions in these scenarios by watching this video.
-
While and do/while loops both execute blocks of code based on a condition, but their uses vary from that of a for loop. To understand these differences, watch this video.
-
The way that you write JavaScript determines how your website functions. Watch this video to learn how to use JavaScript properly.
-
Break and continue statements allow you to change how a loop works within a program. To learn how to use loops this way, watch this video.
-
A for loop is typically used when working with arrays and objects. Watch this video to learn more about when and how to use for loops.
-
JavaScript is a programming language that adds power and functionality to web pages. Watch this video to learn more about applying JavaScript to a web project.
-
Arithmetic operators manipulate various data types in JavaScript. Watch this video to learn more about the use of arithmetic operators.
-
CSS grid helps you control your web page's columns and rows. Watch this video to learn more about declaring a CSS grid in your projects.
-
Cascading Style Sheets are a list of styles applied in an orderly fashion to a Document Object Model. Watch this video to learn more about using CSS in web page layout.
-
Adding JavaScript to HTML creates functionality within your project. Learn more about the combination of these functional languages by watching this video.
-
Type stylization seriously affects the readability and feel of your web page. Watch this video to learn more about how to modify and style your type using CSS.
-
CSS flexbox simplifies the process of positioning and sizing elements on a page. Watch this video to learn more about the flexbox layout module and how to use it.
-
Image stylization in CSS is key for customizing images in a project. Watch this video to learn more about how to apply CSS rules to image stylization.
-
QF13E Customizing Navigation 19 of 24
03:05duration 3 minutes 5 seconds
QF13E Customizing Navigation
You can use a menu made of "div" elements to customize a navigation bar. Watch this video to learn more about the process of creating a navigation bar. -
The display property is one of the factors allowing developers to control page layout. Watch this video to learn more about utilizing display properties while building a…
-
One of the CSS stylization methods developers use is font selection. Watch this video to learn more about how to include these fonts in your web page projects.
-
To apply color in your designs and communicate mood, purpose, and identity, you use CSS color properties. Watch this video to learn more about color stylization in CSS.
-
Selectors are patterns used in CSS to select HTML elements for stylization. Learn more about how to use selectors by watching this video.
-
You can apply CSS styles in an HTML document so the benefits of CSS are accessible in your project. Watch this video to learn how to link CSS to HTML.