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!

Recent content by mail2vinay789

  1. mail2vinay789

    JavaScript Help me out this is my i made a quiz with submit button show correct answer but it's not working

    this is my code i need correct answer to show when submit button click <!DOCTYPE html> <html> <head> <title>Quiz</title> <style> .quiz { background-image: linear-gradient(to right, #0000cc, #0033cc, #0066cc, #0099cc, #00cccc); align-content: center...
  2. mail2vinay789

    JavaScript Help me out this is my i made a quiz with submit button show correct answer but it's not working

    Quiz button not showing. <!DOCTYPE html> <html> <head> <title>Quiz</title> <style> .quiz { background-image: linear-gradient(to right, #0000cc, #0033cc, #0066cc, #0099cc, #00cccc); align-content: center; color: white...
Back
Top Bottom