Thursday 1 February 2018

HTML Basics symbol or structure






























 The Basic information About HTML 5 IS..

<!DOCTYPE html >
       <html lang="en">
          <head>
                 <title></title>
                  <meta http-equiv="Content-Type"                                     content="text/html; charset=utf-8" />
                    <link rel="stylesheet" href="" type="text/css"/>
       </head>
<body>

</body>
</html>





<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<p></p>
<span></span>
<label></label>
<strong></strong>
<link>
<script type="text/javascript"></script>
<style type="text/css"></style>
<marquee></marquee>
<mark></mark>
<u></u>
<b></b>
<sub></sub>
<sup></sup>
<textarea></textarea>
<a href="" ></a>
<audio></audio>
<video></video>
<div></div>
<table></table>
<thead></thead>
<tbody></tbody>
<tr></tr>
<th></th>
And much more we'll be continuing.. in tutorial season...





0 comments:

Post a Comment