Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

Introduction to Web Design

and Applications
APT 1040
LECTURE 3A

By Bernard Ondiek

Intro to Web Design and Apllication 1


HTML - IMAGES
What is an image?
Types of images?

<img
src=‘http://www.myserver.com/images/mike.jpg
’/>

Intro to Web Design and Apllication 2


Example
<html>
<head>
<title> Images</title>
</head>
<body>
<img src="C:\Users\bondiek\Desktop\preso.gif">
</body>
</html>

Intro to Web Design and Apllication 3


LAB 3

Intro to Web Design and Apllication 4


LAB 4

Intro to Web Design and Apllication 5


Q&A

Intro to Web Design and Apllication 6

You might also like