Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-10 09:00:12 +00:00
parent 88cfb8e016
commit 617657a70f
4 changed files with 39 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
window.onload = function() {
var year = new Date().getFullYear();
document.getElementById("css_attribute_list_link").innerHTML = 'All of the CSS style attributes are listed <a href="https://www.w3.org/TR/css-' + year + '/#properties">here</a>.';
document.getElementById("css_attribute_list_link").innerHTML = 'All of the CSS style attributes are listed <a href="https://www.w3.org/TR/css-' + year + '/#properties" target="_blank">here</a>.';
}