pour TOUS
® Alex DUVAL
en 45 sec
Prénom
HTML - CSS oui/non
POURQUOI - ATTENTES
FULL STACK Dev
?
Extensions:
Emmet - Material Icon
Collaboration tools - Versioning - Backup
Web serve access
MARKUP language
( === structure )
<html>
<head>
</head>
<body>
</body>
</html>
<a href="http://lemug-coworking.fr/" target="_blank">
Le Mug
</a>
EXAMPLE
le lien
<h1>[...]</h1> <!-- Only one per page! SEO important -->
<h2>[...]</h2>
<h3>[...]</h3>
<h4>[...]</h4>
<h5>[...]</h5>
<h6>[...]</h6>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Veritatis laboriosam mollitia autem at ab omnis iure quis
asperiores inventore eos nam aut iusto officiis deserunt
nihil, sequi tempore impedit quae?
</p>
<ul>
<li>Google chrome</li>
<li>Sketch</li>
<li>AppStore</li>
</ul>
<h2>World Cup 2018</h2>
<ol>
<li>FRANCE</li>
<li>Croatia</li>
<li>Belgium</li>
<li>....losers</li>
</ol>
<img src="logo.png" alt="Mon logo">
<p>
You can emphasize <em>some words</em>,
and even <strong>more if needed</strong>
</p>
<table>
<thead>
<tr>
<th>First Name</th>
<th>Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alex</td>
<td>DUVAL</td>
</tr>
[...]
</tbody>
</table>
<form>
<input type="email">
<input type="password">
<input type="submit" value="Log in">
</form>
color: #FF530D;
color: rgb(255, 83, 13);
color: rgba(255, 83, 13, 1.0);
color: rgb(20, 20, 20);
or
color: rgb(102, 102, 102);
color: rgb(x, x, x);
width
height
padding
margin
boder
border-radius
box-shadows
...
pixels
%
em