+ Reply to Thread
Results 1 to 2 of 2

Thread: How to add images to a page?

  1. #1
    c0de Guest

    Lightbulb How to add images to a page?

    To add images to a simple HTML page is not to hard it's simple with some codes!

    Here is the key to add image to a simple page:

    HTML Code:
    <img src="The link or the place of image">
    This is the code what we need to add image to our page!

    We put this code between <body>...</body> tags!

    At the code <img src=".."> we can play with image like; we can change the size of the image or we can write an ALT text when we put our mouse on the image there should appear a text, etc...

    For to change the size of the image, we use these two attributes (weight and height attributes).

    These can be used when adding a image like this:

    HTML Code:
    <img src="ninja.gif" weight="20px" height="30px" alt="The text what will shown when our mouse goes on image">
    With this code we can add to our page a simple image With 20px weight, 30px height...

    We can change the image place in the page with "algin="side of the page where image want to go" often goes algin="center" or sometimes we use middle!...

    There is an example where to add the image codes:



    Then open your page and you will see how this works!

    This tutorial belongs to me.

    -Regards, c0de!
    Last edited by c0de; 09-13-2007 at 07:45 AM.

  2. CODECALL Circuit advertisement

     
  3. #2
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0
    For to change the size of the image, we use these two verbs (weight and height verbs).

    verbs? Those are called attributes. They are not even correctly called verbs, they are nouns.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 213
    Last Post: 04-14-2011, 07:57 PM
  2. Replies: 3
    Last Post: 02-07-2011, 11:29 AM
  3. Replies: 4
    Last Post: 12-06-2010, 04:45 PM
  4. Replies: 1
    Last Post: 06-02-2010, 05:28 PM
  5. drop down menu - that loads page in the same page!
    By farhad in forum JavaScript and CSS
    Replies: 7
    Last Post: 03-30-2010, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts