Ray's Coding
Welcome to Ray's free coding forum! Here we help people learn to code, and share knowledge of coding.

Please feel free to sign up and begin your learning,teaching or sharing adventure!
Ray's Coding
Welcome to Ray's free coding forum! Here we help people learn to code, and share knowledge of coding.

Please feel free to sign up and begin your learning,teaching or sharing adventure!
Ray's Coding
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Ray's Coding

Ray's coding forum for teaching, sharing, and learning.
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  

 

 [TuT]Basic Html5 Skeleton [TuT]

Go down 
AuthorMessage
Ray
God Ray
God Ray
Ray


Posts : 36
Code Tokens : 40323
Join date : 2013-05-02
Age : 25
Location : North America

[TuT]Basic Html5 Skeleton [TuT] Empty
PostSubject: [TuT]Basic Html5 Skeleton [TuT]   [TuT]Basic Html5 Skeleton [TuT] EmptyMon Oct 28, 2013 3:12 am

HTML5 Skeleton

Hello everyone, today I'll be showing you the basic HTML5 skeleton. It's pretty simple.

Html5 is currently the most up to date version of HTML.

Html5 also has new tags. Wink

Code:

<!DOCTYPE html>

<html lang="en">

<head><title>html5</title></head>

     <body>

<header>
      Header

<nav>

<a href="">Link</a><a href="">Link</a><a href="">Link</a>

   </nav>

</header>

   <section>
Content
</section>

    <footer>
footer
</footer>

     </body>
</html>
That is one of the most basic HTML5 skeleton's I can give you. Hope you enjoyed this.

Have any questions? Ask below.
Back to top Go down
https://rayscoding.forumotion.com
 
[TuT]Basic Html5 Skeleton [TuT]
Back to top 
Page 1 of 1
 Similar topics
-
» [TuT]How to make a basic HTML documents skeleton
» [TuT] How to make a basic AutoTyper

Permissions in this forum:You cannot reply to topics in this forum
Ray's Coding :: Coding :: HTML-
Jump to: