<!DOCTYPE html>
<html>
<head>
<title>W3.CSS(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
<style>
.mySlides {display:none;}
</style>
</head>
<body>
<div class="w3-container">
<h2>幻灯片标题</h2>
<p>使用 w3-display-* classes (topleft, topmiddle, topright, bottomleft, bottommiddle, bottomright, left, right or middle)为每个图像幻灯片添加标题文本:</p>
</div>
<div class="w3-content w3-display-container">
<div class="w3-display-container mySlides">
<img src="https://atts.w3cschool.cn/img_snowtops.jpg" style="width:100%">
<div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
法国阿尔卑斯山
</div>
</div>
<div class="w3-display-container mySlides">
<img src="https://atts.w3cschool.cn/img_lights.jpg" style="width:100%">
<div class="w3-display-bottomright w3-large w3-container w3-padding-16 w3-black">
北极光
</div>
</div>
<div class="w3-display-container mySlides">
<img src="https://atts.w3cschool.cn/img_mountains.jpg" style="width:100%">