HTML5 General Questions Flashcards
1
Q
What are the 10 JavaScript APIs in HTML5?
A
- Canvas
- Sockets
- Web Workers
- Offline Caching
- Video
- Local Storage
- Forms
- Drag & Drop
- Audio
- Geolocation
2
Q
What is the HTML5 doctype?
A
<!doctype html>
3
Q
How do you set the charset?
A
<meta></meta>