HTML5 and CSS3 beginners tutorial 47 - checkboxes and radio buttons

preview_player
Показать описание
In this tutorial I show you how to add check boxes and radio buttons to your forms. I run through the attributes and explain why we name each of our form elements.

Tags
-----------------------------------------------------------------------------
Radio,buttons,how to,elements, tutorial,CSS,HTML,HTML5,CSS3,checkbox,forms, web development,Web Programming,Programming,How to,How to write a website,CS,Make a website from start to finish,ProgrammersCreed,Programmers,Creed,Quentin,Watt,
---------------------------------------------------------------------------------------- .
Follow me on Facebook:

Follow me on Twitter:

Don't forget to subscribe:

Donate on PayPal:

xclick&hosted_button_id=DM496T7CTUYAS Donate on PayPal:
Рекомендации по теме
Комментарии
Автор

Thank you so much Quentin Watt's for teaching this  HTML and CSS class. I have learned so much about html that I probably can now make a full website now, Your chanel is really awesome and it really makes me want to learn more about computer programming. I am excited to learn about Java, and PHP in your next classes. Also I picked up a book from barns and nobles called HTML & CSS design and build websites by Jon Duckett if any one reads this post I highly suggest to get it and use it as reference guide. Anyway's thank you Quentin and keep up the video's so I can "LIKE, SHARE, AND LEAVE A COMMENT."  

EYEBALLS-kqen
Автор

Hi Quentin,

can we put each option name after input tag? like this:

What do you do in your spare time? <br/>

<input type=”checkbox” name=”spare_time” value=”sport” checked=”checked”/>Play sport <br/>
<input type=”checkbox” name=” spare_time” value=”game”/>computer game <br/>

everythingsoftware
Автор

that LOL reference at 07:43 is epic!
_/\_
by the way, tutorial was really helpful! ;)

hashirbilal
Автор

Can you talk about pattern ? I'm very confuse how to use pattern ...

IceyJunior
Автор

I either get text above the checkbox or under the checkbox. I can't get it like you did, in the same line. What should I do?

PavleSavic