please give the correct answer
Answers
Answer:
The different input types are as follows:
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
Explanation:
hope it will help u little..
Write down the syntax with reference to HTML.
Brother/Sister your correct answers are:
(i) Ordered List:
<ol type="I">
<li>Cricket</li>
<li>Football</li>
<li>Basketball</li>
</ol>
(ii) Input Tag:
<form action="/action_page.php">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="submit" value="Submit">
</form>
(iii) Form Tag:
<!DOCTYPE html>
<html>
<head>
<title>HTML form Tag</title>
</head>
<body>
<form action = "/cgi-bin/hello_get.cgi" method = "get">
First name:
<input type = "text" name = "first_name" value = "" maxlength = "100" />
<br />
Last name:
<input type = "text" name = "last_name" value = "" maxlength = "100" />
<input type = "submit" value ="Submit" />
</form>
</body>
</html>
(iv) Marquee Tag:
<marquee attribute_name = "attribute_value"....more attributes>
One or more lines or text message or image
</marquee>
(v) Inserting a Picture:
<img src="url" alt="alternatetext">
꧁Hopes so that this will help you,꧂
♥️With Love♥️
✌︎Thanking you, your one of the Brother of your 130 Crore Indian Brothers and Sisters.✌︎