Lately,
Many teachers are under a huge demand to teach online and, of course, teach effectively.
I'm receiving many emails from teachers. They are asking me to send the HTML code for 3Tabs Page that I've used.
So, I decided to post it here, and anyone who wants to use it can copy and make it work in their classroom.
Good Luck!
Please, let me know how it works in your classroom!
I appreciate your feedback!
Three Tabs Page
Instructions:
- Create a Page in Canvas
- Copy and paste the Code
- Embed the Video/Instructions instead of the Red Text.
<div class="enhanceable_content tabs">
<ul>
<li><a href="#tab1">Page 1</a></li>
<li><a href="#tab2">Page 2</a></li>
<li><a href="#tab3">Page 3</a></li>
</ul>
<div id="tab1">
<h2>Video 1</h2>
<p><span style="color: #0000ff;"><strong>Listen/Watch the video and be ready to answer the questions :</strong></span></p>
<p><span style="color: #ff0000;"><strong>Post ANY VIDEO or Instructions: Youtube, EdPuzzle, etc.</strong></span></p>
<p><span style="color: #ff0000;"><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</strong></span></p>
<p> </p>
</div>
<div>
<div id="tab2">
<h2>Video 2</h2>
<p><span style="color: #0000ff;"><strong>Listen/watch the video and be ready to answer the questio</strong><strong>ns :</strong></span></p>
<p><strong><span style="color: #ff0000;">Post ANY VIDEO or Instructions: Youtube, EdPuzzle, etc.</span></strong></p>
<p><strong><span style="color: #ff0000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</span></strong></p>
<p> </p>
</div>
<div>
<div id="tab3">
<h2>Video 3</h2>
<p><span style="color: #0000ff;"><strong>Listen/watch the video and be ready to answer the questions: </strong></span></p>
<p><strong><span style="color: #ff0000;">Post ANY VIDEO or Instructions: Youtube, EdPuzzle, etc.</span></strong></p>
<p><strong><span style="color: #ff0000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</span></strong></p>
</div>
</div>
<div>
<p> </p>
</div>
<div>
<h3>After listening to the text and answering the questions on your page<span style="color: #800000;"> click on the next page to continue practicing.</span></h3>
<h4><strong><span style="color: #ff0000;">Reminder!</span></strong></h4>
<p><strong>Follow the assignment's instructions!</strong></p>
<p> </p>
</div>
</div>
</div>
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.