MCQOPTIONS
Saved Bookmarks
| 1. |
Which syntax will cause IE to recognize section element? |
| A. | document.createElement( section ) |
| B. | document.createElement( <section> ) |
| C. | createElement.document( section ) |
| D. | getElementById( section ) |
| E. | None of these |
| Answer» B. document.createElement( <section> ) | |