
how to fix the border of frameset and frame in html?

Set border of html frameset
<frameset rows="110,*" cols="*" border="15px">
<frame src="one.html" name="topFrame" scrolling="No"/>
<frame src="two.html" name="mainFrame"/>
</frameset>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.