web designing

17
By: Miral Hossam Muhammed Mekki All Copy Rights Saved to the 7 th Students’ Conference on Communication and Information Based in the Faculty of Computers and Information Cairo University – Egypt 2011/2012 www.scci-cu.com Topic Code: DVN-04-2012 Instructed on: 02-Dec-2011 | Session: #03

Upload: -

Post on 09-Jul-2015

290 views

Category:

Design


0 download

TRANSCRIPT

Page 1: web designing

By: Miral Hossam

Muhammed Mekki

All Copy Rights Saved to the 7th Students’ Conference on Communication and Information Based in the Faculty of Computers and Information Cairo University – Egypt 2011/2012 www.scci-cu.com

Topic Code: DVN-04-2012

Instructed on: 02-Dec-2011 | Session: #03

Page 2: web designing

WEB DESIGNING

by: Muhammad Mekki &

Miral Hossam

Page 3: web designing
Page 4: web designing
Page 5: web designing
Page 6: web designing
Page 7: web designing

AGENDA :

1- Intro

2- HTML.

3- CSS.

Page 8: web designing

HTML

- Stands for Hyper Text Markup Language. - Not a programming language. - The main component is TAG <>. - There is also other components

like attributes.

Page 9: web designing

HTML

HTML Headings

<h1>This is a heading</h1>

<h2>This is a heading</h2>

HTML Paragraphs

<p>This is a paragraph.</p>

<p>This is another paragraph.</p>

Page 10: web designing

HTML

HTML Images

<img src="w3schools.jpg" width="104"

height="142" />

HTML Links

<ahref="http://www.facebook.com">This is a

link</a>

Page 11: web designing

TASK

!!

Page 12: web designing

CSS

- Stands for Cascading Style Sheet . - Could be separated file placed in the site. - Controls all the site design.

Page 13: web designing

CSS

Page 14: web designing

TASK

!!

Page 15: web designing

SUMMARY

intro.

HTML.

CSS.

Page 16: web designing

QUESTIONS ?!