If you’re ready to dive into the world of web development, this course is your launchpad. Whether you’re a graphic designer itching to build the sites you mock up, an instructional designer wanting to finesse HTML in your LMS, an entrepreneur looking to put your business online, or just developing skills for a side hustle—this course is for you. Taught by real-deal front-end developers who’ve cut their teeth on websites for top tech and e-tail companies, you’re learning from the best right here in Seattle.
![University of Washington](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-university-assets.s3.amazonaws.com/8c/ff2f50afdf11e5ae9d8158e68cbd96/UW_square_180x180.png?auto=format%2Ccompress&dpr=1&w=28&h=28)
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/1a4589dccee10648821b7ea23e5fca9a.png?auto=format%2Ccompress&dpr=1&q=80)
![University of Washington](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-university-assets.s3.amazonaws.com/db/4c0510ba3a11e5a94f816fc3711774/New-UWLogo_Centered_200x48.png?auto=format%2Ccompress&dpr=1&h=45)
Expérience recommandée
Ce que vous apprendrez
In this course, you’ll learn essential front-end skills like HTML, CSS, and web page structure.
Détails à connaître
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/31ebcba3851b87d1d8609abf15d0ff7e.png?auto=format%2Ccompress&dpr=1&w=24&h=24)
Ajouter à votre profil LinkedIn
janvier 2025
10 devoirs
Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées
![Emplacement réservé](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/74c8747e8210831049cf88dd4eefe26c.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=320)
![Emplacement réservé](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/de1a6556fbe605411e8c1c2ca4ba45f1.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=259)
Obtenez un certificat professionnel
Ajoutez cette qualification à votre profil LinkedIn ou à votre CV
Partagez-le sur les réseaux sociaux et dans votre évaluation de performance
![Emplacement réservé](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/de1a6556fbe605411e8c1c2ca4ba45f1.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=333)
Il y a 4 modules dans ce cours
In this module, you will dive into the foundational concepts and tools essential for web development and version control, with a focus on preparing you for a potential role as a web developer. Whether you’re looking to pivot to a new career, take on a gig, or simply explore the web developer role, this module has you covered. You’ll start by learning about Git, a powerful version control system that helps you manage and track changes in your code. You’ll get hands-on experience using Git via the command line, navigating directories, initializing repositories, and committing changes. Next, you’ll explore GitHub, a web-based platform for hosting Git repositories, and learn how to link your local repositories to GitHub and push changes. The module also guides you through the basics of website architecture, teaching you how to create a simple HTML webpage with essential elements like the DOCTYPE declaration, head, body, and various HTML tags. Finally, you’ll delve into sectioning elements in HTML, such as header, footer, section, article, and aside, to effectively organize and structure your web content. Throughout the module, you’ll engage in practical activities to reinforce your understanding and build the skills necessary for a web developer.
Inclus
4 vidéos7 lectures2 devoirs
In this module, you will gain the skills to enhance your web development projects by leveraging HTML and CSS effectively. You’ll learn to use semantic HTML elements, which not only improve the accessibility of your web pages but also boost their SEO performance by making your content more understandable to search engines. You’ll be able to analyze and optimize HTML code for accessibility, ensuring that images include descriptive alt text for screen readers and search engines. Additionally, you’ll learn how to format images, making sure they are both accessible and optimized for various devices. On the CSS front, you’ll start to transform the visual appeal of your web pages. You’ll start with the basics of CSS syntax and selectors, enabling you to apply styles to different HTML elements. As you progress, you’ll explore advanced CSS selectors, allowing you to target specific elements and apply unique styles, thus enhancing the functionality and aesthetics of your web projects. By the end of this module, you’ll be proficient in validating your HTML and CSS code to adhere to web standards and best practices, and you’ll be adept at using Git for version control, ensuring smooth collaboration and management of your web development projects.
Inclus
4 vidéos4 lectures2 devoirs
In this module, you will enhance your competencies as a front-end web developer by mastering advanced CSS techniques and understanding their practical applications. You’ll start by learning about pseudoclasses and attribute selectors, which allow you to style elements based on their state or attributes, such as when a user hovers over an element or when a link has been visited. This knowledge will enable you to create more interactive and user-friendly web pages. Next, you’ll delve into the world of colors, exploring various color systems like hexadecimal, RGB, and HSL. You’ll learn how to apply these color values to your CSS, giving you the ability to create visually appealing and accessible designs. Understanding these color systems is crucial for ensuring your web pages look great across different devices and browsers. You’ll also learn about borders and how to use them effectively to enhance the layout and design of your web pages. By mastering border properties, you’ll be able to create well-defined sections and visually distinct elements, improving the overall user experience. Finally, you’ll explore CSS precedence, a fundamental concept that determines how conflicting CSS rules are applied. Understanding CSS precedence will make you a more effective coder, helping you debug and resolve styling issues efficiently. This knowledge is essential for maintaining clean and manageable code, especially in larger projects.
Inclus
5 vidéos5 lectures3 devoirs
In this module, you will take a significant step forward in your journey as a front-end web developer by moving from writing single-page HTML files to creating more complex websites using external CSS files. This transition is crucial as it allows you to apply consistent styles across multiple web pages efficiently, making your projects more scalable and maintainable. You’ll start by learning how to link external CSS stylesheets to your HTML files, a practice that streamlines your workflow and ensures a cohesive design throughout your website. This foundational skill is essential for developing more sophisticated and professional web projects. Next, you’ll delve into the CSS box model, which is fundamental for controlling the layout and appearance of HTML elements. By mastering the box model, you’ll be able to manage spacing, borders, and padding effectively, creating well-structured and visually appealing web pages. You’ll also explore CSS positioning properties, enabling you to place elements precisely on the page. This knowledge is vital for designing complex layouts and ensuring that your web pages are both functional and aesthetically pleasing. Additionally, you’ll learn about font styling, including how to specify font families, control font weight and style, and set font sizes using various units of measurement. This will enhance the readability and visual appeal of your web content. Finally, you’ll discover how to host your websites using GitHub Pages, a free and integrated hosting solution. This will allow you to make your projects live on the internet, providing you with a professional platform to showcase your work and share it with others. By the end of this module, you’ll have the skills to create more complex and professional websites, taking your web development capabilities to the next level.
Inclus
5 vidéos7 lectures3 devoirs1 évaluation par les pairs
Instructeur
![University of Washington Team](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera-instructor-photos.s3.amazonaws.com/b3/4dd2d9a0db434ea71678f9fda76ac0/uw_logo3.jpg?auto=format%2Ccompress&dpr=1&w=75&h=75&fit=crop)
Offert par
Recommandé si vous êtes intéressé(e) par Mobile and Web Development
Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/growth_testimonials/passionate_learner/Felipe_Moitta.png?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop)
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/growth_testimonials/passionate_learner/Jennifer_John.png?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop)
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/growth_testimonials/passionate_learner/Larry_Tao_Wang_1.png?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop)
![](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/growth_testimonials/passionate_learner/Chaitanya_Anand.png?auto=format%2Ccompress&dpr=1&w=64&h=64&fit=crop)
![Emplacement réservé](https://d3njjcbhbojbot.cloudfront.net/api/utilities/v1/imageproxy/https://coursera_assets.s3.amazonaws.com/images/7a1c0e2e779c1ff27cae62480adfe003.png?auto=format%2Ccompress&dpr=2&blur=200&px=8&max-w=120)
Ouvrez de nouvelles portes avec Coursera Plus
Accès illimité à 10,000+ cours de niveau international, projets pratiques et programmes de certification prêts à l'emploi - tous inclus dans votre abonnement.
Faites progresser votre carrière avec un diplôme en ligne
Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne
Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires
Améliorez les compétences de vos employés pour exceller dans l’économie numérique
Foire Aux Questions
Access to lectures and assignments depends on your type of enrollment. If you take a course in audit mode, you will be able to see most course materials for free. To access graded assignments and to earn a Certificate, you will need to purchase the Certificate experience, during or after your audit. If you don't see the audit option:
The course may not offer an audit option. You can try a Free Trial instead, or apply for Financial Aid.
The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
When you purchase a Certificate you get access to all course materials, including graded assignments. Upon completing the course, your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile. If you only want to read and view the course content, you can audit the course for free.
You will be eligible for a full refund until two weeks after your payment date, or (for courses that have just launched) until two weeks after the first session of the course begins, whichever is later. You cannot receive a refund once you’ve earned a Course Certificate, even if you complete the course within the two-week refund period. See our full refund policy.