Web Dev Project 5: Pass the message

Functionality:
Through this program, the user can input some text in the text box which on clicking the ‘Submit’ button is displayed on the screen. It displays an error message if no text is entered.

Languages and concepts:

  1. HTML
  2. CSS
  3. Javascript
    1. .querySelector()
    2. .addEventListener()
    3. event.preventDefault()
    4. element.classList.add(‘className’)
    5. element.classList.remove(‘className’)
    6. setTimeOut(function(), timeInMilliseconds)
    7. element.textContent()

You can interact with the project on this link:
https://aarushi-nema.github.io/webDev005_passTheMessage/

You can find the code on this link:
https://github.com/aarushi-nema/webDev005_passTheMessage

Leave a Reply

PHP JS HTML CSS BASH PYTHON CODE

Your email address will not be published. Required fields are marked *

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