How can I make a custom rule, or a list with custom bullets?



How can I make a custom rule, or a list with custom bullets?..

Answer / guest

There was a proposal in the now-expired HTML 3 draft to
handle exactly this: just add SRC to the <HR> or <UL> tag,
indicating where the image can be found. But until this is
more widely supported, you have to use <IMG> for the rule,
with a lot of "--" characters as ALT text for text browsers,
and using a <DL> with only <DD> tags for each item. Make
sure you use ALIGN for the image, which should go at the
beginning of the item, of course. This isn't as beautiful as
a "real" list.

An alternative is using a two column table, with the bullets
in the left column, and the text in the right. But this
won't work well on non-table supporting browsers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

How many html tags are essential for a simple web page in html?

0 Answers  


How do you write a good meta title?

0 Answers  


What does p </ p mean?

0 Answers  


What does dom mean in html?

0 Answers  


What is dom and how it works?

0 Answers  






How to give two images in background.

0 Answers  


Where do I put meta viewport tag?

0 Answers  


Why do we use table tags in html?

0 Answers  


Which tag is used to display the number list?

0 Answers  


Is select an empty tag in html?

0 Answers  


What is the difference between div id and class?

0 Answers  


What is the role of form action?

0 Answers  


Categories