UNC BACS 200

Web Pages with HTML/CSS

Logo

Lesson 20 - Page Layout

LEARN

Office Hours

Reading for Today

Today

CSS Rule Set

css h1 { font-family: serif; font-size: 120%; }

Hooking up CSS

html <link rel="stylesheet" href="styles.css">

CSS Property Groups

HTML Semantic Elements

Why Semantic Elements?

Semantic HTML Elements

Basic HTML Template

Add this content to index.html

```html

Learning HTML ```

Page Layout Guide

```html

...
...
...

```

Header Element

<body> <header> <img src="Bear.png" alt="Bear Logo" style="float:right" width="200"> <h2>Your Name Title</h2> </header> </body>

Main Element

```

My Home Page

Paragraph

```

Footer Element

```html

© Copyright 2021 - Shrinking World Solutions

```

Never Write From Scratch

Creating Pages

BUILD

CSS Demo

W3Schools

Validator

Project 7 - Wanted Poster