1 / 14

Creating lists in html, Web Designing course in Ameerpet Hyderabad, Web Design Training Institute in Hyderabad

Are you looking to join Web Design course you can start immediately, Prism Multimedia has the solution for you. If you need web design training, you have come to the right place.<br>Learn Web Design at Prism, which provides best Web Design training in Hyderabad. As a web designer you should know HTML, CSS, JavaScript, jQuery and graphic design as well. A Web designer is responsible for creating a web page which should be very attractive and meaningful. You will learn HTML because HTML is used for displaying content on web page but how it is displayed that is decides by CSS so student has to learn HTML and CSS.<br>So what we suggest to the people who want to learn Web Designing in Hyderabad, come and attend our Web Design course. You will become a great web designer after completing this Web Design course at Prism. We also assist our students in placements.<br>For more details visit http://prismmultimedia.com<br>Call 9701334133 to attend free Demo<br>

Download Presentation

Creating lists in html, Web Designing course in Ameerpet Hyderabad, Web Design Training Institute in Hyderabad

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PRISM Multimedia Creating Lists in HTML

  2. Lists are often used to present information in an easy to read fashion. • Lists can also be used to indent information. Lists can be bulleted, numbered or printed without bullets and numbers. • It should also be noted that in any type of list, you can still use the line break and paragraph tags and the normal text markup tags to emphasize text, etc.

  3. Types of Lists There are three types of lists: • UNORDERED LISTS (uses bullets) • ORDERED LISTS (uses numbers) • DEFINITION LISTS (no numbers or bullets).

  4. CREATING AN UNORDERED LIST • Unordered Lists are bulleted lists. You use the opening tag <UL> to indicate the beginning of an Unordered List. • To indicate the end of the Unordered List, you use the ending tag </UL>. • Each item in your bulleted list must begin with the tag <LI>. • <LI> stands for List Item.

  5. Look at these examples to see the detailed syntax.

  6. How to make different kinds of numbered lists. • You have the following number options:Plain numbers • Capital Letters • Small Letters • Capital Roman Numbers • Small Roman Numbers

  7. CREATING A DEFINITION LIST (NO BULLETS OR NUMBERS) • A Definition List also manipulates text for you. Unordered Lists and Ordered lists are "single item" or "one tier" lists because each <LI> creates one list item. • A Definition List is a "two item" or a "two tier" list

  8. <DL> <DT>flame <DD>an ugly argument in a newsgroup <DT>spam <DD>annoying unrequested email <DT>troll <DD>someone who start flames by posting stupid things </DL>

  9. Output flame an ugly argument in a newsgroup spam annoying unrequested email troll someone who start flames by posting stupid things

  10. THANK YOU

More Related