Kelsie Thomas

Summary 6

Plan The Perfect Site

Art 354- Web Design

April 7, 2023

Images

Adding images is as basic as tagging it as < img >. Then, go into insert and hit image. This little step can be useful to changing the height and weight. This determines how tall and wide the image will be on the html.

Float

By using the float asset, it helps define where the box, image or wrds will lay out on the html. IF you tag is as left, the subject will be floating left. If the image is tagged to float right, up or down, that is exactly where the image will be placed.

Saving

When saving an image, make sure to save it in the images folder. Not just a random image folder, but the one that goes with your siteroot folder. The main folder. That way, it is easier for the computer to locate your image when adding in the html.