Difference between revisions of "Test"
From Eccles Physiotherapy
Line 1: | Line 1: | ||
+ | <h3><span class="mw-headline" id="Example_Standard_Carousel_-_no_controls">Example Standard Carousel - no controls</span></h3> | ||
+ | <p>This is what the result of the code above will look like: | ||
+ | </p> | ||
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | ||
− | + | <ol class="carousel-indicators"> | |
− | + | <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> | |
− | + | <li data-target="#carousel-example-generic" data-slide-to="1"></li> | |
− | + | <li data-target="#carousel-example-generic" data-slide-to="2"></li> | |
− | + | </ol> | |
− | + | <div class="carousel-inner" role="listbox"> | |
− | + | <div class="item active"> | |
− | + | <p><a href="/wiki/Mainpage" title="Mainpage"><img alt="Screenshot tweeki.png" src="/w/images/3/35/Screenshot_tweeki.png" width="1131" height="746" class="img-responsive" /></a> | |
− | + | </p> | |
− | + | <div class="carousel-caption"> | |
− | + | <h3 style="color: red"><span class="mw-headline" id="Caption_1">Caption 1</span></h3> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="item"> | |
− | + | <p><a href="/wiki/Mainpage" title="Mainpage"><img alt="Screenshot skrifo.png" src="/w/images/c/cd/Screenshot_skrifo.png" width="1261" height="829" class="img-responsive" /></a> | |
− | + | </p> | |
− | + | <div class="carousel-caption"> | |
− | + | <h3 style="color: red"><span class="mw-headline" id="Caption_2">Caption 2</span></h3> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="item"> | |
− | + | <p><a href="/wiki/Mainpage" title="Mainpage"><img alt="Screenshot skrifo.png" src="/w/images/c/cd/Screenshot_skrifo.png" width="1261" height="829" class="img-responsive" /></a> | |
− | + | </p> | |
− | + | <div class="carousel-caption"> | |
+ | <h3 style="color: red"><span class="mw-headline" id="Caption_3">Caption 3</span></h3> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> |
Revision as of 13:07, 11 November 2020
Example Standard Carousel - no controls
This is what the result of the code above will look like: