Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. I

    Extern not working?

    Code generates errors All help appreciated
  2. I

    Why this code doesn't compile

  3. I

    HTML & CSS Where to go from here??

    Hello, I have listened to approximately 7 hours of video tutorials on HTML and CSS to get my feet wet in these environments. I learned a lot and I am sure there is plenty more to know. However, these courses were all about creating and embellishing the website but nothing on logic??? I was...
  4. I

    HTML & CSS How to get URL to example website on my computer?

    Hello: I just finished an example website using HTML/CSS. When I open it from my computer I see its URL in the address bar of Google chrome Ilike this: file:///Users/bob/Desktop/NEWTEST/index.html How do I change this path so that I can send a URL to someone so they too can see/access the...
  5. I

    HTML & CSS TEXT doesn't position???

    Hello, According to course, text should position to 0 left and 200 down from the top, but it doesn't???? please view code below: <section class="banner"> <img src="IMGS/banner.png" alt="MarioClub welcome banner"> <div class="Welcome"> <h2>Welcome to...
  6. I

    HTML & CSS Whats a local development service?

    Hello, I'm pretty new to the Internet and HTML so Ive been watching this video and the host speaks about a local development service and I'm lost!!! Can anyone try and explain to me in laymens terms what he's trying to explain to me at 14:42 to 16:35 ???? (Im, totally confused???) thank...
  7. I

    HTML & CSS beginner index file doesn't work?

    Hello, I am using visual studio code editor for Mac and I entered a simple code: <!DOCTYPE html> <html> <head> <title>Learning HTML</title> </head> <body> </body> </html> This is supposed to write "Learning HTML" on the google tab, instead it writes "index.html" ??? All help appreciated r
Back
Top Bottom