Last modified by Carina Enke on 12.11.2024

From version 235.3
edited by Carina Enke
on 12.08.2024
Change comment: There is no comment for this version
To version 235.4
edited by Carina Enke
on 12.08.2024
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -260,7 +260,7 @@
260 260  
261 261  {{code language="html" layout="LINENUMBERS"}}
262 262  <figure>
263 - <img alt="Alternativtext">
263 + <img src="..." alt="Alternativtext">
264 264   <figcaption>Bildtitel / Bildunterschrift</figcaption>
265 265  </figure>
266 266  {{/code}}
... ... @@ -298,7 +298,7 @@
298 298  **Im HTML: Leeres alt-Attribut für Bilder ohne relevante Informationen**
299 299  
300 300  {{code}}
301 -<img ... alt=" " />
301 + <img src="..." alt=" " />
302 302  {{/code}}
303 303  
304 304  {{info}}
... ... @@ -318,7 +318,7 @@
318 318  **Mit max-width eine maximale Breite für Bilder setzen**
319 319  
320 320  {{code language="html"}}
321 -<img ... style="max-width: 100%" />
321 + <img src="..." style="max-width: 100%" />
322 322  {{/code}}
323 323  
324 324  === Alternativen für Videos und Audio-Dateien bereitstellen ===
... ... @@ -337,7 +337,6 @@
337 337  [[Videocampus Sachsen: Erstellung von Untertiteln für Videos (TU Chemnitz)>>url:https://blog.hrz.tu-chemnitz.de/urzcommunity/2021/06/16/erstellung-von-untertiteln-fuer-videos/||shape="rect"]]
338 338  {{/panel}}
339 339  
340 -(% class="wikigeneratedid" %)
341 341  
342 342  
343 343  == Farben & Kontraste ==
... ... @@ -356,7 +356,6 @@
356 356  * [[Kontraste prüfen mit dem WCAG contrast checker (EN)>>url:https://contrastchecker.com/||shape="rect"]]
357 357  {{/panel}}
358 358  
359 -(% class="wikigeneratedid" %)
360 360  
361 361  
362 362  == Nützliche Werkzeuge ==