Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What does wrap attribute denote?

a) Whether the text is in bold
b) Whether the text is wrapped
c) Whether the text is in italics
d) Whether the text is highlighted

Answer: b
Explanation: wrap is the attribute of <textarea> element and it indicates whether the text should be wrapped. Syntax: <textarea wrap=””> if we use wrap=”hard” it will contain newlines in the submission of a form. This attribute is newly introduced by HTML5 and is supported by all the browsers

Join The Discussion