• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Friday, June 29, 2012

TUTORIAL TAQ SELECT & OPTION HTML FOR NEWBIE

Hello my friends you are on my blog at "We Are Knowedge".. You eill getting many it knowledge in here. I was provided for you IT knowledge from dekstop programming until web programming...

HTML.... HTML.....and HTML......
Yeah... That's right... I want giving you tutorial about HTML again... But with different tutorial...
This time about taq "OPTION" and "SELECT"...

Before... You was known...???
If not... Let's do reading my article....

Taq option in HTML like as combo box in VB.6.... Likely menu...
But.. if in VB.6 just click knop or tool... And in HTML made with coding....
Ok this is method...

you can copy This coding... Or write self in your aplication....
I using notepad++ in order to more eazy with making...



<html>
<head>
<title>Atribut Taq Select & Option</title>
</head>
<body>
Look On... This is example in use option
<br><br>
please Choice Your Favorit Food
<br><br>
<select name="food">
<option value="">choice
<option value="food_1">Gudek
<option value="food_2">Ketoprak
<option value="food_3">Gado-Gado
</select>
</body>
</html>


And paste in your software... And result like this..



Look one many color in my software.. Because I using notepad++.. If you using normal notepad, want more difficult in making program...

And if done you must save with save as type : "HTML"....
ex... : namefile.html.

And double click in your file want to appear like this..





Try click COICE menu.. and to appear other word....

Ok very simply...
Mybe just it... Please read my other article.. exactly want add your knowledge...


Logic ::

Select name
>> this syntax for giving global name for option, and name must different from other.. if you giving same name, syntax no error but to result not what you expect.

option value 
>> this syntax for to fill option. You can fill in as you wish. but likely previosly don't same of name

Thanks for reader and.. exactly visitors....
See You later...


If you will Download source code


Tutorial for file document  >> This
Tutorial for file HTML      >> This

No comments:

Post a Comment