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

    JavaScript help with an assignment

    <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="style.css"> <title>Job Search</title> </head> <body> <h1>Job Search</h1> <div> <label for="job-title">Job Title:</label> <input type="text" id="job-title" placeholder="Enter job title"> </div> <div> <label...
  2. I

    JavaScript help with an assignment

    I'm trying to finish this task and I can't get it to work
Back
Top Bottom