Advice for Coding Practice: Where to Start?

0
0
Asked By CuriousCoder92 On

Hey everyone! I'm just getting started with coding and I want to dive into some hands-on practice. I've been using apps like Sololearn and FreeCodeCamp to learn HTML, but it feels super daunting to write code outside of these learning platforms. I've got a Windows desktop and a Mac laptop, and I recently downloaded VSCode on my Mac after watching some YouTube tutorials. I'm hoping to figure out where and how to code my little practice projects. How do I run and preview my HTML files? Also, I'm curious about how to assign URLs to the web pages I create to take them beyond just the local environment. Any tips or guidance would be greatly appreciated! I know this might seem like a basic question, but I really want to get it right.

2 Answers

Answered By WebDevGuru54 On

If you're looking to practice locally and run your HTML/CSS files, you could set up a simple web server. For Windows, check out how to enable IIS. For Mac, there are apps like 'Simple Web Server' that can help you run static sites. It's a great way to test your projects in a real web environment!

Answered By CodeJunkie27 On

You might also want to try online coding platforms like CodePen. They let you build HTML, CSS, and JS right in your browser, which can be super convenient! Plus, you won't have to worry about setting anything up locally.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.