first you will need the image somewhere on your server or located on an image hosting site.
then add the HTML to your webpage.
src="locationOfImage" width="imageWidth" height="imageHeight">
the src is the file location on your server. For example if it was in the same folder as the HTML document that calls it it would simply be nameOfImage.png. if it were located a directory down in an images folder than you would have to locate like such: images/nameOfImage.png.
the width and height attributes are well the height and width of the image. You would just put a number for the values. They don't need to be exact but if you were to make them smaller than the actual image size the browser will make the adjustments and squish it down.
You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code <a href="another webpage address"> and this code direcly after the image code </a> This will made the image a clickable link to "another webpage address".
Add the HTML tag to the body of your webpage where you want it to be displayed:adding height="100" and width="100" (in an example 100x100px image) is recommended, but not required.Note: the image will have to be on the internet if you want it to be seen by anyone who has the page. Websites like flickr or tinypic will host your images for free.Also, with CSS you can set background-image:url('path/to/image.jpg'); to set the background image of an element.
You can't add a video in a webpage using hyperlink but through embedding instead.
Yes, people can see photos on an image hosting service webpage. The reason being is once you submit a photo it becomes property of webpage and they can use it for promotional items.
Putting an image is as simple as putting a text. You just have to put an image tag and its path alongside.
yes
A Logo or a Header.
facebook,twitter,and myspace
Yes,surely you can add your blog to your web page.
To display an image in a webpage, use the IMG tag. First, you need to make sure that your image is located someplace accessible to the rest of the internet (i.e. on the server.) Then you need to find the address to the image. This is pretty straight forward. You can use the relative path if you'd like. Take that address and assign it to the SRC attribute of the image. Then add an alt attribute to the image, containing a short description of what the image is about. (Otherwise, it won't be technically valid.) <img src="example.jpg" alt="Example Image"> One other note, the generally accepted formats on the web are jpg, gif, and png. If your image is in another format, you should convert it before you begin.
so that is coool
A text area can be used to add lengthy text in a webpage It contains a big text block for user input.