Ad Code

Showing posts with the label ListShow All
Bullets and Lists tips for HTML

Bullets and Lists These html tips and tricks will help you put bullets and lists on your blog. Let's start with simple bullets. For this html tip, look at this bullet: This is next to a bullet It was m…

All in One Ordered Lists Project Code

<html> <body> <title>Example of Ordered lists </title> <body> <h1> Project of  Ordered  Lists</h1> <p>Default Ordered list <ol>   <li>Book   <li>Pen Paper   <…

Create Easy all Unordered Lists Project

Unordered Lists Project -I <html> <body> <title>Example of list </title> <body> <h1> Project of  Unordered  Lists</h1> <p>Unordered list <ul>   <li>Book</li>   …

Load More That is All