HTML for beginners 35: HTML input element

preview_player
Показать описание
Hi there and welcome! 😊 In this video, we will explain to you what is HTML input element.

HTML input element is HTML element that we use to create various HTML form elements. With HTML input we can create text input field, password input field, radio buttons, checkboxes, various buttons (submit, reset, image button ) etc.

Important attributes that we use with input element are:
1️⃣ type, 2️⃣ name, and 3️⃣ value

1️⃣ type HTML attribute allows us to set type of input element. The most common input element types are:
➡️ type="text"
➡️ type="password"
➡️ type="reset"
➡️ type="submit"
➡️ type="radio"
➡️ type="checkbox"
➡️ type="button"
➡️ type="file"
➡️ type="image"
We will cover all types in next tutorials.

2️⃣ name HTML attribute represents unique name for input element. Name attribute is very important because when we submit our HTML form, all values from form will be send to the server for server side data processing like a key value pairs. (key=value)
Key is actually name of form input element that we have set and value is value that we have entered in that input field. (e.g. username="Masterminds")

3️⃣ value HTML attribute represents initial value for input field, so value that we set will be initially set inside of that input field.

💻 If you want to learn all about HTML and how to build websites from the scratch check out our course that is currently on amazing discount :
🤔 You are not sure? Don't worry we are offering you 30-day money-back if you don't like our course without asking you any questions why.
Beside of that for our course you have:
✔️ Full lifetime access
✔️ Downloadable resources
✔️ Access on mobile and TV
✔️ ASAP answers on your questions etc.

NOTE: Buying of our course you support our channel and we are immensely grateful to you for that! ❤️🙏

📺 For the most recent updates please subscribe on our YouTube channel:

🔔 Hit the notification bell to be notified when videos go live.

👤 You can reach us on social media:

🤝If you want to support our work:
Please remember that even little from you means a lot for us. ❤️🙏

❓ Do you have any questions? Feel free to ask us directly on email:

➡️ Please press 👍 button if you like this content and share this video to all that could be interested in this! 🙏

––––––––––––––––––––––––––––––
––––––––––––––––––––––––––––––
#HTMLBeginners #HTMLLearnItFromScratch #HTMLInputElement
Рекомендации по теме
welcome to shbcf.ru