IV. HTML image exercises a. Display five different images. Skip two lines between each image. Each image should have a title b. Display an image that has a border of size 2, a width of 200, and a height of 200 c. Display an image that when clicked will link to a search engine of your choice
Added by Gregorio C.
Close
Step 1
To display five different images with titles and two lines between each image, you can use the following HTML code: ```html <img src="image1.jpg" alt="Title 1"> <br><br> <img src="image2.jpg" alt="Title 2"> <br><br> <img src="image3.jpg" alt="Title Show more…
Show all steps
Your feedback will help us improve your experience
Akash M and 101 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Write the HTML to create an image for the schaumburgthumb.jpg image. It is 100 pixels high by 150 pixels wide. The image should link to a larger image called schaumburg.jpg. There should be no border on the image.
Aarya B.
Create a web page named as "Success Secrets". Set background color of the web page to Orange. Choose the title "Success" for the web page. Choose Font size - 7 for the text 'Success', Font Face- 'Cooper Black' and Font Color - 'Green'. Enter the text in the web page as shown in the picture. Choose the Font size -5, Font Face- 'HomewardBound' and Font Color- 'Blue' for the sub-heading such as PLAN, LISTEN etc. Choose the Font size-4, Font Face-'Lucida Handwriting' and Font Color- 'White' for the text written under the sub-headings. Choose the Font size- 4, Font Face- 'Cooper Black' and Font Color- 'Green' for the text "With Best Wishes" Select Font size -5, Font Face- 'HomewardBound' and Font Color- 'Red' for the text-KIPS TEAM.
Madhur L.
Use attribute selection to apply the below rules to all <img> tags with an alt beginning with "six".
Akash M.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD