Learn HTML forms in 10+ minutes! 📝

preview_player
Показать описание
#HTML #tutorial #course

HTML forms tutorial example explained

00:00:00 form
00:01:08 textbox
00:02:20 submit button
00:02:41 textbox attributes
00:03:54 reset button
00:04:16 placeholder attribute
00:04:47 password
00:06:16 email
00:07:11 phone
00:09:12 dates
00:09:44 number
00:10:46 radio buttons
00:12:43 dropdown menu
00:14:13 checkbox
00:14:53 textarea
00:15:42 file upload
00:16:51 enctype attribute
00:17:37 conclusion
Рекомендации по теме
Комментарии
Автор

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<form action="index.php" method="POST"

<label
<input type="text" id="username" placeholder="Spongebob" minlength="6" maxlength="15" required><br>

<label
<input type="password" id="password"><br>

<label for="email">email:</label>

<label for="phone">phone #:</label>
<input type="tel" id="phone" placeholder="123-456-7890"

<label
<input type="date" id="bday"><br>

<label
<input type="number" id="quantity" min="0" max="99" value="1"><br>

<label for="title">title:</label>

<label for="Mr.">Mr.</label>
<input type="radio" id="Mr." value="Mr." name="title">
<label for="Ms.">Ms.</label>
<input type="radio" id="Ms." value="Ms." name="title">
<label for="PhD.">PhD.</label>
<input type="radio" id="PhD." value="PhD." name="title"><br>

<label
<select id="payment">
<option value="visa">visa</option>
<option
<option
</select><br>

<label
<input type="checkbox" id="subscribe"><br>

<label
<textarea id="comment" rows="3" cols="25"></textarea><br>

<label for="file">file:</label>
<input type="file" id="file" accept="image/png, image/jpeg"><br>

<input type="reset"><br>
<input type="submit">

</form>

</body>
</html>

BroCodez
Автор

The best explanation i got for this form..
Not making it more complicated

okon
Автор

This is better than bootcamps lol this guy is way more useful.

LloydChristmas
Автор

Holy crap. How did I not find this channel sooner? This channel deserves millions of more subscribers.

Nostalgia_Space
Автор

This was nice, broken down, clear and easy to understand. tysm ♥ I already knew a lot of the things in this video but now Im actually trying to do it on my own remembering it all is hard

ohhinikki
Автор

Superb tutorial about HTML forms, simply explained with examples in 15 minutes. Thanks and appreciate your efforts

muralimk
Автор

That was a good one with the step by step explanation.

iconicwealth
Автор

perfectly explained, it's easy to forget how to do basic things

eduardobarron
Автор

bro i love ur content, thanks for existing

toastmadeit
Автор

i am coding a website and this channel is so so good.

JoshGamingGalaxy
Автор

You're the reason i got a job at Google

neuxze
Автор

Thank you thank you thank you so much this video you helped me a lot.

nikhilkumar-bnyh
Автор

thank you bro that was really helpfull

simoessaidi
Автор

This guy saved me from hours in campus😊

siyaad
Автор

bro really got angry with that required username

waleed-
Автор

How did you know I was looking for this?

williamhogrider
Автор

Can you help me actually send a form to someone (I need it for a website)

Thegamer_channel
Автор

bro why the subscribe button on your channel animated when you mentionned it

simoessaidi
Автор

wait how did the subscribe button glow when he said it 14:21
<note: watching on a pc>

rakanhijazeen
Автор

17 mins and not 10 mins, LMFAO, but great video ❤

benherbst