question archive Create and test an HTML document that includes at least two images and enough text to precede the images, flow around them (one on the left and one on the right), and continue after the last image
Subject:Computer SciencePrice:2.89 Bought3
Create and test an HTML document that includes at least two images and enough text to precede the images, flow around them (one on the left and one on the right), and continue after the last image.
Please note that there three ways for adding styles to our html elements.Inline CSS,Internal CSS and External CSS.We are using internal CSS here.
The images used are downloaded from internet.Please make sure that both html file and images are in same folder. Or else give correct path.The added text in page is dummy text. You can replace it with your own text.I added background color and some margin to the to make it look good.Comments are provided for html code.
index.html