Q & A

  1. Is there a way to prevent the user from manually adjusting the textarea element?

    -YES, there is a way to adjust the textarea element.
  2. If yes, how?

  3. Restriction
    -The most easiest way to do this is by setting resize to none in the CSS. Resize is a property that specifies whether or not an element is resizable by the user.
  4. What are the definitions of the different types of target in HTML