• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference between applet/object/embed & id/name

 
Ranch Hand
Posts: 2378
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference (theoritically & in practice) between -----
(1) ID & NAME attribute of elements in HTML, CSS, JavaScript or JAVA.
(2) <APPLET>, <OBJECT> & <EMBED>
I know the basic differences, still want to add some less significant differences also to count. Please add ur ones...
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well to start out.
the applet, object, and embed are totally different things....applet is based for JAVA program....object are usually little tricks you can play with the browser and embed is usllay for music or video files....
Difference between name and id...name is usally used for form elements while id is used for elements like table, span, div, and layer...you will find out that Netscape and Inetnet Explorer, Opera and all the other browsers will look at these things different and may and may not work.
 
reply
    Bookmark Topic Watch Topic
  • New Topic