This section of the chapter provides a tutorial-style introduction to building content with HTML and CSS. Follow along on your computer as you move through these sections.
You will need a program that lets you create and edit .html and .css files.
Default options: Notepad or Notepad++ (PC); TextEdit (Mac)
Mac users will need to configure some of their TextEdit settings: more info
Safe, free things you could download and install: Phoenix Code, Visual Studio Code (VS Code)
Safe, free(mium) options that run in your browser: Phoenix Code (online version), Replit
Section Contents¶
- Code in Context, Computing & the Liberal Arts
- How to Interact With This Book
- Course Overview
- Binary Number Systems & Encoding Schema
- How Computers Work (Part 1): Computer Hardware & Architecture
- How Computers Work (Part 2): Operating Systems & Interfaces
- Computer Networks & the Internet
- The World Wide Web
- Programming Fundamentals in Python: Variables, Data Types & Operators
- Data Structures in Python
- Control Structures in Python
- Code Reuse & Modularity in Python
- Structured Data in Python