My colleagues are interested in what I’m learning so I thought using my blog was a good way of keeping my thoughts organised. I definitely learnt more than five things yesterday, but these are the ones that really stuck…
- Specifying image sizes tells the browser how big the image is going to be and asks it to display the page accordingly. I did know this once but I haven’t been doing it recently. Time to start!
- Using “/” in relative links tells the browser to go to the root to look for the document and using “../” tells the browser to go up one level and look for the document. I never fully understood the distinction before. View full article »
