If you’ve been thinking that HTML5 is completely different from other flavors of HTML, you may be surprised to discover that the only required difference is the doctype line that appears at the very top of the file. Here’s an example of a very simple HTML5 page. <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <title>This […]
Read More