That All SEO Should Know
That All SEO Should Know
• It’s EASY!
HTML Basics
What is HTML?
• HyperText Markup Language
HTML SGML
XHTML XML
<strong> Bold
<em> Emphasis (italics)
<sup> This is a superscript
<sub> This is a subscript
Others: Tables
<table>
<tr>
<td>a</td>
<td>b</td>
a b
</tr> 1 2
<tr>
<td>1</td>
<td>2</td>
</tr>
</table>
Others: Lists
Ordered List Un-ordered List
<ol> <ul>
<li>Item 1</li> <li>Item 1</li>
<li>Item 2</li> <li>Item 2</li>
</ol> </ul>
1. Item 1 • Item 1
2. Item 2 • Item 2
Others: Spacing and Divisions
<p> Paragraph
<div> Division
Others: Special Characers
" "
& %
> and < > and <
© ©
™ ™
JavaScript
Turn Good Looking
into Cool
CSS
Turn Boring into
Good Looking
HTML
CSS (Cascading Style Sheet)
JavaScript (JS)
• Add interactivity to web pages
• “Web 2.0” thanks to AJAX (J for JS)