HTML Tips

To start a numbered list from 5

<ol start="5">
<li>kkkkkkk </li>
<li>mmmmm</li>
</ol>

View in browser ...
  1. kkkkkkk
  2. mmmmm

Definition List

<dl>
<dt>Text</dt>
<dd>Definition of Text </dd>
</dl>
View in browser
Text
Definition of Text

Abbreviation

<abbr title="Kerala State Road Transport Corporation">KSRTC</abbr>
View in browser

KSRTC

Creating an image label

<image src="something.jpg" title="my image label">

Comments

Popular posts from this blog

How to select and cut out an image in Krita

Transform and Stretch an image in Krita

Joomla error: Your site may not have been upgraded completely