Basic Fundamentals of Html 5


Html and Css are first step of web designs and development. This tutorial teaches you everything about Html and Css. HTML and Css are very easy to learn, I hope You will enjoy it. For using html you can use notepad or any code editor of your, choice. As a developer i like sublime text 2 or 3 code editor most and also the first choice of mine so you can search and download it from Google.

Wconcert Images
HTML is a markup language for describing web documents (web pages).

HTML stands for Hyper Text Markup Language
A markup language is a set of markup tags
HTML documents are described by HTML tags
Each HTML tag describes different document content
Always save html code file with .htm or .html extension both are right choice.

Introducing Html 5 and Css 3


First Html Code

Page Title<title> </head> <body> <My First Heading<h1> <My first paragraph.</p> <body> <html> <br> <h2><span>Above code output</span></h2> <pre> <h1>My First Heading</h1> <p>My first paragraph.</p> </pre> </div> </div> </div> <!-- Next Previous Button Container Set --> <div class="space"></div> <div class="container"> <div class="col-md-6"> <a href="../course/htmlindex.php"><button type="button" class="btn btn-primary btn-lg btn-block"> <span class="glyphicon glyphicon-list"></span> Html Index</button></a> </div> <div class="col-md-6"> <a href="../cfile/html1.php"><button type="button" class="btn btn-primary btn-lg btn-block">Next <span class="glyphicon glyphicon-arrow-right"></span></button></a></div> </div> </div> </div> <!-- disable right click on this site --> <script> var message=""; function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") </script><div class="space"></div> <div class="container-fluid text-center wow bounceInDown foot"> <br> <div class="row"> <div class="col-md-10 col-md-offset-1"> <p>Wconcert India © 2015   ·   All Rights Reserved</p> <a href="https://www.facebook.com/wconcert" target="_blank"><i style="margin:10px;color:#49659F;" class="fa fa-facebook fa-2x" ></i></a> <a href="https://twitter.com/webconcert" target="_blank"><i style="margin:10px;color:#55ACEE;" class="fa fa-twitter fa-2x"></i></a> <a href="https://instagram.com/priyankit_love/" target="_blank"><i style="margin:10px;color:#FF9797;" class="fa fa-instagram fa-2x"></i></a> </div> <div class="col-md-1"> <a href="#"> <div class="animated fadeOutUp infinite"> <i class="fa fa-angle-double-up fa-3x"></i> </div></a> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../js/bootstrap.js"></script> <script src="../js/wow.min.js"></script> <script> new WOW().init(); </script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <!-- <script src="../../assets/js/vendor/holder.js"></script> IE10 viewport hack for Surface/desktop Windows 8 bug <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> --> <div style="text-align:right;position:fixed;bottom:3px;right:3px;width:100%;z-index:999999;cursor:pointer;line-height:0;display:block;"><a target="_blank" href="https://www.freewebhostingarea.com" title="Free Web Hosting with PHP5 or PHP7"><img alt="Free Web Hosting" src="https://www.freewebhostingarea.com/images/poweredby.png" style="border-width: 0px;width: 180px; height: 45px; float: right;"></a></div> </body> </html>