learn html programs(64 program)how to display form and use all button control attribute

Опубликовано: 04 Апрель 2026
на канале: Jay Shukla
2
0

#html #coding #magicofoneclick #buttoncontrol #attribute #display #form

Hello everyone and welcome to my channel magic of one click,please subscribe,like and share to get amazing programming videos.

In this program we will learn how to display form and use all button control attribute in html.

DESCRIPTION OF TAGS:-
HTML - Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE - Tag is used to give title of the program.
BODY - Tag defines main content of HTML .
OPTION - Tag inside the select element define the available options in the list.
FORM - Tag is used to create an HTML form for user input.
TR - Tag defines a row in an HTML table.
TD - Tag defines a data in an HTML table.