Lesson 3 - HTML Formatting. Text Formatting Tags TagDescription Defines bold text Defines big text Defines emphasized text Defines italic text Defines.

Презентация:



Advertisements
Похожие презентации
Pertemuan 4 Web Design using Tables Mata Pelajaran: TIK 3 Topik: Web Design T.P: 2011/2012 Versi: 2 1.
Advertisements

Using Dreamweaver MX Slide 1 Window menu Manage Sites… Window menu Manage Sites… 2 2 Open Dreamweaver 1 1 Set up a website folder (1). Click New…
HTML CONTENTS THE HTML TAG THE HEAD TAG TITLES THE BODY TAG HEADERS PARAGRAPHS PREFORMATED TEXT BOLD FACE AND ITALICS LIST BLOCQUOTE CENTER SPECIAL FEATURES.
Overview HTML? Editing HTML HTML Examples Headers Linking Images Special characters and more line breaks Unordered list Nested and ordered list References.
1 Introduction to HTML. 2 Definitions W W W – World Wide Web. HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Applying Route-Maps as BGP Filters.
DRAFTING TECHNIQUES I 136. Here is a basic shape. From here, we will do some advanced drafting once we put this shape on a sheet as a drawing. Select.
Carousel from flshow.netflshow.net by Saverio CaminitiSaverio Caminiti.
11 BASIC DRESS-UP FEATURES. LESSON II : DRESS UP FEATURES 12.
Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides.
CONSTRAINTS 52. You do your CONSTRAINING in Sketcher mode to create your part to exacting dimensions. This is the opposite of free-form creating we have.
S5-1 PAT328, Section 5, September 2004 Copyright 2004 MSC.Software Corporation SECTION 5 RESULTS TITLE EDITOR.
7/29/2015Image Processing 1 Image Processing Using Matlab*
S4-1 PAT328, Section 4, September 2004 Copyright 2004 MSC.Software Corporation SECTION 4 FIELD IMPORT AND EXPORT.
Future How I see it In my presentation I will tell you about future, how I see it.
Web-designWeb-design. Web design What is it? Web-design features Before…
Here are multiplication tables written in a code. The tables are not in the correct order. Find the digit, represented by each letter.
Christmas lights. Example of a Bullet Point Slide Bullet Point –Sub Bullet.
Golf Golf - a sports game in which individual participants or teams compete, cast a small ball into a special hole.
S11-1PAT301, Section 11, October 2003 SECTION 11 ANALYSIS SETUP.
Транксрипт:

Lesson 3 - HTML Formatting

Text Formatting Tags TagDescription Defines bold text Defines big text Defines emphasized text Defines italic text Defines small text Defines strong text Defines subscripted text Defines superscripted text

Text Formatting Tags (cont..)

Changing the Font You can type, where fontname2 is your second choice of fonts, should the user not have the first font installed on his system. Size=n, where n is a number from 1 to 7. The default is 3. Values 1 to 7 for basefont correspond to 8, 10, 12, 14, 18, 24, 36 points respectively.

HTML Background The tag has two attributes where you can specify backgrounds. The background can be a color or an image. Bgcolor The bgcolor attribute specifies a background-color for an HTML page. Background The background attribute specifies a background-image for an HTML page. If the image is smaller than the browser window, the image will repeat itself until it fills the entire browser window.

HTML Images In HTML, images are defined with the tag. To display an image on a page, you need to use the src attribute. The value of the src attribute is the URL of the image you want to display on your page. The alt attribute is used to define an "alternate text" for an image. The "alt" attribute tells the reader what he or she is missing on a page if the browser can't load images.

HTML Images (cont..)

Embedding Multimedia One of the things that has made the Web so popular is the fact that you can add graphics, sound, animations, and movies to your Web pages.

HTML Colors HTML colors can be defined as a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be given to one light source is 0 (hex #00) and the highest value is 255 (hex #FF).

Lists Unordered List : the list items are marked with bullets (typically small black circles). An unordered list starts with the tag. Each list item starts with the tag. Ordered List : The list items are marked with numbers. An ordered list starts with the tag. Each list item starts with the tag.

Lists (cont..) Definition List : This is a list of terms and explanation of the terms. A definition list starts with the tag. Each definition-list term starts with the tag. Each definition-list definition starts with the tag. Inside a unordered list, ordered list, and definition-list definition you can put paragraphs, line breaks, images, links, other lists, etc.

Different Types of Ordered & Unordered List Ordered Lists Unordered Lists 1. Text A. Text a. Text I. Text i. Text Text o Text Text

Nested List

Lesson 3 - Table

Table Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). A data cell can contain text, images, lists, paragraphs, forms, horizontal rules, tables, etc.

Table (cont..) Headings in a table Empty cells is a table

Table With No Border

Spanning a Cell Across Columns and Rows

Controlling Space In and Around Cells Cell spacing adds space between cells, making the table bigger without changing the size of individual cells. Cell padding adds space around the contents of a cell, in effect, pushing the walls of the cell outward.

Cell Spacing

Cell Padding

Add a Background to a Table

Align The Content in a Table Cell

Tags Inside a Table

Creating Table Using Macromedia Tools

Changing Table Properties Table Properties Row/column properties