KKKhawaja Khurram (MAK)incodebymak.hashnode.dev·2d ago · 3 min readI built a free coding platform with 30+ lessons — here’s what I learnedOriginally published at [makuistudio.com] (https://makuistudio.com) Two years ago I couldn’t write a single line of code. Today I run makuistudio.com — a free coding platform with 30+ lessons across H00
KKKhawaja Khurram (MAK)incodebymak.hashnode.dev·Dec 8, 2025 · 1 min readYour First HTML Page“This is how a webpage is born 🌱” 🧰 To-Do Task (Main Content) Open VS Code (or any editor) and create a new file named index.html Type the basic HTML boilerplate: <!DOCTYPE html> <html> <head> <title>My First Page</title> </head> ...00