Category: Interview Question
-
What are HTML Forms?
Forms are used to collect user input (like login, signup, search).Elements include: <input>, <textarea>, <select>, <button>. ✔ Example:
-
What is HTML?
HTML (HyperText Markup Language) is the standard language used to create the structure of web pages.It uses tags (like <p>, <h1>, <img>) to define elements. ✔ Example: