Helpful Sublime Text Shortcuts
Posted onCommonly used, helpful keyboard shortcuts for the Sublime Text editor.
Why Should Your Website be Accessible?
Posted onMaking a website accessible is no small task, especially if a website has already been made and you are trying to build accessibility back into the site. Making an accessible website takes more deliberate decision making and can make certain enhancements much more difficult program, or take them off the table completely. So why go […]
HTML Cheat Sheet
Posted onCommon HTML Elements Anchor Use anchor <a> elements to link text, images (or wrapping elements) to a particular URL or HTML element. The “href” attribute specifies the URL (or element ID) that the text (or elements) between the opening and closing anchor tags should direct to. The optional “target” attribute can be set to “_blank” […]