CoboCards App FAQ & Wishes Feedback
Language: English Language
Sign up for free  Login

Get these flashcards, study & pass exams. For free! Even on iPhone/Android!

Enter your e-mail address and import flashcard set for free.  
Go!
All main topics / Informatik / XHTML

XHTML (12 Cards)

Say thanks
1
Cardlink
0
XHTML-Dokument
<html>

    <head>
       <title>Titelzeile</title>
   </head>

    <body>
      Inhalt...
      Inhalt...
      Inhalt...
   </body>

</html>
2
Cardlink
0
Validierung
Adresse: http:validator.w3.org/

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html PUBLIC "-
W3CDTD XHTML 1.1EN"
"http:www.w3.org/TG/xhtml11/DTD/xhtml11.dtd">

<xhtml xmlns="http:
www.w3.org/1999/xhtml" xml:lang="de">
3
Cardlink
0
Zeichencodierung
encoding="iso-8859-1"

encoding="UTF-8"
4
Cardlink
0
Überschriften
<h1>Überschriftenebene 1</h1>
<h2>Überschriftenebene 2</h2>
<h3>Überschriftenebene 3</h3>
<h4>Überschriftenebene 4</h4>
<h5>Überschriftenebene 5</h5>
<h6>Überschriftenebene 6</h6>
5
Cardlink
0
Absatz
<p>Absatz</p>
6
Cardlink
0
Fett & Kursiv
<strong>Fettdruck</strong>
<em>Kursivdruck</em>

oder

<i>Kursivdruck</i>
<b>Fettdruck</b>
7
Cardlink
0
Zeilenumbruch
<br />
8
Cardlink
0
Ungeordnete Liste
<ul>
   <li>Listenelement</li>
   <li>Listenelement</li>
</ul>
9
Cardlink
0
Geordnete Liste
<ol>
   <li>Listenelement</li>
   <li>Listenelement</li>
</ol>
10
Cardlink
0
Kommentar
<! Kommentar >
11
Cardlink
0
Hyperlink
Link:
<a href="datei.html" title="Bezeichnung">Anzeigetext</a>

Mail:
<a href="mailto:eMail-Adresse">Anzeigetext</a>
12
Cardlink
0
Bild
<img scr="bild.jpg" width="Wert" height="Wert"
alt="Alternativer Test" title="Bezeichnung" />
Flashcard set info:
Author: CoboCards-User
Main topic: Informatik
Topic: XHTML
Published: 22.04.2014
Tags: XHTML, Grundlagen,
 
Card tags:
All cards (12)
no tags
Report abuse

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English