Introduction to HTML and CSS Coding
A comprehensive introduction to HTML and CSS computer programming languages. This course covers the foundational skills needed to build and style a functional webpage — from writing proper HTML syntax and adding basic elements, to applying CSS styling, managing fonts, and using the CSS box model. Designed for beginners with basic computer and browser skills, this course empowers you to create well-structured, visually appealing webpages from scratch.
What you'll learn
- Write properly structured HTML code using correct tag syntax
- Add basic webpage elements including headings, paragraphs, line breaks, and text formatting
- Create ordered and unordered lists in HTML
- Embed images, hyperlinks, and tables in an HTML webpage
- Set up a CSS styling area using the <style> tag
- Apply colors to webpage elements using color names, RGB, and hexadecimal systems
- Use CSS identifiers (IDs and classes) to target specific elements for styling
- Style text using font-family, font-size, font-style, font-weight, line-height, and text-align properties
