Learning HTML Week 6
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.
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
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.
The title of your page The guts of the web page, text, graphics, links and so on.
Working With Tables $200 $500 $ $2200
Code for the previous slide $200 $500 $300 $
Withdrawals Date HTML Code for creating Table Header : Date Activity Withdrawals Deposits Balance
(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
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
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