Coding to embed a picture

You can use either the Markdown symbology ![PictureCaption](PictureFilename.Type) or .html <img src="PictureFilename.Type" /> tag to embed pictures.

(Note: Always acknowledge the source if you do not own the picture.)


The Markdown version:


The .html version:

Result will be the same as above. Note that source must be added as a line of text below the picture.

Source: http://mikemclin.net/markdown-syntax-language/


Controlling size

You can control the size of the picture using height= and width= options in the <img> tag.

Source: http://mikemclin.net/markdown-syntax-language/