Feat: cours sur les langages du web
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d78e205ba9
commit
6f6a4816c3
BIN
SNT/01_WEB/1B_langage_web.pdf
Normal file
BIN
SNT/01_WEB/1B_langage_web.pdf
Normal file
Binary file not shown.
59
SNT/01_WEB/1B_langage_web.tex
Normal file
59
SNT/01_WEB/1B_langage_web.tex
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
\author{Benjamin Bertrand}
|
||||||
|
\title{WEB - Cours}
|
||||||
|
\date{Septembre 2020}
|
||||||
|
|
||||||
|
\pagestyle{empty}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\section{La page web}
|
||||||
|
|
||||||
|
\subsection*{Les langages du web}
|
||||||
|
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\begin{center}
|
||||||
|
\includegraphics[scale=0.4]{./fig/CSS3_logo}
|
||||||
|
|
||||||
|
Décoration
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\begin{center}
|
||||||
|
\includegraphics[scale=0.9]{./fig/HTML5_logo}
|
||||||
|
|
||||||
|
Contenu
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}{0.3\textwidth}
|
||||||
|
\begin{center}
|
||||||
|
\textbf{Javascript}
|
||||||
|
|
||||||
|
\includegraphics[scale=0.3]{./fig/JavaScript_logo}
|
||||||
|
|
||||||
|
Interaction
|
||||||
|
|
||||||
|
\end{center}
|
||||||
|
\end{minipage}
|
||||||
|
|
||||||
|
\subsection*{Navigateur web}
|
||||||
|
|
||||||
|
Le \textbf{navigateur web} est un logiciel qui "comprend" les langages du web pour nous afficher la page web souhaitée.
|
||||||
|
|
||||||
|
Exemples de navigateur web:
|
||||||
|
\begin{itemize}
|
||||||
|
\item Firefox
|
||||||
|
\item Chrome
|
||||||
|
\item Safari
|
||||||
|
\item Edge
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
|
\end{document}
|
Binary file not shown.
@ -34,8 +34,25 @@
|
|||||||
\end{columns}
|
\end{columns}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Code source d'une page}
|
\begin{frame}{Aller sur le web}
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
|
\colorbox{highlightbg}{
|
||||||
|
Le navigateur web
|
||||||
|
}
|
||||||
|
\end{center}
|
||||||
|
\vfill
|
||||||
|
Exemples de navigateurs:
|
||||||
|
\begin{itemize}
|
||||||
|
\item
|
||||||
|
\item
|
||||||
|
\item
|
||||||
|
\item
|
||||||
|
\end{itemize}
|
||||||
|
\vfill
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}{Code source d'une page}
|
||||||
\vfill
|
\vfill
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\colorbox{highlightbg}{
|
\colorbox{highlightbg}{
|
||||||
|
@ -23,6 +23,10 @@ Modification d'une page web à partir du code source.
|
|||||||
|
|
||||||
Cours: languages du web.
|
Cours: languages du web.
|
||||||
|
|
||||||
|
.. image:: ./1B_langage_web.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt: Bilan de la séance 1 sur les languages du web
|
||||||
|
|
||||||
Étape 2: Étudier du HTML
|
Étape 2: Étudier du HTML
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user