Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Button Tag

हम <button> टैग का उपयोग करके बटन की appearance को customize कर सकते हैं।

<button>…..</button>

Attribute

Value

Description

name

name

Specifies a name for the button

type

button
reset
submit

Specifies the type of button

value

text

Specifies an initial value for the button

 

Button Tag

We can customize the appearance of button using the <button> tag.

<button>…..</button>

Attribute

Value

Description

name

name

Specifies a name for the button

type

button
reset
submit

Specifies the type of button

value

text

Specifies an initial value for the button

error: Content is protected !!