HTML and CSS are the technologies that web developers use to build websites and web based applications. Most web sites that you experience are built using HTML and their design or layout is determined by CSS which specifies the layout of elements on a web page, colors, graphics and animations. This course is a foundational course that introduces the basics of HTML and CSS over the course of 40 short lessons. The course is student led, where students work at their own pace supported by an instructor. Students ages 12 to 17 find this course very engaging as it allows them to build a multi-page web site that meets their interests.
Students who complete this course may move onto HTML/CSS Advanced.
Date | Time | Availability |
---|---|---|
Tue May 30 2023 | 05:00 PM PST - 06:00 PM PST | Yes |
Thu Jun 01 2023 | 05:00 PM PST - 06:00 PM PST | Yes |
Fri Jun 02 2023 | 04:00 PM PST - 05:00 PM PST | Yes |
Sat Jun 03 2023 | 10:00 AM PST - 11:00 AM PST | Yes |
Tue Jun 06 2023 | 05:00 PM PST - 06:00 PM PST | Yes |
Fri Jun 09 2023 | 04:00 PM PST - 05:00 PM PST | Yes |
Sat Jun 10 2023 | 10:00 AM PST - 11:00 AM PST | Yes |
Questions? Please email us at [email protected]
Welcome to Web Development with HTML. You’re about to learn a super valuable new skill that will benefit you the rest of your life: scripting computer code in HTML. You’re going to learn all you need to build your own website, and then you’re going to build one.
Welcome to Web Development with HTML. You’re about to learn a super valuable new skill that will benefit you the rest of your life: scripting computer code in HTML. You’re going to learn all you need to build your own website, and then you’re going to build one.
Now let's set up our environment to start coding in HTML I'm going to introduce you to the tool you'll use to code websites. It’s called REPLIT. It is an online system that lets you write and HTML execute programs
When writing HTML code, you start with an open tag – which is made with an open bracket – p – and then close bracket, and finish with a close tag. Lets learn about Tags
Structuring your HTML helps other coders easily understand your code. It helps you organize the information on your web page, and it makes it very clear why you have added any piece of text to your page.
In this lesson we are going to learn how to divide your web pages into clear sections using different headings. Lets learn more