Textformate
Basic HTML
Zulässige HTML-Tags: <a href hreflang> <strong> <i> <ul type> <ol start type> <li> <h3 id> <p> <em>
-
You can align images, videos, blockquotes and so on to the left, right or center. Examples:
- Align an image to the left:
<img src="" data-align="left" />
- Align an image to the center:
<img src="" data-align="center" />
- Align an image to the right:
<img src="" data-align="right" />
- … and you can apply this to other elements as well:
<video src="" data-align="center" />
- Align an image to the left:
-
You can caption images, videos, blockquotes, and so on. Examples:
<img src="" data-caption="This is a caption" />
<video src="" data-caption="The Drupal Dance" />
<blockquote data-caption="Dries Buytaert">Drupal is awesome!</blockquote>
<code data-caption="Hello world in JavaScript.">alert("Hello world!");</code>
- Only images hosted on this site may be used in <img> tags.
- Mathematics inside the configured delimiters is rendered by MathJax. The default math delimiters are $$...$$ and \[...\] for displayed mathematics, and $...$ and \(...\) for in-line mathematics.
Restricted HTML
Zulässige HTML-Tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
Diese Website unterstützt in HTML formatierte Inhalte. Während das vollständige Erlernen von HTML abschreckend sein kann, ist der Erlernen einer kleinen Anzahl von HTML Textauszeichnungen ("tags") sehr einfach. Diese Tabelle führt Beispiele aller zulässigen Tags an.
For more information see the HTML Living Standard or use your favorite search engine to find other sites that explain HTML.
Tag-Beschreibung Eingegeben Ergebnis Anker werden benutzt um Links zu anderen Seiten zu erstellen. <a href="https://conferencemonkey.org">Conference Monkey</a>
Conference Monkey Hervorgehoben <em>Hervorgehoben</em>
Hervorgehoben Fett <strong>Fett</strong>
Fett Zitat <cite>Zitat</cite>
Zitat Blockzitat <blockquote>Blockzitat</blockquote>
Blockzitat
Kodierter Text um Quelltexte anzuzeigen <code>Code</code>
Code
Ungeordnete Liste – <li> verwenden, um mit ein Listeneintrag zu beginnen <ul> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ul>
- Erster Eintrag
- Zweiter Eintrag
Geordnete Liste – <li> verwenden, um mit ein Listeneintrag zu beginnen <ol> <li>Erster Eintrag</li> <li>Zweiter Eintrag</li> </ol>
- Erster Eintrag
- Zweiter Eintrag
Kein Hilfetext für das li-Tag verfügbar. Definitionslisten sind ähnlich zu anderen HTML-Listen. <dl>
leitet die Definitionsliste ein,<dt>
enthält den zu definierenden Begriff und<dd>
enthält die Definitionsbeschreibung.<dl> <dt>Erste Bedingung</dt> <dd>Erste Definition</dd> <dt>Zweiter Begriff</dt> <dd>Zweite Definition</dd> </dl>
- Erste Bedingung
- Erste Definition
- Zweiter Begriff
- Zweite Definition
Kein Hilfetext für das dt-Tag verfügbar. Kein Hilfetext für das dd-Tag verfügbar. Überschrift <h2>Untertitel</h2>
Untertitel
Überschrift <h3>Untertitel drei</h3>
Untertitel drei
Überschrift <h4>Untertitel vier</h4>
Untertitel vier
Überschrift <h5>Untertitel fünf</h5>
Untertitel fünf
Überschrift <h6>Untertitel sechs</h6>
Untertitel sechs
Die meisten ungewöhnlichen Buchstaben können ohne Probleme direkt eingegeben werden.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
Zeichenbeschreibung Eingegeben Ergebnis kaufm. Und &
& Größer als >
> Kleiner als <
< Anführungszeichen "
" - Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
- Website- und E-Mail-Adressen werden automatisch in Links umgewandelt.
Plain text
- Keine HTML-Tags erlaubt.
- Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
- Website- und E-Mail-Adressen werden automatisch in Links umgewandelt.