Wednesday, September 18, 2013

HTML-Comments

HTML-Comments 

Commenting Your HTML Documents
It is possible to add comments to your HTML document that aren't seen by a reader. The syntax for this is to begin your comment with the tag. Anything located between the two tags is not displayed in the browser. This is a convenient way to leave notes for yourself or others. For example, you can enter a comment when new material is added to a document that shows the date of the new addition.

Upload UIImage as base64 String

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