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.
The <img> Element
// src attribute โ external image URL
alt="Standing Tall" ยท width=500 ยท height=600
Modern Developer Foundations
Reference Document ยท PDF
Modern Developer Foundations
Reference Document ยท PDF
Terminal Foundations