twitter
217
edits
Line 2: | Line 2: | ||
How to use an image varies between platforms. HTML and WordPress are among the most common platforms, and have similar methods. | How to use an image varies between platforms. HTML and WordPress are among the most common platforms, and have similar methods. | ||
===HTML=== | ===HTML=== | ||
HTML uses the <img> tag for marking up a document to include an image. Images are included through the use of the image's URL. | HTML uses the <img> tag for marking up a document to include an image.<ref>http://dev.w3.org/html5/markup/img.html</ref> Images are included through the use of the image's URL. | ||
'''Usage Examples''': | '''Usage Examples''': | ||
*Minimal Use Structure: <code><img src=”http://litmuse.mga.edu/litwiki/images/0/0f/Wordpress-3.7.1-upload-multiple-files.png” /></code> | *Minimal Use Structure: <code><img src=”http://litmuse.mga.edu/litwiki/images/0/0f/Wordpress-3.7.1-upload-multiple-files.png” /></code> |