Download presentation
Presentation is loading. Please wait.
1
Learning HTML Week 6
2
Every Web Page Has the Same Basic Structure The title of your page The guts of the web page, text, graphics, links and so on.
3
Barbaros Ozdogan Internet Business Systems It is as simple as it sounds-The title element names your document, like title of a book. Every HTML document you create should include a title-and only one title-within the HEAD element. Title
4
tag The body section of all WWW documents is defined by the element. It has both an opening tag,, to show where your information starts and a closing tag,, that indicates where the data ends.
5
The title of your page The guts of the web page, text, graphics, links and so on.
7
Working With Tables $200 $500 $300 2100 $2200
8
Code for the previous slide $200 $500 $300 $2100 2200
9
Withdrawals Date HTML Code for creating Table Header : Date Activity Withdrawals Deposits Balance
10
(opening header tag, 1 represents the font size) (Bold)Naugatuck Savings Bank (closing header tag) (paragraph space) (Paragraph space) (Another header tag, 3 represents a smaller font size) (Italic font)Subsidiary of Dewey, Cheatem, and Howe ( End of italic font ) (End of the second header tag) Below you can find the code to create A header and a sub header. This code starts right after the opening tag
11
How do we create one cell That has the width of 5 columns 1- Create one row 2-Within the TR tags create one TD block This will create one cell within one row. But the goal is to create cell that has 5 column width. So to do that we will use the “colspan” element and we will include that Within the opening => Activity of Dewey, Cheatem and Howe
12
Creating a Link to a Web Page Anchor Tag To create a link we use the Anchor tag: Naugatucks.com What is displayed on the browser Actual URL
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.