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 =
Mail-Link = <a href="mailto:office@domain.com">office@domain.com</a>
Waagrechte Linie = <hr />
Zeilenumbruch = <br />
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 =
Mail-Link = <a href="mailto:office@domain.com">office@domain.com</a>
Waagrechte Linie = <hr />
Zeilenumbruch = <br />