-
Notifications
You must be signed in to change notification settings - Fork 0
Responsive Web Design Certification
In this Responsive Web Design Certification, you'll learn the languages that developers use to build webpages: HTML (Hypertext Markup Language) for content, and CSS (Cascading Style Sheets) for design.
First, you'll build a cat photo app to learn the basics of HTML and CSS. Later, you'll learn modern techniques like CSS variables by building a penguin, and best practices for accessibility by building a quiz site.
Finally, you'll learn how to make webpages that respond to different screen sizes by building a photo gallery with Flexbox, and a magazine article layout with CSS Grid.
Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.
HTML tags give a webpage its structure. You can use HTML tags to add photos, buttons, and other elements to your webpage.
In this course, you'll learn the most common HTML tags by building your own cat photo app.
CSS tells the browser how to display your webpage. You can use CSS to set the color, font, size, and other aspects of HTML elements.
In this course, you'll learn CSS by designing a menu page for a cafe webpage.
Selecting the correct colors for your webpage can greatly improve the aesthetic appeal to your readers.
In this course, you'll build a set of colored markers. You'll learn different ways to set color values and how to pair colors with each other.
You can use HTML forms to collect information from people who visit your webpage.
In this course, you'll learn HTML forms by building a signup page. You'll learn how to control what types of data people can type into your form, and some new CSS tools for styling your page.
Certification Project
This is one of the required projects to earn your certification.
For this project, you will build a survey form to collect data from your users.
Every HTML element is its own box – with its own spacing and a border. This is called the Box Model.
In this course, you'll use CSS and the Box Model to create your own Rothko-style rectangular art pieces.
Flexbox helps you design your webpage so that it looks good on any screen size.
In this course, you'll use Flexbox to build a responsive photo gallery webpage.
Typography is the art of styling your text to be easily readable and suit its purpose.
In this course, you'll use typography to build a nutrition label webpage. You'll learn how to style text, adjust line height, and position your text using CSS.
Accessibility is making your webpage easy for all people to use – even people with disabilities.
In this course, you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ARIA attributes, and design best practices.
Certification Project
This is one of the required projects to earn your certification.
For this project, you will build a tribute page for a subject of your choosing, fictional or real.
You can use CSS pseudo selectors to change specific HTML elements.
In this course, you'll build a balance sheet using pseudo selectors. You'll learn how to change the style of an element when you hover over it with your mouse, and trigger other events on your webpage.
Mastering CSS positioning is essential for creating visually appealing and responsive web layouts
In this course, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property.
Responsive Design tells your webpage how it should look on different-sized screens.
In this course, you'll use CSS and Responsive Design to code a piano. You'll also learn more about media queries and pseudo selectors.
Certification Project
This is one of the required projects to earn your certification.
For this project, you will build a technical documentation page to serve as instruction or reference for a topic.
CSS variables help you organize your styles and reuse them.
In this course, you'll build a city skyline. You'll learn how to configure CSS variables so you can reuse them whenever you want.
CSS Grid gives you control over the rows and columns of your webpage design.
In this course, you'll build a magazine article. You'll learn how to use CSS Grid, including concepts like grid rows and grid columns.
Certification Project
This is one of the required projects to earn your certification.
For this project, you will build a product landing page to market a product of your choice.
You can use CSS animation to draw attention to specific sections of your webpage and make it more engaging.
In this course, you'll build a Ferris wheel. You'll learn how to use CSS to animate elements, transform them, and adjust their speed.
You can transform HTML elements to create appealing designs that draw your reader's eye. You can use transforms to rotate elements, scale them, and more.
In this course, you'll build a penguin. You'll use CSS transforms to position and resize the parts of your penguin, create a background, and animate your work.
Certification Project
This is one of the required projects to earn your certification.
For this project, you will build your own personal portfolio page.
- Responsive Web Design Certification
- JavaScript Algorithms and Data Structures (Beta) Certification
- Front End Development Libraries Certification
- Data Visualization Certification
- Relational Database Certification
- Back End Development and APIs Certification
- Quality Assurance Certification
- Scientific Computing with Python (Beta) Certification
- Data Analysis with Python Certification
- Information Security Certification
- Machine Learning with Python Certification
- College Algebra with Python Certification
- A2 English for Developers (Beta) Certification
- (New) Foundational C# with Microsoft Certification
- The Odin Project (Beta)
- Coding Interview Prep
- Project Euler
- Rosetta Code
- Legacy Responsive Web Design Challenges
- JavaScript Algorithms and Data Structures Certification
- Legacy Python for Everybody