Skip to content
Home Blog General HTML5 Overview / Intro

HTML5 Overview / Intro

  • General
Blueprint Digital
Blueprint Digital

Insights from the Blueprint Digital team.

HTML5 Overview

The past few days I have been consumed with learning as much about HTML5 as I can. I’ve learned about the incredible potential of this upcoming technology, and just the convenience it brings with it. From improved readability of code to improved functionality of code, HTML5 promises a plethora of exciting features, some of which are already widely implemented and some of which have yet to be adopted by browsers.


Semantic Markup

One of the elements of HTML5 that has me the most excited is the introduction of semantic markup. Rather than a page with 10 divs, all labeled “header”, “footer”, “content”, etc., there are new elements for each of these. Rather than using:

<div id=”header”><!–Start Header–>


<div > <!–end Header–>

 

Web developers can now use a new tag, <header> just the same way.

<header><!-- Start Header -->
...
...
</header><!-- end Header -->

What does this mean? Well for one, more readable code. Rather than combing through code looking for an unclosed div that’s breaking everything, a developer can easily see where each section opens and closes, and have the elements mean something useful. Other new tags with equal semantic value include <footer> (page or section footers) , <article> (articles or related elements), <section> (related sections of a page) , <nav> (header nav or other page nav), and <aside> (sidebar for a page or section of a page). There are many more, like <figure> (as an image container, <figcaption> can also be used within a figure as a caption) and <hgroup> (group related headers), but header, footer, article, section, nav, and aside are the big ones for layout. They can all be styled and used anywhere, just like divs with classes.

Obviously there is a lot more to HTML5 than just semantic markup, and many of the new features are incredibly cool and have potential to change web development dramatically (geolocation, client-side storage, web sockets and workers, and device input in a growing device-oriented world). Semantic markup is just the beginning, but it is one step towards making code more accessible, readable, and meaningful.

Ready to Dominate Online and Grow Your Business?

Schedule time to connect with Blueprint about your online goals, or request a free review of marketing campaigns.

Related Posts

Food & Beverage Marketing: How Ingredient Buyers Decide

Food & Beverage Marketing: How Ingredient Buyers Decide

Choosing an ingredient supplier is one of the higher-stakes decisions a food or beverage company makes. It runs through several people over a cycle that can stretch for months, and the deciding factor is usually how much risk each option carries for a business that cannot afford a line stoppage or a recall. For marketing[...]
How to Build a B2B Lead Nurturing Program That Closes Deals

How to Build a B2B Lead Nurturing Program That Closes Deals

Most B2B marketing teams are better at generating leads than keeping them warm. A form gets filled out, the lead lands in the CRM, and nothing happens until a salesperson gets around to it, by which point the buyer has moved on or gone quiet. In a market where the average deal takes months of[...]
How We Took the Grind Out of Link Building Prospecting

How We Took the Grind Out of Link Building Prospecting

Most link building programs stall at the same point, the prospecting spreadsheet. Finding sites worth pitching means pulling competitor backlinks, cross-checking them against what you already know, throwing out the junk, and judging what's left for relevance and quality. It's a few hours of repetitive work before a single outreach email gets written, and when[...]
Previous
Next

Partner with BLUEPRINT to reach your online goals, grow your business and reshape your story.

Get in touch with BLUEPRINT

Reach out to request a discovery call, a free campaign review, or for all other inquiries.

Subscribe to our newsletter