Thursday, September 19, 2013

HTML-Font Size Attribute

The SIZE Attribute

The SIZE attribute of the FONT element allows the document author to specify character height for the text. Font size is a relative scale from 1 though 7 and is based upon the "normal" font size being 3. The SIZE attribute can be used in either of two different ways: the size can be stated absolutely, with a statement like SIZE=5, or it can be relative, as in SIZE=+2. The second method is more commonly used when a BASEFONT size has been specified.



Font Size Example

Upload UIImage as base64 String

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