Marketing Insight - Enquiro Search Solutions

Home > Marketing Glossary > Frameset

Online Marketing Glossary

Choose a letter.

Frameset

a web page that is made up of frames or frameset elements. A web page that is made up of frames might be referred to as a frameset. "Frameset" is also a term used in html coding when designing frames. Example:

<frameset cols="70%,30%">

<frame src="shirt.html" name="shirt">

<frameset rows="100,*">

<frame src="pants.html" name="pants">

<frame src="shoes.html" name="shoes">

</frameset> </frameset>