linux.txt/programmieren/javascript/einbindung_in_den_body.tex
2025-02-15 15:39:11 +01:00

20 lines
415 B
TeX

% master: einbindung_in_den_body.tex
% Einbindung in den Body v0.1
% 2011-06-08 (Rx)
\subsection{Einbindung in den Body}
%----------------------------------
\begin{verbatim}
<html>
<head>
<title></title>
</head>
<body>
<script> Leitet den JavaScript-Quelltext ein
</script> Beendet den JavaScript-Quelltext
</body>
</html>
\end{verbatim}