what happens when you create an html document and include pictures

Download What happens when you create an HTML document and include pictures

If you can't read please download the document

Upload: iyana-writer

Post on 12-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

  • Slide 1

What happens when you create an HTML document and include pictures Slide 2 If I save a notepad document as a text file and open it in a browser, it looks like this: Slide 3 I must save it like this: Slide 4 Now that the file is an html-type of file, there is nothing displayed in the browser window. Slide 5 Give your page a title using a header tag, h1-h6 with h1 being the largest. Slide 6 Slide 7 Slide 8 Now youre ready to start on the main section of the HTML document. Slide 9 Slide 10 If your picture does not exist or the src is incorrect, the alt setting will display what is supposed to be there. Slide 11 Slide 12 Slide 13 See the difference? Slide 14 Both do the same thing, but you have control over the image when you save it to your computer and its easier to reference. Slide 15 Slide 16 Slide 17 Slide 18 This concludes the img src presentation.