Computer Science, asked by adilalam7808, 3 months ago

write down the syntax of following with reference to html input tag​

Answers

Answered by mayankjangde08
4

Answer:

<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>

Explanation:

this is the correct syntax

Answered by Anonymous
1

\Huge{\textbf{\textsf{{\color{navy}{ᴀɴ}}{\purple{ᴡs}}{\pink{ᴇʀ}}{\color{pink}{:}}}}}

HTML is using tags for its syntax. A tag is composed with special characters: <, > and /. They are interpreted by softwares to compose an HTML element.

Similar questions