Cours code n°1 • MSIE

Preview:

DESCRIPTION

Slides du cours du 14 janvier 2014 • MSIE ESCP Europe

Citation preview

SEANCE

sous le capot du web

404

le web “marketé”

ce que l’on voit/utilise

les socles du web

ce que l’on voit moins

AUJOURD’HUI, ON VA PARLER

WEB

<!DOCTYPE html><!-- Ceci determine le look --><style>body { background-color: rgb(281,31,30);}.ext { display: table; position: absolute; height: 100%; width: 100%;}.inn { display: table-cell; vertical-align: middle;}p { color:white; text-transform:uppercase; font-family:DINPro; text-align:center; font-size:60px; }strong { font-size:120px; background-color:white; } </style><!-- Ceci determine le contenu --><body><div class="ext"> <div class="inn"> <p>Aujourd'hui,</br> on va parler </br><strong>web</strong></p> </div></div> </body>

AUJOURD’HUI, ON VA PARLER

WEB

<!DOCTYPE html><!-- Ceci determine le look --><style>body { background-color: rgb(281,31,30);}.ext { display: table; position: absolute; height: 100%; width: 100%;}.inn { display: table-cell; vertical-align: middle;}p { color:white; text-transform:uppercase; font-family:DINPro; text-align:center; font-size:60px; }strong { font-size:120px; background-color:white; color: rgb(281,31,30); } </style><!-- Ceci determine le contenu --><body><div class="ext"> <div class="inn"> <p>Aujourd'hui,</br> on va parler </br><strong>web</strong></p> </div></div> </body>

et on va surtout parler CODE

ce qui rend tout cela possible

USER BROWSER ORDI ISP

INTERNET

ISP SERVER CONTENT DEV

USER BROWSER ORDI ISP

ISP SERVER CONTENT DEV

downloadupload

USER BROWSER ORDI

HTML CSS JS ...

SERVER CONTENT DEV

FTP

HEBERGEMENTavec IP associée

URL

DNS (Domain Name System)

déménageur

maisoncoordonnées GPS

GPS

adresse

USER BROWSER ORDI ISP

INTERNET

ISP SERVER CONTENT DEV

static webpage vue telle qu’elle est stockée

dynamic webpage générée à la demande

static webpage vue telle qu’elle est stockée

dynamic webpage générée à la demande

ACCESSIBLE

JOUABLEavec reprise de code

CHASSE GARDEEDEV

HTML DOG

CODE WITH THE KNOWLEDGE OF OTHERS

brackets.io

PRÊTS ?

Recommended