Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 5: Image Manipulation in HTML!
Instruction
How to Float an Image
Floating an image allows text and other inline elements to flow around it, creating a more engaging layout. The float
property enables positioning elements to the left or right, while clear
prevents wrapping around floated elements.
Step 1: HTML Code for a Floated Image
<img src="images/students.jpg" alt="teacher and students">
<ul>
<li>Used in college and universit...