brandon powers 10 x 10 presentation

11
10 x 10 Presentation Brandon Powers Art 2830 Stephanie Foti

Upload: brandon-powers

Post on 13-Jun-2015

67 views

Category:

Technology


0 download

DESCRIPTION

Assignment for Art 2830, Web Design HTML "bold" tag

TRANSCRIPT

Page 1: Brandon Powers 10 x 10 presentation

10 x 10 Presentation

Brandon Powers

Art 2830

Stephanie Foti

Page 2: Brandon Powers 10 x 10 presentation

<b>

Page 3: Brandon Powers 10 x 10 presentation

What Is It

Makes words

Presentational tag

Highlights the words

BOLD

Page 4: Brandon Powers 10 x 10 presentation

Function

Formats words for emphasis

Also used in headings

Page 5: Brandon Powers 10 x 10 presentation

What It Is Used For

<b> tag specifies bold text

Highlight or give emphasis to select words or headings

Page 6: Brandon Powers 10 x 10 presentation

Attributes for Tag

Supports:

HTML5 Global attributes

HTML5 Event attributes

Page 7: Brandon Powers 10 x 10 presentation

Code Snippet

<p>It was a <b>red</b> house with a <b>blue</b> door.</p>

It was a red house with a blue door.

Page 8: Brandon Powers 10 x 10 presentation

Browser and HTML Compatibility

Supported in all major browsers

Same usage in HTML 4.01 and HTML5

Page 9: Brandon Powers 10 x 10 presentation

Website Example 1

Page 10: Brandon Powers 10 x 10 presentation

Website Example 2

Page 11: Brandon Powers 10 x 10 presentation

Thank You

<p><b>Thank You</b></p>