Front-End Web Development Certificate
3 professional certificates
The Front-End Web Development Professional Certifications focus on designing and building websites that are focused on the needs of users. Courses are taught by experienced practitioners and educators to provide you with the tools you need to advance your career, whether you're new to the field or a working professional.
Certificate 1 - Basic HTML and CSS
In this certificate course, you will learn how to implement a static website using the two most basic building blocks of web development HTML and CSS. You will learn about best design practices and how to meet accessibility guidelines.
Learning Objectives:
- Describe the underlying technologies of the Internet and World Wide Web.
- Use various HTML5 tags to configure the content of a webpage.
- Use CSS to configure graphic elements like colors, borders, opacity, or background images.
- Configure CSS for printing.
- Organize web pages of a website.
- Follow recommended web design guidelines.
- Validate the syntax of a webpage document.
Certificate 2 - Advanced HTML and CSS
In this certificate course, you will explore advanced features of HTML5 and CSS using industry best
practices. You will learn how to design and implement a responsive website, how to implement an accessible form, and how to use integrate multimedia and interactive features in a website.
Learning Objectives:
- Describe different website organizations, principles of visual design, and page layout design techniques.
- Apply the concept of universal design and accessibility guidelines to web pages.
- Configure web pages for mobile display.
- Apply responsive web design techniques, including CSS layout techniques.
- Create and style accessible forms on a web page.
- Include multimedia on a web page.
- Utilize CSS and HTML5 to create interactive web page features.
Certificate 3 - Client-Side JavaScript
In this certificate course, you will learn how to make a webpage interactive by implementing JavaScript programs that are executed by the browser. That is, you will learn client-side scripting. You will also learn basic programming principles. You do not need to have prior programming experience.
Learning Objectives:
- Describe common uses of JavaScript.
- Apply programming concepts, including variables, mathematical and string operations, conditional control structure, loops, functions, objects, methods, and arrays in JavaScript.
- Access and manipulate HTML elements through the Document Object Model.
- Use the browser tools to run, debug, and test JavaScript code.
- Use JavaScript to validate a form.
- Write clean code.