part 3 boot camp

10

Click here to load reader

Upload: michael-johnson

Post on 06-Jul-2015

66 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Part 3 boot camp

LibGuides Boot Camp: HTML

Michael Johnson, MLS

Circulation Librarian, Shawnee State University

Page 2: Part 3 boot camp

What we will cover in the

next hour

What is HTML, XHTML and HTML 5

Why I need to know this

What I need to know to work with LibGuides

The Basic syntax

How to work with colors

Lets play

Page 3: Part 3 boot camp

What is HTML, XHTML and

HTML 5?

What is HTML?

It is a mark up language that makes a graphic user

interface for interacting with web content

HTML was limited

What is XHTML?

Allowed for XML and CSS

HTML 5

The next step

Page 4: Part 3 boot camp

Why I need to know this

Shouldn’t LibGuides do this for me?

Knowing the basics helps solve problems

Allows you to get content in the right place

Extending Libguides requires knowing basic HTML

Page 5: Part 3 boot camp

What I need to know to

work with LibGuides

Basic syntax

Hex codes

Where to find them

Some tricks

Page 6: Part 3 boot camp

Basic Syntax

Only two types of tags

Paired tags

<p>Hi I am Michael</p>

Self closing tags

<br/>

All content needs to between two tags

Some tags allow you to apply additional

formatting

Page 7: Part 3 boot camp

Basic Syntax: Tags Important Tags

Paragraph <p></p>

Allows text to be writing n a paragraph and applies default formatting

Div <div></div>

Allows paragraphs but with no default formatting

Link <a src=“http://mwj.libguides.com”>MWJ</a>

Line Break <br/>

Span <span style=“”></span>

Allows formatting to applied with inline CSS to an area of text

Page 8: Part 3 boot camp

Hex Codes

Are 6 digit codes that control color in HTML

Can be applied to borders, backgrounds, text and

several other areas

Used in many different areas of LibGuides

Also useful in tools like Adobe Kuler

Hex codes are easy to work with

Figure out the Hex Codes for your institution

Page 9: Part 3 boot camp

Lets go into LibGuides and

work together

Page 10: Part 3 boot camp

Practice

Copy over three paragraphs of lorem ipsum

Put four different color lines in,

Change the font on one entire paragraph

Create one list that has roman numerals and

another list with lower case letters, one list should be

entirely links

Make two sentences that are struck through

Create 2 out going links in the paragraphs