Contenu du cours
Test UI Features
Test UI Features
2. ContentDev Tools
3. Image Tools
6. Text Boxes
NoteStudy MoreDefinition Text BlockChatGPT Prompt Input - OutputQuote Text BoxFile name headerPrerequisites Box With LinksSuperscript/SubscriptCopyable Text BoxExpandable ListTask HeadingCode Block - Highlighted & Copyable SQLCode Block - Highlighted & Copyable PythonCode Block - Highlighted & Copyable JavaScriptCode Block - Highlighted & Copyable JavaCode Block - Highlighted & Copyable DartCode Block - Highlighted & Copyable C++Code Block - Highlighted & Copyable CCode Block - Highlighted & Copyable C#
9. Deprecated
+ (deprecated) Hint and Solution Single Block+ (deprecated) TypeScript Hint/Solution+ (deprecated) C# Hint/Solution+ (deprecated) JavaScript Hint/Solution+ (deprecated) Java Hint/Solution+ (deprecated) GO Lang Hint/Solution+ (deprecated) Python Hint/Solution+ (deprecated) Java Hint/Solution with Copyable & Highlighted Code+ (deprecated) Scala Hint/Solution with Copyable & Highlighted Code+ (deprecated) Hint/Video Tutorial+ (deprecated) Hint/Solution/Video Tutorial(deprecated) Interactive Video + (deprecated) Images Slider+ (deprecated) Images Carousel+ (deprecated) Image Magnifier+ (deprecated) Image Carousel & Magnifier+(deprecated) Image Magnifying Glass+ (deprecated) Linked List+ (deprecated) IDE Testing+ (deprecated) CSS Example Practice Test+ (deprecated) Spinning anim+ (deprecated) Temporary Hint/Video Tutorial+ (deprecated) Temporary Hint/Solution/Video Tutorial+ (deprecated) Joke+ (deprecated) Animated border+ (deprecated) Default Custom Table+ (deprecated) Table Action+ (deprecated) Styled Table
Matrices
Readme
Displaying one or more matrices. You can define:
- 1 to 4 matrices (or more, if needed);
- Any number of rows and columns for each matrix;
- Custom names for each matrix.
How to Use
- Matrix Count:
- You can include between 1 and 4 matrices in the
custom-container
section; - To add more matrices, duplicate the matrix structure provided in the code.
- You can include between 1 and 4 matrices in the
- Matrix Names: Replace the placeholders in the
<td>
with your desired matrix name (e.g., A, Matrix1, MyMatrix, etc.); - Matrix Content:
- Each matrix is a
<table>
element inside the template; - Define the number of rows and columns by adding or removing
<tr>
and<td>
elements inside the matrix<table>
tag.
- Each matrix is a
- Follow the Comments: The HTML code contains inline comments to guide you in customizing matrix names, rows, and columns. Refer to these comments for detailed instructions.
Source Code
index.html
Tout était clair ?
Merci pour vos commentaires !
Section 7. Chapitre 3