CLOSE

Help Us Help You

This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.

Head Tag

The <head> tag is used to store information about the page.

<!DOCTYPE html>
<html>
    <head>
        <title>Page Title</title>
        <meta type="description" content="Description for my page content.">
    </head>
</html>

Copyright 2016 Step By Step HTML. All Rights reserved.