Computer Science, asked by vy45745, 10 months ago

HTML CODINGS FOR BRAINLY. EXPLAIN ME EASILY WITH INPUT AND OUTPUT​

Answers

Answered by wish93
4

Answer:

HTML CODING WITH INPUT

An HTML form with three input fields; two text fields and one submit button:

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

HTML CODING WITH OUTPUT

The <output> element is used to display the result of a calculation. The <output> element is typically used in conjunction with a parent <form> and sibling <input> elements to perform a calculation. The actual calculation is typically completed using JavaScript.

Hope it helps you

Mark it as branliest

ND follow me

Is ko likhna bada mushkil tha so please is ko branliest answer zaroor karna.........

Answered by TheChessKing
3

Answer:

hello dear,

Explanation:

HTML CODING WITH INPUT

An HTML form with three input fields; two text fields and one submit button:

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

HTML CODING WITH OUTPUT

The <output> element is used to display the result of a calculation. The <output> element is typically used in conjunction with a parent <form> and sibling <input> elements to perform a calculation. The actual calculation is typically completed using JavaScript.

Hope it helps you

Similar questions