HTML Tags: IMG SRC

The IMG SRC tag is used to embed graphic images.

Syntax and Example:

<IMG SRC="xxx">

<IMG SRC="type the URL of the image file here">

<IMG SRC="http://secure.colosseum.com/clients/images/logo.jpg">

| hypertext | IMAGE URL |

Example:

Typing this:
<IMG SRC="http://secure.colosseum.com/clients/images/logo.jpg">

will result in this:

  • 40 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

Color Chart

  AliceblueF0F8FF AntiquewhiteFAEBD7 Aqua00FFFF Aquamarine7FFFD4 AzureF0FFFF...

HTML Tags: A HREF

The A HREF tag is used to create hyperlinks, special text which when clicked will cause the user...