Your First HTML 5 Web Page index html

Your First HTML 5 Web Page: index. html 1

Basics of Web Design 2

Learning Outcomes

The Heading Element Heading Default size h 1 32 px h 2 24 px h 3 18 px h 4 16 px h 5 13 px h 6 10 px

The Paragraph Element <p> tag

The Line Break Element tag

The Horizontal Rule Element <hr> tag

The Blockquote Element <blockquote>

Phrase Elements

Proper Nesting 10

HTML List Basics

Unordered List

Unordered List Example

Ordered List

Ordered List Example

Description List

Description List Example

Special Entity Characters http: //dev. w 3. org/html 5/html-author/charref

The div element <div> 19

main 20

<body> <header> <h 1>Trillium Media Design</h 1> </header> <nav> <b>Home Services Contact</b></nav> <main> <h 2>New Media and Web Design</h 2><p>Trillium Media Design will bring your company’ s Web presence to the next level. We offer a comprehensive range of services. </p><h 2>Meeting Your Business Needs</h 2><p>Out expert designers are creative and eager to work with you. </p></main> <footer> <small><i>Copyright © 2016 Your Name Here</i></small></footer> </body> 21

The Anchor Element <a> 22

More on Hyperlinks 23

Opening a Link in a New Browser Window 24

Email Hyperlinks mailto: 25

Writing Valid HTML http: //validator. w 3. org http: //html 5. validator. nu https: //jigsaw. w 3. org/css-validator/

Summary
- Slides: 27