Textgestaltung: Unterschied zwischen den Versionen
Aus Bibelwissen
DM (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
DM (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
{| class="wikitable sortable" style=border="0" cellspacing="2" cellpadding="2" | {| class="wikitable sortable" style=border="0" cellspacing="2" cellpadding="2" | ||
! style="width:120px" style="background-color:#E8E8E8" | Was? | ! style="width:120px" style="background-color:#E8E8E8" | Was? | ||
! style="width:120px" style="background-color:#E8E8E8" | Code | ! style="width:120px" style="background-color:#E8E8E8" | Code in Bearbeitungsmodus | ||
! style="width:200px" style="background-color:#E8E8E8" | Ergebnis | ! style="width:200px" style="background-color:#E8E8E8" | Ergebnis | ||
|- | |- | ||
Version vom 13. April 2023, 10:17 Uhr
| Was? | Code in Bearbeitungsmodus | Ergebnis |
|---|---|---|
| Durchgestrichener Text | <s>durchgestrichen</s> | |
| Farbiger Text | <span style="color:red;">farbig</span> | Text rot |
| Farbiger Text mit Farbcode | <span style="color:#836FFF">Text</span> | Text mit Farbcode Farbcodetabelle: 👉 Siehe hier |
| Fetter Text | '''Text''' | Fetter Text |
| Kleiner Text | <small>klein</small> | Kleiner Text |
| Kleiner Text | <big>groß</big> <big><big>groß</big></big> |
Großer Text noch größer |
| Schriftart (anderer Font) | <span style="font-family:courier;">Schriftart</span> | Andere Schriftart |
| Unterstrichen | <u>unterstrichen</u> | unterstrichen |
| Zentriert | <div align="center">zentriert</div> | Zentrierter Text
|
