Boot Camp–HTML Tutorial Part 2
February 08, 2017
See http://htmldog.com/guides/html/beginner/tags/
<!DOCTYPE html> is important. It means we are using HTML 5. There are lots of versions before 5, but don’t worry about them unless you are converting an old html website (not a bad way to pick up some money). Also, HTML is upwards compatible. An old website will always work, if you change it to HTML 5. You may have to clean it up some, but it will work.
Matching tags is important! Listen to them.
Nice thing about HTML dog – tutorials are short and sweet.
Comments