System Online

Developer Foundations

Module 01
Setup & Structure
Active
terminal โ€” console commands

Create and Enter Your Project

Run mkdir folder-name to create your project, then immediately use cd folder-name to move into it.
  • Open your code editor โ€” VS Code, Cursor, or your tool of choice
  • Create your files inside the project folder
๐Ÿ’ก Save the file in your editor and it will persist directly in the folder you created. Your file system and editor stay in sync automatically.
html โ€” the img element

The <img> Element

// src attribute โ€” external image URL
Standing Tall

alt="Standing Tall"  ยท  width=500  ยท  height=600

resources โ€” documentation