CSS Programming
Free

CSS Image Gallery
<!DOCTYPE html> <html> <head> <style> div.img { margin: 5px; padding: 5px; border: 1px solid yellow; height: auto; width: auto; float: left; text-align: center; } div.img img { display: inline; margin: 5px; border: 1px solid #B0931D; } div.img a:hover img { border: 1px solid #CB030E; } div.descpription{ text-align: center; font-weight: normal; width: 120px; margin: 5px; } </style> </head> <body> <div class="img"> <a target="_blank" href="#"><img src="gal1.jpg" alt="webclassess.in" width="110" height="90"></a> <div class="descpription">webclassess.in</div> </div> <div class="img"> <a target="_blank" href="#"><img src="gal2.jpg" alt="webclassess.in" width="110" height="90"></a> <div class="descpription">webclassess.in</div> </div> <div class="img"> <a target="_blank" href="#"><img src="gal3.jpg" alt="webclassess.in" width="110" height="90"></a> <div class="descpription">webclassess.in</div> </div> <div class="img"> <a target="_blank" href="#"><img src="gal4.jpg" alt="webclassess.in" width="110" height="90"></a> <div class="descpription">webclassess.in</div> </div> </body> </html>
Output
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. Webclasses tutorials will help the beginner to learn CSS.
Course Features
- Lectures 21
- Quizzes 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 0
- Certificate No
- Assessments Self