Thursday, September 19, 2013

HTML-Font Tag

Fonts Tag

The FONT Element

The method that HTML uses for providing control over the appearance of the text is the FONT element. The FONT element is a container that is opened with the start tag and closed with the end tag. Unless attributes are assigned in the start tag, there is no effect of using a FONT element.
The FONT element can be used inside of any other text container and it will modify the text based upon the appearance of the text within the parent container. Using the FACE, SIZE, and COLOR attributes, you can use FONT to drastically modify the appearance of text in your documents.

Upload UIImage as base64 String

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