html, css, jQuery, PHP, mySQL

Posts Tagged ‘savin’

HTML From Scratch. 4:6 Images for the Web

Friday, August 5th, 2011

Although it is considered best practice to use CSS to place images in a web page, it is still very useful to know how to do this with HTML. Here is the basic code to include a picture called mycat.jpg in your HTML document: <img src=”mycat.jpg” alt=”my cat Fluffy” /> Notice this is another self-closing [...]

Tags: , , , , , , , , , , , , , , , ,
Posted in Tutorials | No Comments »