Basic html code for SEO use
Below you can find some basic ASP, or Active Server Pages, codes used in SEO.
Division or section
Line Break
Paragraph
Heading Size
<h1> heading with most important keywords </h1>
<h2> heading with keywords </h2>
<h3> heading with keywords </h3>
<h4> heading with keywords </h4>
Bold
Italics
Underlined
Bullet points
- <ul><li>Use bullet points for enumerations.</li><ul>
Align Left
<div align=”left”> Left aligned web content </div>


