HTML & CSS - Fiche Mémo
HTML :
<html>, <head>, <body>, <div>, <span>, <h1> à <h6>
<p>, <a>, <img>, <ul>, <ol>, <li>, <form>
Attributs : id, class, href, src, alt
CSS :
Sélecteurs : .classe, #id, element
Propriétés courantes : color, background, padding, margin,
display, flex, grid, font-size, border
JavaScript - Fiche Mémo
Déclaration de variables :
let, const, var
Types : number, string, boolean, object, array
Fonctions :
function nom() { }
const nom = () => { }
Manipulation DOM :
[Link](), addEventListener()