PDA

View Full Version : what are the major diffrences between <div> and <frame>



saiburi
09-22-2015, 05:34 AM
what are the major diffrences between <div> and <frame>

jane1
09-23-2015, 08:54 AM
<div> tag is used in html to suggest a specific area in the web design while <iframe> tag is implemented to show a webpage in a small frame or window.

rvtrainingchd
09-23-2015, 07:10 PM
Div tag is just container for any another html element. Frameset is structure for making frame. All today's website are built based on div tags creating layout of website. Frameset were used for website's layout in the past but SEO does not recommend them any more.

ajay49560
09-25-2015, 06:14 AM
Div tag is just container for any another html element. Frameset is structure for making frame. All today's website are built based on div tags creating layout of website. Frameset were used for website's layout in the past but SEO does not recommend them any more.

I agree with you.. Mr.Jane1

anirban09P
09-28-2015, 12:19 AM
Div tag is just container for any another html element. Frameset is structure for making frame. All today's website are built based on div tags creating layout of website. Frameset were used for website's layout in the past but SEO does not recommend them any more.

ramskl
09-28-2015, 01:25 AM
Divide
Divide up a web page into separate cells (like in a spreadsheet). This means that you have a lot more control over where text and pictures can be placed.

Frames
Allow you to divide the page into several rectangular areas and to display a separate document in each rectangle. Each of those rectangles is called a "Frame".