@passmarked/links
Version:
Rules related to the links/assets on the page
16 lines (11 loc) • 609 B
Markdown
Broken links to page assets can have various negative effects. Images won't load, styling and functionality might also not be applied.
# How do I fix this ?
* Make sure all assets exist.
* Make sure all paths are correct for assets.
* Make sure the correct syntax is being used to pull the asset in.
# Resources
* [Javascript src](http://www.w3schools.com/js/js_whereto.asp)
* [CSS link](http://www.w3schools.com/css/css_howto.asp)
* [Images](http://www.w3schools.com/html/html_images.asp)
* [Videos](http://www.w3schools.com/html/html5_video.asp)
* [Audio](http://www.w3schools.com/html/html5_audio.asp)