Basic html code for SEO use
Below you can find some basic ASP, or Active Server Pages, codes used in SEO.
Division or section
<div> Division for web content </div>
Line Break
<br />
Paragraph
<p> Paragraph for web content </p>
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
<strong> Bold web content </strong>
Italics
<em> Italic web content </em>
Underlined
<u> Underlined web content </u>
Bullet points
- <ul><li>Use bullet points for enumerations.</li><ul>
Align Left
<div align=”left”> Left aligned web content </div>







