Html Basics


?


What is an input lement?


An input element is a fundamental HTML tag mostly used to create interactive controls within a webpage form, allowing users to input or enter, select and submit data.


Marks:9

Question 7


This element is used for...?



Example 2


The above element is also used for input fields, the / at the end makes it self closing.




?


What is a div lement?


A div element is a generic block-level container used in HTML to group other elements together or to separate them.It is mostly used for Css styling or manipulated with javascript.


Marks:10

Question 7.2


This element is used to create a ...?


Continue


Back Home