Current Assignment(s)
A3: Markup
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
In the Now
You might expect the DOCTYPE declaring “this document is written in HTML5” would have the number five in it somewhere. It doesn’t. The doctype for HTML5 looks like this:
HTML
<!DOCTYPE html>
IMPORTANT: The DOCTYPE declaration should be the first thing in your HTML file; on line 1.
- Previous
- Next