O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

List and images in html

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Próximos SlideShares
Chapter4
Chapter4
Carregando em…3
×

Confira estes a seguir

1 de 13 Anúncio

Mais Conteúdo rRelacionado

Diapositivos para si (20)

Quem viu também gostou (20)

Anúncio

Semelhante a List and images in html (20)

Mais recentes (20)

Anúncio

List and images in html

  1. 1. List and Images in HTML Prithvi Sawla
  2. 2. Introduction • Html – Hyper Text Markup Language. • Its used for creating webpages and websites. • Extension for these files - .html or .htm
  3. 3. Websites • A website is a collection of individual but related webpages that are hosted by a web server. • These can be created using various languages- Sun Microsystem Java, Html, Microsoft ASP.
  4. 4. List Element • The individual list items can be represented using the List Element. • Displays bullets or numbers before the items. • Empty element. • Syntax: <li>item name
  5. 5. Unordered List Element • This element enables inclusion of unordered or bulleted list in a webpage. • Syntax: <ul> <Li> </ul>
  6. 6. Attributes of Unordered list. • type attribute-enables changing the type of bullets. Circle, square or disc.
  7. 7. Ordered List Element • Enables inclusion of an ordered or numbered list in a webpage. • Syntax: <Ol> <Li> </Ol>
  8. 8. Attributes of ordered list • type- used to repesent the numbers as arabic no. or roman no. • Start- change the starting point of the series of numbers or letters.
  9. 9. Definition List Element Enables inclusion of definition list in a webpage. Definition Term- specifies the term in the definition list. Definition Description- specifies the definition of the term in a webpage. Syntax: <DL> <DT> <DD> </DL>
  10. 10. Nested Lists • A list within another list is called nested list.
  11. 11. Image Element • Enables addition of image in a webpage.
  12. 12. Attributes of Image Element • SRC-specifies the location of the image. <IMG SRC=“URL”> • Align- determines the alignment of the image. <IMG ALIGN=“Right”> • Alt-provides alternative text. <IMG ALT=“value”> • Border-specifies width of the border of the image. <IMG BORDER=“5”> • Height and Width- specifies vertical and horizontal dimension of the image. <IMG HEIGHT=“100” WIDTH=“125”>
  13. 13. Tags Attributes Ordered List type start Unordered List type Image SRC align alt border height Width

×