This commit is contained in:
clente 2025-01-19 14:48:49 +00:00
parent 5b4da1927a
commit 718991a373
14 changed files with 105 additions and 111 deletions

View file

@ -27,18 +27,18 @@
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Age</th>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">Bob</td>
<td style="text-align: left">27</td>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td style="text-align: left">Alice</td>
<td style="text-align: left">23</td>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
@ -46,16 +46,16 @@
<table>
<thead>
<tr>
<th style="text-align: left">Italics</th>
<th style="text-align: left">Bold</th>
<th style="text-align: left">Code</th>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left"><em>italics</em></td>
<td style="text-align: left"><strong>bold</strong></td>
<td style="text-align: left"><code>code</code></td>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
@ -148,11 +148,8 @@
<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&controls=1&end=0&loop=0&mute=0&start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"
></iframe>
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/ZJthWmvUzzc?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
<!-- raw HTML omitted -->