Friday, September 20, 2013

HTML-List-Unordered List

Creating an Unordered List


HTML also supports the unordered or bulleted list, which is a list of items that does not define a specific structure or relationship among the data.

Using the
    Tag

Unordered lists (bulleted lists) use the
    container tag. Just like ordered lists, bulleted lists provide beginning and ending line breaks and support internal HTML elements and sublists. Also, like ordered lists, they require closing tags; include the
tag to signal the end of the list. Web browsers support and automatically indent sublists, and some also vary the bullet icon based on the relative level of the list. These icons vary depending on the client software viewing the HTML document.


Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...