11/21/2011

Add Color Five-Stars on Your Web Page

Tips Joy - computing, housework, health, gardening.
How to Use HTML Codes to Add Color Five-Stars on Your Web Page? 



Problems:: I want to use the color five-stars to show the priorities (i.e., 5 star rating system) on my web page. How do you make it with HTML?


HTML Code Five-Stars Tips:: You can just add the HTML codes, both empty and solid stars, for the five-stars. Also, add color and size with HTML to the five-stars.


Here is one example - use HTML codes to show the color five-stars. You can change color and size with HTML and add the color five-stars to your web page.





➊ ☆ ☆ ☆ ☆ ☆ None of five stars is solid
<span style="color : orange">&#9734 &#9734 &#9734 &#9734 &#9734</span>

➋ ★ ☆ ☆ ☆ ☆ One of five stars is solid
<span style="color : orange">&#9733 &#9734 &#9734 &#9734 &#9734</span>

➌ ★ ★ ☆ ☆ ☆ Two of five stars are solid
<span style="color : orange">&#9733 &#9733 &#9734 &#9734 &#9734</span>

➍ ★ ★ ★ ☆ ☆ Three of five stars are solid
<span style="color : orange">&#9733 &#9733 &#9733 &#9734 &#9734</span>

➎ ★ ★ ★ ★ ☆ Four of five stars are solid
<span style="color : orange">&#9733 &#9733 &#9733 &#9733 &#9734</span>

➏ ★ ★ ★ ★ ★ All five stars are solid
<span style="color : orange">&#9733 &#9733 &#9733 &#9733 &#9733</span>



Related Topics:
How to Add a Google Calendar on Your Own Website?
How to Add a Google Search Box to Search Your Own Website?

No comments:

Post a Comment