Documentation says that HTML5 does not support vlink, alink, bgcolor and other parameters, instead people should use CSS, but why is it still working fine? I’m declaring HTML5 doctype correctly:
<!DOCTYPE html>
Maybe my browser is not actually reading HTML5?