In this course, you'll learn the fundamentals web development, along with best practices and professional problem-solving techniques using Developer Tools. Throughout this course, you'll learn about the underlying structure of the web - HTML. You'll learn how to use this tree-like structure to create websites. You'll also learn how to apply styling to a website through CSS. You'll learn about CSS syntax, selectors, and units. Along the way, you'll also learn about code editors and a browser's Developer Tools.
Class Deals by MOOC List - Click here and see Udacity's Active Discounts, Deals, and Promo Codes.
Syllabus
Lesson 1
HTML Syntax
- Learn HTML tags
- Discover the tree-structure format of HTML
- Learn about and install a text editor
Lesson 2
HTML Syntax Problem Set
- Add headers to structure a page
- Create a list of items
- Add images to an existing site
Lesson 3
CSS Syntax
- Write a CSS Ruleset.
- Use CSS units to place content on the page
- Use Developer Tools to debug CSS
Lesson 4
CSS Syntax Problem Set
- Style images
- Style the font of the page
- Create and link a stylesheet