Wednesday, September 18, 2013

HTML-Body Tag Attributes

HTML-Body Tag Attributes

The BODY element supports a large number of attributes

ALINK                  Defines the color of an active link.
BACKGROUND          Points to the URL of an image to use for the document background.
BGCOLOR          Defines the color of the document background.
BGPROPERTIES           If this is set to FIXED, the background image does not scroll.
LEFTMARGIN         Sets the width of the left margin in pixels.
LINK                 Defines the color of an unvisited link.
TEXT                 Defines the color of the text.
TOPMARGIN          Sets the width of the top margin in pixels.
VLINK                 Defines the color of an already visited link.

Upload UIImage as base64 String

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