learn html programs(67 program)how to use get method tag

Опубликовано: 07 Октябрь 2024
на канале: Jay Shukla
No
0

#html #coding #magicofoneclick #getmethod

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 .
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.
TABLE - Tag is used to make table.