HTML & CSS Syntax
Learn the fundamentals.
Learn the fundamentals of HTML and CSS.
HTML (Hypertext Markup Language) is used for putting content on a web page. With its tag-based syntax, you can add things like text, images, video, or audio to a page. However, without CSS (Cascading Style Sheets) code, your content will look plain and default to the browser's built-in styles.
The key to a great looking web page, is to use both languages in tandem. Luckily both languages are easy to learn - these are critical skills for any web developer. Once you have a solid grasp, you'll move on to other languages like JavaScript, which can do much more than display and style content.
Later, you'll also learn how to use JavaScript (and other languages) to generate chunks of HTML and CSS so that you can dynamically show and hide various elements on a page as needed. Before you learn how to do this, you must have a good grasp of the fundamentals first.
Curriculum
-
StartRead Me
-
StartLinking to a CSS File (7:37)
-
StartSelecting HTML (4:29)
-
StartColor Values (5:28)
-
StartCSS Gradients (3:48)
-
StartText and Fonts (7:28)
-
StartLists (2:54)
-
StartComments (1:48)
-
StartRounded Corners & Shadows (4:16)
-
StartBox Model - Margin & Padding (8:35)
-
StartDisplay Options (8:13)
-
StartThe Inspector (7:04)
-
StartCSS Classes (7:41)
-
StartSelectors Revisited (8:56)