Question
Consider the following tags and attributes of tags:

1. CODEBASE
2. ALT
3. NAME
4. CLASS
5. JAVAC
6. HORIZONTALSPACE
7. VERTICALSPACE
8. WIDTH
9. PARAM
10. JAR
Which of the above can be used within the and tags?

A. line 1, 2, 3
B. line 2, 5, 6, 7
C. line 3, 4, 5
D. line 8, 9, 10
E. line 8, 9
Select all correct answers.




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What is the glomerular basement membrane coated with?
  • Q Which should I prefer: composition or private inheritance?
  • Q What flavour is kirshwasser liqueur
  • Q What is patent?
  • Q How to change Label from 2 different Windows Forms
  • Q What are the characteristics of data scientists?
  • Q There are A,B techers and C,D doctors.Find the possible no of combinations that should not be repeated more than once?
  • Q Which country has the international car registration BDS?
  • Q The idea of an Election Commissioner is borrowed from:
  • Q To travel 'm' miles the time is 'h' hours,then what is the time taken to travel M miles?
  • Q #include main() { char line[80]; scanf("%[^ ]",line); printf("%s",line); } what scanf do ?