How to use
tags on WordPress

</div>

align attribute border with text

<div style=”border:1px solid black;text-align:right “>
<p>Content section</p>
</div>

<div id=”myDiv” name=”myDiv” title=”Example Div Element”>
<h5>Subtitle</h5>
<p>This paragraph would be your content paragraph…</p>
<p>Here’s another content article right here.</p>
</div>
Div Element in Action:

<div id=”myDiv” name=”myDiv” title=”Example Div Element” style=”color: #0900C4; font: Helvetica 12pt;border: 1px solid black;”>
<h5>Subtitle</h5>
<p>This paragraph would be your content paragraph…</p>
<p>Here’s another content article right here.</p>
</div>
HTML – Div inside of Div

<div id=”myDiv” name=”myDiv” title=”Example Div Element” style=”font-family: Helvetica; font-size: 12pt; border: 1px solid black;”>
<div id=”subDiv1″ name=”subDiv1″ title=”Subdivision Div Element” style=”color: #FF0000; border: 1px dotted black;”>
<h5>Section 1</h5>
<p>This paragraph would be your content paragraph…</p>
<p>Here’s another content article right here.</p>
</div>
<br />
<div id=”subDiv2″ name=”subDiv2″ title=”Subdivision Div Element” style=”color: #FF00FF;border: 1px dashed black;”>
<h5>Section 2</h5>
<p>This paragraph would be your content paragraph…</p>
<p>Here’s another content article right here.</p>
</div>
</div>
<div style=”float: right;”>Monday, 14th February 2011</div>
<div style=”font-size: 2em;”>HTML <em>div</em> element.</div>
<div style=”color: green;”>
<p>This element is very useful when designing tableless layouts.</p>
<p>Don’t forget to check its reference on HTMLQuick.com.</p>
</div>___________________________________________________________________
Ancor
Ancor linkĀ  #name
Then
< div id=”name”>
The content of your div here.
< /div>