Machine Exercise 3
-
- 1.What is the purpose of using list in this activity?
- By using list int this activity we are able organized informations in ordered and unordered forms. Ordered in bulleted form in terms of numbering and unordered in circles and squares.
- 2.What is the procedure of adding an image on a Web page?
- First get the address or url of the image you want to add. Then use img scr = address or url of the image and use align to place it in the center, left or right. The image will be added using this procedure.