Merge branch 'master' of https://gitea.ameyering.de/DHBW_AI_16/Webengineering_Roethig
This commit is contained in:
commit
6ec4bb2714
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ Response: beginnt mit einer Statuszeile: \code{HTTP/1.0 <statuscode> <textuelle
|
|||
\item \textbf{\code{1xx}}: Informational Codes \newline
|
||||
\hspace*{6mm} $\Rightarrow$ Zur Anzeige, dass weitere Daten folgen (Verhinderung von Time-Outs).
|
||||
|
||||
\item \textbf{2xx}: Successful Client Requests
|
||||
\item \textbf{\code{2xx}}: Successful Client Requests
|
||||
\begin{itemize}[noitemsep]
|
||||
\item \code{200} $\Rightarrow$ Ok
|
||||
\item \code{204} $\Rightarrow$ Ressource leer
|
||||
|
|
|
@ -339,9 +339,9 @@ Deswegen ist folgendes besser: \css{ol \{ list-style-type: decimal; \}}
|
|||
|
||||
\begin{tabular}{ll}
|
||||
\code{ol li \{\ldots \}} & $\Rightarrow$ gilt für alle \html{<li>}-Nachfolger eines \html{<ol>} \\
|
||||
\code{ol > li \{\ldots \}} & $\Rightarrow$ gilt für alle \textit{direkten} \html{<li>}-Nachfolger eines \html{<ol>} \\
|
||||
\code{ol > li \{\ldots \}} & $\Rightarrow$ gilt für alle \textit{direkten} \html{<li>}-Kinder eines \html{<ol>} (keine Kindeskinder) \\
|
||||
\code{h1 \circa{} p \{\ldots \}} & $\Rightarrow$ gilt für \html{<p>}, wenn es einen vorangegangenen Geschwisterknoten \html{<h1>} gibt. \\
|
||||
\code{h1 + p \{ \ldots \}} & $\Rightarrow$ gilt für \html{<p>}, wenn es einen direkten Vorgänger \html{<h1>} gibt. \\
|
||||
\code{h1 + p \{ \ldots \}} & $\Rightarrow$ gilt für alle \html{<p>}, die einen direkten Vorgänger \html{<h1>} haben. \\
|
||||
\end{tabular}
|
||||
|
||||
\medskip
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue