Sorry don't know much about HTML nor CSS but I am editing a fee website template I have just downloaded and I want to add some text but want each text line begin with a dot or a post I have not been able to find a tutorial or any post on how to add HTML points!
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
html points?
Hi what you are talking about is called "HTML list" or "HTML li tag"
To show a bullet just wrap your code in:
"HTML ol tag" will display numbers instead of bullets or points!
To create unordered list use:
To show a bullet just wrap your code in:
Code:
<li>Your web content goes here</li>
"HTML ol tag" will display numbers instead of bullets or points!
Code:
<ol>Your web content goes here</ol>
To create unordered list use:
Code:
<ul>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ul>
Similar Topics:
User(s) browsing this thread: 1 Guest(s)