Back to Browse

HTML for beginners 29: What is HTML Form?

213 views
Oct 7, 2020
4:15

Hi there and welcome! 😊 In this video, we will explain to you what is HTML form. HTML form is HTML element that we use to get data from website users and send that data to server for server side data processing. So, any time when you entering some data in any website, for example you are trying to login in you mail account or Facebook account, you are actually entering that data in some HTML form. After you submit your data (when you press login after you have entered your username and password) your data will be sent to the server for server side data processing, and after data is processed we will be allowed or not allowed to login in that website. Of course, you can use HTML form for any other purposes. For example, you can have contact form on your web page where user can enter personal info or questions for you. HTML form usually contains start form and end /form tags and inside of start form tag we usually set attributes like action, method, and target (explained below πŸ‘‡), and between form start ang /form end tags we set various form elements (like input fields, buttons etc.) that we use to get data from website users. ➑️ action attribute is attribute where we set name of server side script that will do data processing ➑️ method attribute is attribute where we set HTTP (Hypertext Transfer Protocol) method that we will use to send our data on server for server side data processing. Two common HTTP methods are: 1️⃣ get 2️⃣ post ➑️ target attribute is attribute where we set where we want to display result of server side data processing that server send us back. πŸ’» 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 : πŸ‘‰https://www.udemy.com/course/draft/3449352/?referralCode=CAF8EB035733439CDF8D πŸ€” 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: https://www.youtube.com/channel/UCKJZPftMDi_GcpxT2bmWXUg?sub_confirmation=1 πŸ”” Hit the notification bell to be notified when videos go live. πŸ‘€ You can reach us on social media: https://www.instagram.com/mastermindstutorials/?hl=sr https://twitter.com/MasterMindstut1 🀝If you want to support our work: https://www.paypal.com/paypalme/MasterMindsTutorials?locale.x=en_US https://www.patreon.com/mastermindstutorials 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: πŸ“§ [email protected] ➑️ Please press πŸ‘ button if you like this content and share this video to all that could be interested in this! πŸ™ –––––––––––––––––––––––––––––– Music: Spring In My Step - Silent Partner https://youtu.be/siCmqvfw_1g –––––––––––––––––––––––––––––– #HTMLBeginners #HTMLLearnItFromScratch #HTMLForm

Download

0 formats

No download links available.

HTML for beginners 29: What is HTML Form? | NatokHD