\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Karionis (Karionis)} \pdfinfo{ /Title (html5-deutsch.pdf) /Creator (Cheatography) /Author (Karionis (Karionis)) /Subject (HTML5 deutsch Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{34546E} \definecolor{LightBackground}{HTML}{F2F4F5} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{HTML5 deutsch Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Karionis (Karionis)} via \textcolor{DarkBackground}{\uline{cheatography.com/2670/cs/683/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Karionis (Karionis) \\ \uline{cheatography.com/karionis} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 29th November, 2012.\\ Updated 11th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Struktur}} \tn % Row 0 \SetRowColor{LightBackground} Kopfbereich & \textless{}header\textgreater{}…\textless{}/header\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Navigation & \textless{}nav\textgreater{}…\textless{}/nav\textgreater{} \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Sinnabschnitt, z. B. Kapitel & \textless{}section\textgreater{}…\textless{}/section\textgreater{} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} geschlossener Inhalt, z. B. News & \textless{}article\textgreater{}…\textless{}/article\textgreater{} \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} semantisch neutraler Abschnitt & \textless{}div\textgreater{}…\textless{}/div\textgreater{} \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Erg{\"a}nzung, z. B. Seitenspalte & \textless{}aside\textgreater{}…\textless{}/aside\textgreater{} \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} Fu{\ss}bereich & \textless{}footer\textgreater{}…\textless{}/footer\textgreater{} \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Navigation Beispiel}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\textless{}nav\textgreater{} \newline % Row Count 1 (+ 1) ~~~~\textless{}ul\textgreater{} \newline % Row Count 2 (+ 1) ~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{}\textless{}/li\textgreater{} \newline % Row Count 4 (+ 2) ~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{}\textless{}/li\textgreater{} \newline % Row Count 6 (+ 2) ~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{} \newline % Row Count 8 (+ 2) ~~~~~~~~~~~~\textless{}ul\textgreater{} \newline % Row Count 10 (+ 2) ~~~~~~~~~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{}\textless{}/li\textgreater{} \newline % Row Count 13 (+ 3) ~~~~~~~~~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{}\textless{}/li\textgreater{} \newline % Row Count 16 (+ 3) ~~~~~~~~~~~~\textless{}/ul\textgreater{} \newline % Row Count 18 (+ 2) ~~~~~~~~\textless{}/li\textgreater{} \newline % Row Count 20 (+ 2) ~~~~~~~~\textless{}li\textgreater{}\textless{}a href="…"\textgreater{}…\textless{}/a\textgreater{}\textless{}/li\textgreater{} \newline % Row Count 22 (+ 2) ~~~~\textless{}/ul\textgreater{} \newline % Row Count 23 (+ 1) \textless{}/nav\textgreater{}% Row Count 24 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Text}} \tn % Row 0 \SetRowColor{LightBackground} Überschrift & \textless{}h1\textgreater{}…\textless{}/h1\textgreater{} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} & \textless{}h2\textgreater{}…\textless{}/h2\textgreater{} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} & \textless{}h3\textgreater{}…\textless{}/h3\textgreater{} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} & \textless{}h4\textgreater{}…\textless{}/h4\textgreater{} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} & \textless{}h5\textgreater{}…\textless{}/h5\textgreater{} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} & \textless{}h6\textgreater{}…\textless{}/h6\textgreater{} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Absatz & \textless{}p\textgreater{}…\textless{}/p\textgreater{} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} echte Leerzeile & \textless{}p\textgreater{}\ \textless{}/p\textgreater{} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Zeilenumbruch & \textless{}br\textgreater{} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Hervorhebung Fettschrift & \textless{}strong\textgreater{}…\textless{}/strong\textgreater{} \tn % Row Count 11 (+ 2) % Row 10 \SetRowColor{LightBackground} Hervorhebung Kursivschrift & \textless{}em\textgreater{}…\textless{}/em\textgreater{} \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} Stil{\"a}nderung zu Fettschrift & \textless{}b\textgreater{}…\textless{}/b\textgreater{} \tn % Row Count 15 (+ 2) % Row 12 \SetRowColor{LightBackground} Stil{\"a}nderung zu Kursivschrift & \textless{}i\textgreater{}…\textless{}/i\textgreater{} \tn % Row Count 17 (+ 2) % Row 13 \SetRowColor{white} kurzes Zitat & \textless{}q\textgreater{}…\textless{}/q\textgreater{} \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} langes Zitat & \textless{}blockquote\textgreater{}…\textless{}/blockquote\textgreater{} \tn % Row Count 20 (+ 2) % Row 15 \SetRowColor{white} Abkürzung & \textless{}abbr\textgreater{}…\textless{}/abbr\textgreater{} \tn % Row Count 21 (+ 1) % Row 16 \SetRowColor{LightBackground} vorformatierter Text & \textless{}pre\textgreater{}…\textless{}/pre\textgreater{} \tn % Row Count 22 (+ 1) % Row 17 \SetRowColor{white} Programmcode & \textless{}code\textgreater{}…\textless{}/code\textgreater{} \tn % Row Count 23 (+ 1) % Row 18 \SetRowColor{LightBackground} hochgestellter Text & \textless{}sup\textgreater{}…\textless{}/sup\textgreater{} \tn % Row Count 24 (+ 1) % Row 19 \SetRowColor{white} tiefgestellter Text & \textless{}sub\textgreater{}…\textless{}/sub\textgreater{} \tn % Row Count 25 (+ 1) % Row 20 \SetRowColor{LightBackground} Inline-Abschnitt & \textless{}span\textgreater{}…\textless{}/span\textgreater{} \tn % Row Count 26 (+ 1) % Row 21 \SetRowColor{white} horizontale Trennlinie & \textless{}hr\textgreater{} \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \columnbreak \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Link}} \tn % Row 0 \SetRowColor{LightBackground} Link externe Seite & \textless{}a \seqsplit{href="http://www.spiegel}.de"\textgreater{}SPON\textless{}/a\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Link interne Seite & \textless{}a href="impressum.html"\textgreater{}Impressum\textless{}/a\textgreater{} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Definition Sprungmarke einer Seite & z. B. \textless{}h1 id="inhalt"\textgreater{}Inhaltsangabe\textless{}/h1\textgreater{} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Link zur Sprungmarke der Seite & \textless{}a href="\#inhalt"\textgreater{}Inhaltsangabe\textless{}/a\textgreater{} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Link als E-Mail & \textless{}a \seqsplit{href="mailto:name@domain}.de"\textgreater{}\textless{}/a\textgreater{} \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\bf{Achtung:}} Mailadressen sollten zum Schutz vor Spam {\bf{nicht}} als Klartext angegeben werden.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Bild}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\textless{}img src="bild.jpg" alt="Bildbeschreibung"\textgreater{}} \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Abbildung}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\textless{}figure\textgreater{} \newline % Row Count 1 (+ 1) ~~~~\textless{}img src="…"\textgreater{} \newline % Row Count 2 (+ 1) ~~~~\textless{}figcaption\textgreater{}Bildunterschrift\textless{}/figcaption\textgreater{} \newline % Row Count 4 (+ 2) \textless{}/figure\textgreater{}% Row Count 5 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.68758 cm} x{2.28942 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tabelle}} \tn % Row 0 \SetRowColor{LightBackground} Tabellendefinition & \textless{}table\textgreater{}…\textless{}/table\textgreater{} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tabellenüberschrift & \textless{}caption\textgreater{}…\textless{}caption\textgreater{} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Tabellenkopf & \textless{}thead\textgreater{}…\textless{}/thead\textgreater{} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Tabellenrumpf & \textless{}tbody\textgreater{}…\textless{}/tbody\textgreater{} \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Tabellenfu{\ss} & \textless{}tfoot\textgreater{}…\textless{}/tfoot\textgreater{} \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Einleitung Spaltendefinition & \textless{}colgroup\textgreater{}…\textless{}/colgroup\textgreater{} \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Spaltendefinition & \textless{}col\textgreater{}…\textless{}/col\textgreater{} \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Zeile & \textless{}tr\textgreater{}…\textless{}/tr\textgreater{} \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Spaltenkopf & \textless{}th\textgreater{}…\textless{}/th\textgreater{} \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Spaltenzelle & \textless{}td\textgreater{}…\textless{}/td\textgreater{} \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Tabelle Beispiel}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\textless{}table border="1"\textgreater{} \newline % Row Count 1 (+ 1) ~~~~\textless{}caption\textgreater{}Tagesablauf\textless{}/caption\textgreater{} \newline % Row Count 3 (+ 2) ~~~~\textless{}tr\textgreater{} \newline % Row Count 4 (+ 1) ~~~~~~~~\textless{}th\textgreater{}Uhrzeit\textless{}/th\textgreater{} \newline % Row Count 6 (+ 2) ~~~~~~~~\textless{}th\textgreater{}Programm\textless{}/th\textgreater{} \newline % Row Count 8 (+ 2) ~~~~\textless{}/tr\textgreater{} \newline % Row Count 9 (+ 1) ~~~~\textless{}tr\textgreater{} \newline % Row Count 10 (+ 1) ~~~~~~~~\textless{}td\textgreater{}09:00 bis 13:00 Uhr\textless{}/td\textgreater{} \newline % Row Count 12 (+ 2) ~~~~~~~~\textless{}td\textgreater{}Kinderprogramm\textless{}/td\textgreater{} \newline % Row Count 14 (+ 2) ~~~~\textless{}/tr\textgreater{} \newline % Row Count 15 (+ 1) ~~~~\textless{}tr\textgreater{} \newline % Row Count 16 (+ 1) ~~~~~~~~\textless{}td\textgreater{}13:00 bis 14:30 Uhr\textless{}/td\textgreater{} \newline % Row Count 18 (+ 2) ~~~~~~~~\textless{}td\textgreater{}Mittagessen\textless{}/td\textgreater{} \newline % Row Count 20 (+ 2) ~~~~\textless{}/tr\textgreater{} \newline % Row Count 21 (+ 1) ~~~~\textless{}tr\textgreater{} \newline % Row Count 22 (+ 1) ~~~~~~~~\textless{}td\textgreater{}14:30 bis 17:30 Uhr\textless{}/td\textgreater{} \newline % Row Count 24 (+ 2) ~~~~~~~~\textless{}td\textgreater{}Familienprogramm\textless{}/td\textgreater{} \newline % Row Count 26 (+ 2) ~~~~\textless{}/tr\textgreater{} \newline % Row Count 27 (+ 1) \textless{}/table\textgreater{}% Row Count 28 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.78252 cm} x{1.19448 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Liste}} \tn % Row 0 \SetRowColor{LightBackground} geordnete Liste & \textless{}ol\textgreater{}…\textless{}/ol\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ungeordnete Liste & \textless{}ul\textgreater{}…\textless{}/ul\textgreater{} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Listeneintrag geordn./ ungeordn. Liste & \textless{}li\textgreater{}…\textless{}/li\textgreater{} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Definitionsliste & \textless{}dl\textgreater{}…\textless{}/dl\textgreater{} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Definitionsl. Ausdruck & \textless{}dt\textgreater{}…\textless{}/dt\textgreater{} \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Definitionsl. Erl{\"a}uterung & \textless{}dd\textgreater{}…\textless{}/dd\textgreater{} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Formular}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Formulardefinition} & \textless{}form action="…" method="…"\textgreater{}…\textless{}/form\textgreater{} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{Abschnittsdefinition} & \textless{}fieldset\textgreater{}…\textless{}/fieldset\textgreater{} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Erl{\"a}uterung des Abschnitts & \textless{}legend\textgreater{}…\textless{}/legend\textgreater{} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{Eingabefeldbezeichner} & \textless{}label for="labelbezeichner"\textgreater{}…\textless{}/label\textgreater{} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Eingabefeld einzeiliger Text & \textless{}input type="text" name="variable" id="labelbezeichner"\textgreater{} \tn % Row Count 11 (+ 3) % Row 5 \SetRowColor{white} Eingabefeld mehrzeiliger Text & \textless{}textarea\textgreater{}…\textless{}/textarea\textgreater{} \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} Eingabefeld Passwort & \textless{}input type="password" …\textgreater{} \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} Eingabefeld Kontrollfeld & \textless{}input type="checkbox" …\textgreater{} \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} Eingabefeld Optionsfeld & \textless{}input type="radio" …\textgreater{} \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} Eingabefeld Bild & \textless{}input type="image" src="bild.jpg" …\textgreater{} \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} Eingabefeld Schalter „Absenden" & \textless{}input type="submit" …\textgreater{} \tn % Row Count 23 (+ 2) % Row 11 \SetRowColor{white} Auswahlliste & \textless{}select\textgreater{}…\textless{}/select\textgreater{} \tn % Row Count 24 (+ 1) % Row 12 \SetRowColor{LightBackground} Auswahlliste Eintrag & \textless{}option\textgreater{}…\textless{}/option\textgreater{} \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} Auswahlliste Eintraggruppe & \textless{}optgroup\textgreater{}…\textless{}/optgroup\textgreater{} \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Formular Beispiel}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\textless{}form method="post" action="abonnement.php"\textgreater{} \newline % Row Count 1 (+ 1) ~~~~\textless{}fieldset\textgreater{} \newline % Row Count 2 (+ 1) ~~~~~~~~\textless{}legend\textgreater{}Newsletter-Abonnement\textless{}/legend\textgreater{} \newline % Row Count 4 (+ 2) ~~~~~~~~\textless{}label for="e-mail-adresse"\textgreater{}E-Mail\textless{}/label\textgreater{}\textless{}input type="email" name="email" id="e-mail-adresse"\textgreater{}\textless{}br\textgreater{} \newline % Row Count 7 (+ 3) ~~~~~~~~\textless{}input type="submit"\textgreater{} \newline % Row Count 9 (+ 2) ~~~~\textless{}/fieldset\textgreater{} \newline % Row Count 10 (+ 1) \textless{}/form\textgreater{}% Row Count 11 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Kommentar HTML}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\textless{}!-{}- Kommtentartext -{}-\textgreater{}} \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}