twitter
217
edits
Line 1: | Line 1: | ||
==How to use images== | ==How to use images== | ||
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 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. Images are included through the use of the image's URL. | ||
<ul>'''Usage Examples''': | <ul>'''Usage Examples''': | ||
Line 14: | Line 14: | ||
===WordPress=== | |||
Images can be added through uploading or inserted from a URL, or directly added by manually adding an image via HTML inside the source editor text box. | Images can be added through uploading or inserted from a URL, or directly added by manually adding an image via HTML inside the source editor text box. | ||
====Uploading==== | |||
<ul>'''Multiple Files''' | <ul>'''Multiple Files''' | ||
To upload several files at once. | To upload several files at once. |