Libraries
provide pre-programmed functions, CSS classes, and other webtools
jQuery
$(“.theClass”)
getElementByClassName()
$(“#theID’)
getElementById()
$(“tag”)
getElementByTagName()
element.css(“property”, “value);
$(“#top”).css(“display”,”block”);
Bootstrap
Bootstrap layouts