Computer Science, asked by anshu905110, 1 day ago

An HTML form starts with which of the following tags?



<frameset>

<input>

<form>

<frame>​

Answers

Answered by sushil19839433
0

Answer:

The first tag in any HTML file is the <HTML> tag. This tells web browsers that the document is an HTML file. The second tag is a <HEAD> tag. Information between the HEAD tags doesn't appear in the browser window, but is still important.

Answered by toshiftoshif767
0

Answer:

The <frameset> tag in HTML is used to define the frameset. The <frameset> element contains one or more frame elements. It is used to specify the number of rows and columns in frameset with their pixel of spaces. Each element can hold a separate document

Similar questions