Download presentation
Presentation is loading. Please wait.
Published byMarilyn Gregory Modified over 8 years ago
1
CS-3432 Electronic Commerce Lecture – 9 Sikandar Shujah Toor https://sites.google.com/site/uolcsecom
2
Frames Frames are used to divide a web page one the computer screen into number of portions and use each portion to display different information Information may be updated in one frame while stay static in other on the same page defines one window or portion within a In HTML tag does not have an end tag, however, a tag must end with tag can be nested to divide a webpage in different order “rows” and “cols” attributes are used in tag to divide the webpage horizontally and vertically respectively
3
Frame Attributes frameborder0/10 hides the border around the frame, 1 displays it longdescurlUrl of page which contains a long description of the contents of a frame MarginheightPixelSpecifies the top and bottom margins of a frame MarginwidthPixelSpecifies the left and right margins of a frame Name Specifies the name of a frame Noresize Frame is not resizable ScrollingYes /No / Auto Whether or not show the scroll bars on the frame Srcurlurl of the document to show in the frame ClassclassnameClass name for a frame Id Unique id for the frame StyleStyle_ Definition Inline style for an element TitleTextGives title to the frame
4
Dividing the Screen Horizontally Horizontal Frames
5
5 Dividing Screen Horizontally
6
Dividing the Screen Vertically Vertical Frames
7
Dividing Screen Vertically
8
Nesting of Frames Nesting of Frames /frameset>
9
Nesting of Frames
10
Nesting frames Nested Frames
11
11 Nesting of Frames
12
12 frames.html Horizontal Frames with Content
13
13 1st.html - Code This text is from 1st.HTML
14
2nd.html- Code Horizontal Frames with links This text is from 2nd.HTML This is a link to another html file
15
Frames with Varying Contents
16
3rd.html - Code Horizontal Frames This text is from 3rd.HTML This is a link back to 2nd.HTML
17
Frames with Varying Contents
18
Ready-made names for frames Target=“_self” Contents shown in the same window (frame) Target=“_top” Contents shown in the entire window Target=“_blank” This opens a new window for a frame
19
Images can be links, too Images Can Be Links, Too Click this house to return to my home page.
20
Image as a Link
21
Image Maps An image map is a web page graphics with several defined ‘clickable’ areas Three steps Determine coordinates of clickable regions Use the and tags Add a special version of the tag
22
Finding Coordinates
23
Image Coordinates ABC 0,0 199,0 399,0 599,0 199,99 399,99599,99
24
24 and Tags
25
25 Applying Tag
26
26 Shape Attribute Shape attribute also accepts values “Circle” and “Poly” (for a polygon)
27
Div Tag Main Title of Web Page Menu HTML CSS JavaScript Content goes here Copyright © W3Schools.com
28
Div Tag
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.