HTML: Tabs

 

Why Use Tabs?

 

Using tabs in your course is a good idea for several reasons:

1. Aesthetics: Tabs improve your course design by making your content pages more organized and visually appealing.

2. Chunked content: Avoid using multiple pages for chunked content.

3. Avoid text-heavy pages: Keep similar content together without creating a longer page that looks overwhelming to students.

 

TIP: Edit the name and content of your tabs in the HTML Editor. It can be very easy to accidentally delete a needed line of code.

CAUTION: Trying to mix other HTML code tricks with tabs often causes problems, as other code snippets (such as the one for a background color) uses <div>, which Canvas misinterprets as a part of the tab code.