\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{Becky (earth2becky)} \pdfinfo{ /Title (html5.pdf) /Creator (Cheatography) /Author (Becky (earth2becky)) /Subject (HTML5 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}{A320BD} \definecolor{LightBackground}{HTML}{F9F1FA} \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 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Becky (earth2becky)} via \textcolor{DarkBackground}{\uline{cheatography.com/45156/cs/13591/}}} \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}Becky (earth2becky) \\ \uline{cheatography.com/earth2becky} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 22nd November, 2017.\\ 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*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Syntax}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\textless{}!doctype html\textgreater{} \textless{}!-{}- indicates HTML5-{}-\textgreater{} \newline \textless{}html\textgreater{} \newline \textless{}head\textgreater{} \newline \textless{}style\textgreater{} \newline \textless{}div\textgreater{}...\textless{}/div\textgreater{} \newline \textless{}/style\textgreater{} \newline \textless{}title\textgreater{} Title \textless{}/title\textgreater{} \newline \textless{}nav\textgreater{} nav bar \textless{}/nav\textgreater{} \newline ...etc... \newline \textless{}/head\textgreater{} \newline \textless{}body\textgreater{} \newline \textless{}form action="inc/script.php" method="get"\textgreater{} \textless{}!-{}-or "post"-{}-\textgreater{} \newline \textless{}input type="input-type"\textgreater{} \newline ...etc... \newline \textless{}/body\textgreater{} \newline \textless{}/html\textgreater{}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Basic elements}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}!DOCTYPE\textgreater{} & Declare document type, \textless{}!DOCTYPE HTML\textgreater{} for HTML5 \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \{\{nobreak\}\}\textless{}html\textgreater{}\textless{}/html\textgreater{} & Entire document \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}head\textgreater{}\textless{}/head\textgreater{} & Head of document \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}\textless{}title\textgreater{}\textless{}/title\textgreater{} & Title of document \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}nav\textgreater{}\textless{}/nav\textgreater{} & Navigation bar \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}\textless{}body\textgreater{}\textless{}/body\textgreater{} & Body of the document \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}article\textgreater{}\textless{}/article\textgreater{} & Article \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}\textless{}section\textgreater{}\textless{}/section\textgreater{} & Defines a section \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}aside\textgreater{}\textless{}/aside\textgreater{} & Side block \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} \{\{nobreak\}\}\textless{}footer\textgreater{}\textless{}/footer\textgreater{} & Footer \tn % Row Count 21 (+ 2) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}p\textgreater{}\textless{}/p\textgreater{} & Paragraph \tn % Row Count 23 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}\textless{}hr\textgreater{} & Horizontal rule \tn % Row Count 24 (+ 1) % Row 12 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}span\textgreater{}\textless{}/span\textgreater{} & Defines a section in a document \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} \{\{nobreak\}\}\textless{}!-{}- comment -{}-\textgreater{} & Insert comments \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.88 cm} x{3.12 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Formatting text}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}h1\textgreater{} to \textless{}h6\textgreater{} & Heading levels \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \{\{nobreak\}\}\textless{}br\textgreater{} & Line break \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}b\textgreater{}{\bf{text}}\textless{}/b\textgreater{} & Bold \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}\textless{}strong\textgreater{}{\bf{text}}\textless{}/strong\textgreater{} & Bold, but less than \textless{}b\textgreater{} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}i\textgreater{}{\emph{italic}}\textless{}/i\textgreater{} & Italics \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}\textless{}em\textgreater{}{\emph{italic}}\textless{}/em\textgreater{} & Emphasis, italics \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}blockquote\textgreater{}\textless{}/blockquote\textgreater{} & Quoted text \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} \{\{nobreak\}\}\textless{}sup\textgreater{}\textasciicircum{}super\textasciicircum{}\textless{}/sup\textgreater{} & Superscript \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}sub\textgreater{}\textless{}/sub\textgreater{} & Subscripted \tn % Row Count 15 (+ 1) % Row 9 \SetRowColor{white} \{\{nobreak\}\}\textless{}small\textgreater{}\textless{}/small\textgreater{} & Small text \tn % Row Count 17 (+ 2) % Row 10 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}style\textgreater{}\textless{}/style\textgreater{} & Style information-{}-CSS \tn % Row Count 19 (+ 2) % Row 11 \SetRowColor{white} \{\{nobreak\}\}\textless{}div\textgreater{}\textless{}/div\textgreater{} & Defines a section \tn % Row Count 21 (+ 2) % Row 12 \SetRowColor{LightBackground} \textless{}pre\textgreater{}\textless{}/pre\textgreater{} & Preformatted text \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{UTF-8 is the default char set for HTML5.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.18 cm} x{1.824 cm} x{1.596 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{HTML char set entities}} \tn % Row 0 \SetRowColor{LightBackground} n space tab & \  & \&\#8194; \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} m space tab & \  & \&\#8195; \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} non-breaking space & ~ & \&\#160; \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} left arrow & \← & \&\#8592; \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} up arrow & \↑ & \&\#8593; \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} right arrow & \→ & \&\#8594; \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} down arrow & \↓ & \&\#8595; \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} black spades & \♠ & \&\#9824; \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} black clubs & \♣ & \&\#9827; \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} black hearts & \♥ & \&\#9829; \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} black diamonds & \♦ & \&\#9830; \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} trademark & \™ & \&\#8482; \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} copyright & \© & \&\#169; \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} right double arrow & \» & \&\#187; \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} 1/4 & \¼ & \&\#188; \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} 1/2 & \½ & \&\#189; \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} 3/4 & \¾ & \&\#190; \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{8.4cm}}{More character entities on Dave Child's cheat sheet and www.w3schools.com} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.72 cm} x{3.28 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Tables}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}table\textgreater{}\textless{}/table\textgreater{} & Defines a table \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}\textless{}th\textgreater{}\textless{}/th\textgreater{} & Table header cell \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}tr\textgreater{}\textless{}/tr\textgreater{} & Table row \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} \{\{nobreak\}\}\textless{}td\textgreater{}\textless{}/td\textgreater{} & Table data cell \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}caption\textgreater{}\textless{}/caption\textgreater{} & Defines table caption \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{`{\bf{\textless{}table\textgreater{}}}` \newline `{\bf{\textless{}th\textgreater{}}} {\emph{first header text}} {\bf{\textless{}/th\textgreater{}\textless{}th\textgreater{}}} {\emph{second header text}} {\bf{\textless{}/th\textgreater{}}}` \newline `{\bf{\textless{}tr\textgreater{}}} \textless{}!-{}- first row-{}-\textgreater{}` \newline `{\bf{\textless{}td\textgreater{}}} {\emph{first cell text}} {\bf{\textless{}/td\textgreater{}\textless{}td\textgreater{}}} {\emph{second cell text}} {\bf{\textless{}/td\textgreater{}}}` \newline `{\bf{\textless{}/tr\textgreater{}}}` \newline `{\bf{\textless{}tr\textgreater{}}} \textless{}!-{}- second row -{}-\textgreater{}` \newline `{\bf{\textless{}td\textgreater{}}} {\emph{first cell text}} {\bf{\textless{}/td\textgreater{}\textless{}td\textgreater{}}} {\emph{second cell text}} {\bf{\textless{}/td\textgreater{}}}` \newline `{\bf{\textless{}/tr\textgreater{}}}` \newline `{\bf{\textless{}/table\textgreater{}}}`} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Links and media}} \tn % Row 0 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}img src="dir/file.jpg"\textgreater{} & defines an image \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \{\{nobreak\}\}\textless{}a href="http://url/..."\textgreater{}{\emph{link}}\textless{}/a\textgreater{} & hyperlink anchor \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}iframe\textgreater{}\textless{}/iframe\textgreater{} & inline frame \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} \{\{nobreak\}\}\textless{}object\textgreater{}\textless{}/object\textgreater{} & imbeds an object \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}video\textgreater{}\textless{}/video\textgreater{} & Insert video content \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{nobreak\}\}\textless{}audio\textgreater{}\textless{}/audio\textgreater{} & Insert audio content \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} \{\{nobreak\}\}\textless{}embed\textgreater{}\textless{}/embed\textgreater{} & Container for interactive content or external application \tn % Row Count 16 (+ 3) % Row 7 \SetRowColor{white} \{\{nobreak\}\}\textless{}source\textgreater{}\textless{}/source\textgreater{} & Multimedia: audio and video \tn % Row Count 18 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.748 cm} x{3.344 cm} x{2.508 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Ordered list}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}ol\textgreater{}\textless{}/ol\textgreater{} & Start and end tags & \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \textless{}li\textgreater{} & List item & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} type & Type of numbering & A, a, 1, i, I \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} start & Starting value & any number \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{8.4cm}}{`\textless{}ol\textgreater{}` | `\textless{}ol type="a"\textgreater{}` | `\textless{}ol type="i" start="5"\textgreater{}` \newline `\textless{}li\textgreater{} this` \newline `\textless{}li\textgreater{}that` \newline `\textless{}/ol\textgreater{}`} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.444 cm} x{2.888 cm} x{3.268 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Unordered list}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}ul\textgreater{}\textless{}/ul\textgreater{} & Start and end tags & \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \textless{}li\textgreater{} & List item & \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} type & Type of bullet & disc, square, circle \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{8.4cm}}{`\textless{}ul\textgreater{}` | `\textless{}ul type="circle"\textgreater{}` \newline `\textless{}li\textgreater{} this` \newline `\textless{}li\textgreater{} that` \newline `\textless{}ul\textgreater{}`} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Definition list}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}dl\textgreater{}\textless{}/dl\textgreater{} & Start and end tags \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \textless{}dt\textgreater{} & Term \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \textless{}dd\textgreater{} & Definition \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{`\textless{}dl\textgreater{}` \newline `\textless{}dt\textgreater{}this` \newline `\textless{}dd\textgreater{}define this` \newline `\textless{}dt\textgreater{}that` \newline `\textless{}dd\textgreater{}define that` \newline `\textless{}/dl\textgreater{}`} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Graphics and forms}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.2 cm} x{6.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Tags within the HEAD element}} \tn % Row 0 \SetRowColor{LightBackground} \textless{}title\textgreater{} & Title of the page \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \textless{}meta\textgreater{} & Meta data \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\textless{}link\textgreater{}} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \textless{}style\textgreater{} & Can include CSS or a link to a CSS file \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\textless{}base\textgreater{}} \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\textless{}script\textgreater{}} \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{\textless{}noscript\textgreater{}} \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.2 cm} x{6.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Use of attributes}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{TAG}} & {\bf{ATTRIBUTES THAT MODIFY THAT TAG}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \textless{}head\textgreater{} & align, title, class, style, id \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \textless{}body\textgreater{} & text, bgcolor, background, class, style, id, link, alink, vlink \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \textless{}p\textgreater{} & align, class, style, id \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} \textless{}hr\textgreater{} & align, width, size, color, noshade, class, style, id \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.672 cm} x{3.496 cm} x{2.432 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{General attributes}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{ATTRIBUTE}} & {\bf{DEFINITION}} & {\bf{VALUE}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} align & Horizontally align & right, left, center \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} valign & Vertically align & top, middle, bottom \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} color & color & name, numeric, RGB, hex \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} bgcolor & Background color & name, numeric, RGB, hex \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{background} & Background image & URL \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} width & Width of image, cells, or tables & numeric \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} height & Height of image, cells, or tables & numeric \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} id, class, style & Used in CSS & CSS defined \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} text & Color of text & name, numeric, RGB, hex \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} link & Color of links & name, numeric, RGB, hex \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} alink & Color of active links & name, numeric, RGB, hex \tn % Row Count 24 (+ 2) % Row 12 \SetRowColor{LightBackground} vlink & Color of visited links & name, numeric, RGB, hex \tn % Row Count 26 (+ 2) % Row 13 \SetRowColor{white} noshade & Removes default shading & \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{8.4cm}}{Syntax is usually: \newline \textless{}tag {\bf{attribute}}="value" /tag\textgreater{}, where {\emph{value}} must be in quotes.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}