About Lesson
HTML & CSS (24 Hours)
How the Web Works:
- The difference between the Internet and the Web.
- How web servers and browsers communicate.
- Web Page Addresses (URLs).
- Serving web pages and managing information on the web.
Creating a Simple Web Page:
- Launching a text editor and starting with content.
- Structuring a document using HTML.
- Adding images, lists, and links.
- Changing the look of a page with a CSS style sheet.
- Validating HTML documents for correctness.
Marking Up Text:
- Creating paragraphs, headings, and lists.
- Understanding and using div and span elements.
- Adding special characters to web pages.
Links and Navigation:
- Adding hyperlinks with the
href
attribute. - Linking to external web pages, within your site, and opening new browser windows.
- Adding email and telephone links.
- Adding hyperlinks with the
Working with Images:
- Understanding image formats (JPEG, PNG, GIF).
- Adding and positioning images using the
img
element. - Adding alt text for accessibility.
CSS Basics:
- Understanding how CSS styles work with HTML.
- Formatting text with CSS (font properties, colors, text alignment).
- Styling web elements like buttons, tables, and links.
- Creating responsive layouts using media queries and flexible grids.
Page Layout and Design:
- Implementing the box model (padding, borders, margins).
- Floating and positioning elements.
- Advanced CSS techniques like CSS sprites, pseudo-classes, and pseudo-elements.