Archived
Here is a valid HTML5 code :
<!DOCTYPE html>
<html>
<body>
<video src="path/to/video.ogv">
Loading ...
</video>
<form target="_blank" method="post">
<label>
Your email address :
<input type="email" name="email" placeholder="[email protected]" required>
</label>
<button type="submit">Subscribe to the newsletter</button>
</form>
</body>
</html>
Some features can be emulated in HTML4 (and less) via polyfills. Which of the following statements are true ?
Author: Jean-marie CléryStatus: ArchivedQuestion passed 1199 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!
9
What is the selector `nav a[href^=http://]`?9
What are the two methods that can be used to send data to a server in HTML5?8
How to create a navigation section in HTML510
What is the `contenteditable` attribute in HTML5?9
What is the HTML element that is used to group related content?8
How to add a border to an image in HTML58
What is the default value of the justify-content property in HTML5?