
Code Espresso: http://codeespresso.com
Explore how browser developer tools reveal HTML and CSS by inspecting a sample webpage, highlighting how code maps to page elements and styles through interactive highlights.
Explore the structure of html, including the head and body tags, and learn to view source for inspecting a simple web page for beginners.
Explore how HTML headers organize content by using h1 through h6 tags, with h1 as the largest and h6 as the smallest, and learn where to place them in body.
Learn how to format text in HTML using em for italics, strong for bold, underline (u), and strike through, with practical examples and a downloadable tag reference.
Learn to build html forms with text inputs, placeholders, textarea, radio groups, checkboxes, and a submit button, and see how input names appear in the url with encoding.
Explore inline CSS on a simple HTML page by applying the style attribute to color text and adjust font size, but note it's quick yet not always recommended.
Explore how internal css uses style tags to organize styling across the page, and why it's easier and more scalable than inline css.
Explore how CSS floats move content on a page by using red and grey boxes, floating the red square left, and clearing with clear both to align text.
Explore margins and padding in css by adjusting individual sides and applying 50px margins or 15px padding to control spacing, text positioning, and element sizing.
Discover essential web development resources to boost your HTML and CSS skills, including W3Schools, Stack Overflow, Splash, Leadpages, WordPress, color tools, Chrome extensions, and hosting options.
Explore next steps after completing the course, share your projects in the forums, provide feedback, and stay updated with lifetime access as new HTML and CSS insights are added.
HTML and CSS are the two most important languages for a new web developer to learn. They are also the easiest. If you've always wanted to build webpages, but were intimidated by the code, this course will help you learn your first two languages quickly and easily.
Taking a step-by-step approach, this course will have you learning by doing, building several mini-websites from scratch.
Learn the Two Most Important Languages to Web Design Quickly and Easily.Every webpage that you see on the net is built using a language or code. There are many different programming languages that can make your website do various things, but the two most important to learn are HTML and CSS. In fact, even people who plan on allowing someone else to build their website should have a basic grasp of both languages. This way you can tweak things behind the scenes, or change some of your formatting without having to always rely on others.
Contents and OverviewThis course of more than 35 lectures and 4 hours of content gives you a basic, yet thorough understanding of both HTML and CSS. The course focuses on having you begin writing code right away so you can learn through doing, and build your own completely functional HTML and CSS webpages with our lectures and especially at the end of each section with our Portfolio Projects.
You'll begin by learning what HTML and CSS are, so you can get an understanding of what it is that they do. During the course you'll build several mini-websites that take what it is that you've learned and apply it to real world exercises to help cement the skills.
Everyone from aspiring web designers to bloggers, programmers to business owners can benefit from learning some HTML and CSS. Learn to begin building your own dynamic webpages or manage the page that you already have. If you plan on becoming a web programmer or a web designer yourself, HTML and CSS are the first two languages you'll need to succeed. In fact HTML is required for anyone that wants to get into web development from any angle. Learning it simultaneously with CSS allows you to hit the ground running with page design.