Frontend Engineering, Volume I
HTML Chapter 1 Examples 1a
© 2012, Martin Rinehart
The Original HW.HTML
In Notepad++:
Hello, World!
In Opera:
Adding a doctype to HW.HTML
You add the doctype. Add it at to the left side of the topmost line.
We show items you add or change hilighted in white.
In Notepad++:
<!DOCTYPE html>
Hello, World!
In Opera (no visible change):
Feedback: MartinRinehart at gmail dot com
# # #