Computer Science, asked by adityapratab, 5 months ago

1. YOU CAN CREATE A FORM IN HTML TRUE OR FALSE.


2.THE SIZE ATTRIBUTE OF INPUT TAG IS USED TO SPECIFY THE WIDTH OF THE CONTROL IN TERMS of CHARACTERS . FALSE OR TRUE.

3. TEXT ERROR TAG IS USED TO INSERT A SINGLE AND INPUT CONTROL ON THE FORM TRUE OR FALSE

4. THE INPUT TAG IS USED TO INPUT CLICKABLE BUTTONS ON THE FORM TRUE OR FALSE

5. MASALA TAG IS USED TO CREATE A FIELD ON A FORM TO DISPLAY A LIST OF CHOICES TRUE OR FALSE.

6. THE INPUT FIELD OF PASSWORD TYPE IN USED TO HIDE THE CHARACTERS THAT ARE ENTERED BY THE USER TRUE OR FALSE ​

Answers

Answered by preetinirmalkar
21

Answer:

1.True 2.false 3.false 4.true 5.true 6.false

I hope that this answer will help you

Answered by srirajnambiar
0

Answer:

The correct answer is explained below.

Explanation:

1. TRUE - HTML allows you to create forms that can be used to gather information from users. The <form> element is used to create a form in HTML. Within the <form> element, you can add input fields, buttons, dropdown lists, and other form elements.

2. TRUE - The size attribute of the <input> tag is used to specify the width of the control in terms of characters.

3. FALSE - There is no such thing as a "text error" tag in HTML. However, you  can use the <label> tag to create a label for an input field, and the <span> tag to display an error message if the user enters invalid data.

4. FALSE - The <input> tag can be used to create a variety of form controls, including text boxes, radio buttons, checkboxes, and dropdown lists, but it cannot be used to create clickable buttons. For that, you would use the <button> tag or the <input type="button"> tag.

5. FALSE - There is no such thing as a "masala" tag in HTML. However, you can use the <select> tag to create a dropdown list that allows the user to select one or more options from a list of choices.

6. TRUE - The <input type="password"> tag is used to create an input field where the characters that are entered by the user are hidden, for security reasons. This is commonly used for fields like passwords and PINs, where the user's input needs to be kept confidential.

To learn more about HTML, visit:

https://brainly.in/question/18624559

https://brainly.in/question/12516871

#SPJ3

Similar questions