Web Development Ninjas Question: Download Ninjas Web Developer PDF

Explain me what is the difference between <div> and <frame>?

Tweet Share WhatsApp

Answer:

A <div> is a generic container element for grouping and styling, whereas a <frame> creates divisions within a web page and should be used within the <frameset> tag. The use of <frame> and <frameset> are no longer popular and are now being replaced with the more flexible <iframe>, which has become popular for embedding foreign elements (ie. Youtube videos) into a page.

Download Ninjas Web Developer PDF Read All 58 Ninjas Web Developer Questions
Previous QuestionNext Question
Tell me how do you find all the selected options of HTML select tag?Explain what is your preferred development environment?