27.01.2015 Views

Lesson 3: XHTML Coding Objectives: Demonstrate knowledge of ...

Lesson 3: XHTML Coding Objectives: Demonstrate knowledge of ...

Lesson 3: XHTML Coding Objectives: Demonstrate knowledge of ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• Both <strong>of</strong> these tags bold your text; however, you should use the<br />

strong tag because it is standard.<br />

o Italic tag and emphasis tag <br />

• Both <strong>of</strong> these tags italicize your text; however, you should use the<br />

emphasis tag because it is standard.<br />

o Underline tag <br />

• You should limit your use <strong>of</strong> the underline tag , because <strong>of</strong> the<br />

use <strong>of</strong> underlining hyperlinks.<br />

Lists<br />

There are two kinds <strong>of</strong> lists.<br />

o Ordered List<br />

• This type <strong>of</strong> list is numbered.<br />

• To create this list you would use the ordered list tag.<br />

• You place the list items between the opening and closing<br />

tags.<br />

• Coded ordered list:<br />

<br />

a<br />

b<br />

c<br />

<br />

o Unordered List<br />

• This is a bulleted list.<br />

• To create this list you would use the unordered list tag.<br />

• You place the list items between the opening and closing<br />

tags.<br />

• Coded ordered list:<br />

<br />

a<br />

b<br />

c<br />

<br />

A list item, is the tag that creates the parts <strong>of</strong> your list. It is recommended that<br />

you use an opening and a closing list item tag when creating your lists.<br />

Good <strong>Coding</strong> Practice and Comments<br />

Some coding techniques make it easier to find and make changes in code. Basically<br />

these techniques provide easier readability.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!