Browsed by
Tag: Image tag

Html-Images & Pictures

Html-Images & Pictures

Html – images & pictures

Images are considered as a staple for any web designer, so it is of utmost importance for you understand how to utilize them properly. In order to locate an image onto a website, one requires knowing where the image file is placed within the file tree of the web server — the URL (Unified Resource Locator).

In order to place an image on your webpage utilize the <img /> tag. Like the <br /> tag, <img /> tag does not need a formal ending tag. However, all we need to do to close this tag out with a slash (/) located just within the ending bracket (/>).

Read More Read More