Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML5 téléchargement (:check: Element sémantique semantique (:black…
HTML5
-
-
-
:check: Section <head>
:lock: <head> <meta charset="utf-8"> <title>My First HTML5 Page</title> <link rel="stylesheet" href="style.css"> </head>
:check: Structure
:star:
<!DOCTYPE html>
<html lang="en"> <head>
<meta charset="utf-8">
<title>My First HTML5 Page</title> <link rel="stylesheet" href="style.css">
</head> <body> <p>HTML5 is fun!</p>
</body>
</html>
-
:check: Element sémantique
-
-
-
-
-
-
:check: Formulaire
-
-
:red_flag: Attributs
autocomplete
autofocus
form
formaction
formenctype
formmethod
formnovalidate
formtarget
height and width
list
min and max
multiple
pattern (regexp)
placeholder
required
step
-
-
:check:CSS
-
:star: Modules
Selectors
Box Model
Backgrounds and Borders
Image Values and Replaced
Content Text
Effects 2D/3D
Transformations Animations
Multiple Column
Layout
User Interface
:check:JavaScript
-