1- HTML Grundbefehle

Die Liste wird natürlich ständig erweitert ;-)

Foto einfügen= <img src="https://bit.ly/fcc-relaxing-cat" alt="Foto of a Kotze.">
Input Feld= <input type="text">
Input Feld mit Placeholder= <input type="text" placeholder="cat photo URL">
Input Felt "Multiple Choice"= <input type="radio"> ->mehr unter: HTML- Input mit Submit Button
Kommentar= <!-- und am Ende: -->
Link= <a href="http://bulletbar.at">Startseite BulletBar"</a> (target="_blank" zwischen "link" und >Startseite =neues Fenster)
Link auf der Seite zu einer bestimmten ID: <a href="#id-name">JumpToFooter</a>
Leerzeichen = &nbsp;
Mail-Link = <a href="mailto:office@domain.com">office@domain.com</a>
Waagrechte Linie = <hr />
Zeilenumbruch = <br />

Artikeldetails

Artikel-ID:
4
Kategorie:
Datum (erstellt):
2018-03-08 18:13:00
Aufrufe:
137
Bewertung (Stimmen):
(0)

Verwandte Artikel