XHTML / CSS - Adding Images to the Webpage

Make sure your images that you are using are stroed in your html files or linked to somewhere online.

The tag for an image is img src= "" it is a single tag.

You can add a link to an image just like text. a href= "">

https://www.youtube.com/watch?v=wOdIYPMFhsY&index=9&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram