FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is not related to textbox?
A
name
B
type
C
maxlength
D
max-width
Explanation: 

Detailed explanation-1: -The max-width property defines the maximum width of an element. If the content is larger than the maximum width, it will automatically change the height of the element. If the content is smaller than the maximum width, the max-width property has no effect.

Detailed explanation-2: -The max-width CSS property sets the maximum width of an element. It prevents the used value of the width property from becoming larger than the value specified by max-width .

Detailed explanation-3: -Definition and Usage The maxWidth property sets or returns the maximum width of an element. The maxWidth property has effect only on block-level elements or on elements with absolute or fixed position. Note: The width of an element can never be greater than the value specified by the maxWidth property.

Detailed explanation-4: -Limit of MaxLength property is 1 to 32767. By default this property is set to 32767.

There is 1 question to complete.