GangnamStyle
HTML Advanced Coder
- Jan 8, 2012
- 121
- 8
Hello, If your a newb at HTML Coding Keep Reading, if not don't bother!
Title code:
Navigation Bar:
Copy Right:
Main Little Important codes:
Why at the end of a code we have a '/ ' sign?
It represents us closing the code
e.g i could be coding a quick notice: <b>Note:</b><strong>Site Closing
That will be wrong as there is No closing code
Correction:
<b>Note:</b><strong>Site Closing</strong>
Thanks for watching my quick Tutorial, If you'll fill you can improve and expand your coding, visit some tutorial sites like
Title code:
Code:
<title>(SITE NAME)</title>
Navigation Bar:
Code:
<li>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</li>
Copy Right:
Code:
© <b>Site Name</b>
Main Little Important codes:
Code:
<b>Hello</b>
<i>Hello</i>
<p>Hello</p>
<h1>Hello</h1>
<h2>Hello</h2>
<h3>Hello</h3>
<strong>Hello</strong>
Why at the end of a code we have a '/ ' sign?
It represents us closing the code
e.g i could be coding a quick notice: <b>Note:</b><strong>Site Closing
That will be wrong as there is No closing code
Correction:
<b>Note:</b><strong>Site Closing</strong>
Thanks for watching my quick Tutorial, If you'll fill you can improve and expand your coding, visit some tutorial sites like
You must be registered for see links