Web 110 - Final Project

Graphics and Multimedia- Secondary page

How to apply graphics and multimedia

The first step into wanting to put graphics in a web page is to find a copyright free image. This sunset one was created by Ai and the first step I did was download the image and move it to the same folder as index.html. After you do that you are now able to rename the image into something clean ending with .png.

The Coding Part

After you renamed your image to something shorter you are now ready to code it and put your image on a web page. I wanted my image to be at the top of my page so after the first headr I used a couple spaces and started my tag. The tag should look something like this img src="whatever you namedn this.png" width="whatever you want it to be" - this will only work with the tags in the beginning and end like this<>. After you done that you can save the document and refresh your page and it should be there.