Computer Science, asked by rivha, 1 year ago

write a html code to develop a Web page having two frame that divide the Web page into two equal rows

Answers

Answered by TIRTH5828
11
<HTML>
<FRAMESET ROWS ="50%,50%">
<FRAME SRC = "NAME OF FILE.HTML">
<FRAME SRC = "NAME OF FILE.HTML">
</FRAMESET>
</HTML>
Answered by Shaizakincsem
4

HTML code.

Explanation:

  • HTML is a programming language that stands for Hypertext Markup Language.
  • It is used to create a web page and to display them on the browser.
  • It can assistance from the different script, for example, JAVA script.
  • The html code to divide the page into two is this.
  • <FRAMESET ROWS ="50%,50%">
  • <FRAME SRC = "NAME OF FILE.HTML">
  • <FRAME SRC = "NAME OF FILE.HTML">
  • </FRAMESET>
  • </HTML>

Learn more about it.

Write the HTML code to generate a web page

https://brainly.in/question/8841229

Similar questions