Skip to content

HKDesign

  • Courses
  • Login
HKDesign
  • Home
  • Courses
  • Digital Literacy
  • Tools for Strengthening Your Coding Literacy

Tools for Strengthening Your Coding Literacy

Curriculum

  • 1 Section
  • 10 Lessons
  • 10 Weeks
Expand all sectionsCollapse all sections
  • Lessons
    10
    • 1.1
      Introduction to HTML, CSS, and Github
    • 1.2
      Application Development Using Airtable and n8n With Minimal Coding
    • 1.3
      Web Development in WordPress
    • 1.4
      Introduction to SQL for Simple Data Analysis
    • 1.5
      Basic Python Programming I
    • 1.6
      Basic Python Programming II
    • 1.7
      Beginning JavaScript I
    • 1.8
      Beginning JavaScript II
    • 1.9
      Basic Python Web Programming in Flask I
    • 1.10
      Basic Python Web Programming in Flask II

Introduction to HTML, CSS, and Github

https://hkdesign.org/wp-content/uploads/2025/09/Website__Code_to_Live_Site.mp4

HTML, CSS, and JavaScript are the 3 cornerstones of web development. This lesson provides an overview of what they are through a series of short videos with the goal of letting beginners learn the tools in a step-by-step manner. As JavaScript is more suitable for mastery at a later stage, it will be covered in future lessons after more fundamental programming concepts have been mastered.

Visual Studio, Chrome Inspector, Git, and GitHub will also be introduced here as the main tools for creating, debugging, and sharing the HTML and CSS codes.

  1. Deconstruct the DOM (Document Object Model) architecture and the Box Model of HTML elements using the browser inspector (e.g. the Developer Tools under the View menu in Chrome).
  2. Make use of HTML5 elements (e.g. header, nav, aside, section, article, and footer) and the “div” tag for composing the web page.
  3. Placing elements within the page layout using static, relative, absolute, fixed, and sticky positions.
  4. Styling and combining HTML elements with selectors and properties.
  5. Understand where to place the styling rules (in-line, internal, or external) to provide instructions to the browser for correctly displaying the web pages.
  6. Visual Studio Code is the most popular code editor used by developers to edit HTML, CSS, and Javascript codes. It is free with extensive extension supports. The Chrome DevTools including the browser inspector will allow coders to debug their codes effectively.
  7. Git is an indispensable tool for version control. Github is an online platform for developers to store and share their codes. GitHub Desktop provides a friendly interface to new coders in using Git and GitHub.

Self-study Videos

  1. Visual Studio Code Web Dev Setup In 6 Minutes (6:47 min)
  2. HTML Tutorial For Beginners (29:29 min)
  3. Learn CSS in 20 Minutes (23:44 min)
  4. Learn CSS Box Model In 8 Minutes (8:22 min)
  5. Learn CSS Display Property In 4 Minutes (4:14 min)
  6. Learn CSS Position In 9 Minutes (9:26 min)
  7. CSS Grid vs Flexbox (11:42 min)
  8. 5 simple tips to making responsive layouts the easy way (15:54 min)
  9. Chrome DevTools Crash Course (11:13 min)
  10. GitHub Basics Made Easy: A Fast Beginner’s Tutorial! (23 min 29 sec)
  11. Create Your First GitHub Pages Website (7:25 min)
Application Development Using Airtable and n8n With Minimal Coding
Next

© 2025 HKDesign - WordPress Theme by Kadence WP
Image by wal_172619 from Pixabay

  • Courses
  • Login