HTML Tutorial for Beginners - 10 - One-line text box

preview_player
Показать описание
In this video we go over HTML forms - the one-line text box.

Рекомендации по теме
Комментарии
Автор

You literally make one love coding with the method of approaching to each session.

CharlesMirco
Автор

you can try this too to make it easier since we're just talking about the box
<form>
<input type="text">
</form>

louisemargaret
Автор

Awesome explanations. Grinding through your series tonight to get me back up to speed on all the things I "semi-forgot." Excited to get back into coding. Thanks again :D

shortty
Автор

You're so good as explaining cause i always understand you.

kratz
Автор

I am glad that you don't talk about name, method and action attribute as when i read about them in jon duckett text book I really feel confused
Thank you sir

nadasliem
Автор

I liked how you listened to the comments and started clicking save and refresh >> I appreciate people who develop themselves

ammarwael
Автор

You are so good you just know how keep important points...its amazing

aditijain
Автор

<!doctype html>
<html>
<head> </head>
<body>
<form action="" method="">
<input type="text" name="">
<!-- Input elements go in here -->
</form>
</body>
</html>

this is what i have but it dosent work
pls can somebody help me

zockerhdxdflameone
Автор

such awesome tutor... easy to understand... i think my lecturer should follow these videos

minellstouter
Автор

I have done everything as you explained but herf is not working. I don't know why, I have written like you explained

meghabasvaraju
Автор

Hi, in the video you had the 2 text boxes side by side and you were able to move the 2nd one below using a couple of line breaks. But the line breaks you used weren't the normal line breaks - they were closed ones. From what I remember, the original line break wasn't closed in the first video, so do closed line breaks i.e </br> do something a little different?

retroclorley
Автор

Br tag is an empty tag and we don't need any closing tag for that then why you used <|br>

kumarisimran
Автор

thanks for the video. i will download all your video thanks

ballers
Автор

So, you said in the very first lessson that Line Breakers are empty elements and an empty element does not have a closing tag. Yet you used one and in order to understand whats happening there and whether this is an exception or not I spent half an hour. Just because of a / in the tag. You believe me sir i'm pretty sad right now.

alisanguler
Автор

the text box works perfectly fine even if i put <input type="text"> in the input tag i didn't even used the name section and it worked. why this is so?

samiasarwar
Автор

The break element are in d closing form why

BerniceAphirhevwe
Автор

So I accidently put: <input type="tect" name=""> Even though I misspelled text as tect, the file still worked? I'm so confused.

bewater-gaming
Автор

Is it not necessary to write the form element, can we directly write the input element? please answer it sir.

minakshimahanta
Автор

thank you to help the knoledge of html web page keep it up!

haileyesusarega
Автор

the name attribute that u are using here(<input type="text" id="first name" name=" ">) is it the same name attribute that u used in <a name="Birds">This is the article about birds.</a></p>.
if so how can that happen bcoz a name attribute works with only anchor tag only but it is not working with anchor tag in the first case (<input type....name=" ">).

saumyojitdas