What are the HTML basics?   The DOCTYPE When I first started researching HTML5 a few months ago, one of the main things I struggled to find was the doctype. A simple thing, you’d think it would be everywhere, but after much frustration, I finally found it buried within w3.org and here it is: <!DOCTYPE html> I was also curious why ... Read More
No Comments