About Lesson
Aligning Images:
1. Start and End:
Aligning images refers to the process of positioning images within a layout, typically using CSS or framework-specific classes, to achieve desired visual placements such as left, center, or right alignment.
Example:
HTML
<img src="kaydeross creek.jpg" class="float-start">
<img src="kaydeross creek.jpg" class="float-end">
Output:
2. Centered Image:
Example:
HTML
<img src="chezjuju.jpg" class="mx-auto d-block">