Computer Science, asked by sudhiratram3911, 10 months ago

2.Rearrange the following a) <form name = "xyz">
b) <html>
c) </body></html>
d) </form>
e) <body>
f) username <input type = "text">​

Answers

Answered by drashokagarwal1997
1

Answer:

b,e,a,f,d,c done this is your answer

Answered by mhar6327
1

Answer:

<html>

<body>

username <input type = "text">

<form name = "xyz">

</form>

</body></html>

I hope this helps you

Similar questions