HTML-Graphics

From WikiEducator
Jump to: navigation, search
Uou-logo-100px.png
Home  |  About UOU  |  About CEMCA  |  Contact Us    

Unit 3.3 Web application development tools & Technologies


3.3.3 HTML

3.3.3.1 HTML elements

3.3.3.2 HTML document structure

3.3.3.3 HTML attributes

3.3.3.4 HTML text formatting tags

3.3.3.5 Lists

3.3.3.6 Graphics to HTML document

3.3.3.7 Tables

3.3.3.8 HTML hyperlinks

3.3.3.9 Frames


3.3.3.6 Graphics to HTML documents

HTML accepts .gif and .jpg picture file formats and can place any static and animated images in the page.
The attributes of <IMG> tag are:

Attributes Description
ALIGN

Set alignments of the text and can have one of the following values:

                     TOP, MIDDLE, BOTTOM, LEFT, RIGHT and CENTER

BORDER Size of border
WIDTH Width of image
HIGHT Height of image
HSPACE Space to the left and right of the image
VSPACE Space to the top and bottom of the image
ALT Text displayed if the browser is unable to display image
SRC Location and name of the image file

Example:

                       <IMG Align=CENTER Border=0 height=50 Hspace=0 src=”image.jpg” width=100>

Next
Suggested Reading
  • Reading 01 Title
  • Reading 02 Title
  • Reading 03 Title


 Suggested Videos
  • Video 01 Title
  • Video 02 Title
  • Video 03 Title


Suggested Audio
  • Audio 01 Title
  • Audio 02 Title
  • Audio 03 Title