Whats the HTML code for roman numerals for a web page?
-
-
Answer:
To write a Roman Numeral you simply type in the letters in the text (4) IV. if you want an ordered list using Roman Numerals use the following list tags: A basic list using bullets (small black circles) starts with the tag <ul> and each item listed with the tags <li>item one </li> <li>item two </li> </ul> (end list) will result in Item one item two For a Ordered numbered list instead of a bullet list use <ol> (ordered list) instead of <ul> (unordered list) to start. for example <ol> <li>item one</li> <li>item two</li> </ol> This will result in: item one item two For a Roman Numeral list you have to use the Type= attribute with the value "I" (capital i) inside the list start tag as follows, <li type="I">This will give you Roman Numerals</li> For example: <ol> <li type="I">First Roman Numeral Item I </li> <li type="I">Second Roman Numeral Item II </li> <li type="I">Third Roman Numeral Item III </li> </ol> The capital "I" will give you the Roman Numerals in capitals. If you use a lower case "i" the Roman Numerals will all be in lower case.
community wiki at wiki.answers.com Visit the source
Related Q & A:
- How to check if a web page loads?Best solution by Server Fault
- In the simplest clearest language possible, can any one tell me step by step how to get a web page or domain?Best solution by Yahoo! Answers
- What is the HTML code to make your web more accurate?Best solution by Yahoo! Answers
- How do I set up a web page?Best solution by Yahoo! Answers
- What's the HTML code for a scroll box on top of a picture?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.