learning a new language: html fall 2012 itd workshop

22
Learning a New Language: HTML Fall 2012 ITD Workshop

Upload: neal-green

Post on 12-Jan-2016

215 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Learning a New Language: HTML Fall 2012 ITD Workshop

Learning a New Language: HTMLFall 2012 ITD Workshop

Page 2: Learning a New Language: HTML Fall 2012 ITD Workshop

Workshop Instructors

• Steven Smidl– Experience with (X)HTML/CSS. Took

LIS590LW and LIS490TE• Nick Tippie

– Experience in Computer Science (HTML/CSS, Java, C++, PHP)

Page 3: Learning a New Language: HTML Fall 2012 ITD Workshop

Why have this workshop?

• Basic concepts in coding– Terms– Useful tips

• Easier use for template pages– Google Sites, WordPress and other CMS

Page 4: Learning a New Language: HTML Fall 2012 ITD Workshop

What Do We Need?

• A coding application

• For Mac– Aquamac– Text Wrangler– Tincta

• Windows– Notepad ++

• Duel Systems– <oXygen>– Seamonkey– Eclipse

Page 5: Learning a New Language: HTML Fall 2012 ITD Workshop

What is HTML?

• (HTML)=Hyper Text Markup Language

• Mark up text by using “tags”• Tags describe the language

Page 6: Learning a New Language: HTML Fall 2012 ITD Workshop

What is HTML?

• Tags are understood with “angel brackets”

< > </ >• No tags, no understood language• They always come in pairs!

Page 7: Learning a New Language: HTML Fall 2012 ITD Workshop

Starting an HTML Document

• HTML document needs identity

MUST HAVE OR ELSE NOT HTML!

Page 8: Learning a New Language: HTML Fall 2012 ITD Workshop

Starting an HTML Document

• All tags need to OPEN and CLOSE

MUST DO FOR EVERY TAG!

Page 9: Learning a New Language: HTML Fall 2012 ITD Workshop

Starting an HTML Page

• Have all tags in lower case. Avoid capitalization.

Where all content goes

Page 10: Learning a New Language: HTML Fall 2012 ITD Workshop

Starting an HTML Page

• Don’t pass the closing bracket

Don’t cross after closing!

Page 11: Learning a New Language: HTML Fall 2012 ITD Workshop

Remember what Gandolf said…

Page 12: Learning a New Language: HTML Fall 2012 ITD Workshop

Headings

• Different sizes• Can go from h1 (largest) to h6

(smallest)HTML Coding

Website Format

Page 13: Learning a New Language: HTML Fall 2012 ITD Workshop

Headings

• What is wrong with this picture?

Page 14: Learning a New Language: HTML Fall 2012 ITD Workshop

Headings

• All tags come in pairs!

Page 15: Learning a New Language: HTML Fall 2012 ITD Workshop

Basic Tags

• Stresses text/content on webpages

Page 16: Learning a New Language: HTML Fall 2012 ITD Workshop

Writing anchor tags/e-mail

• <a href….• mailto…

Page 17: Learning a New Language: HTML Fall 2012 ITD Workshop

Adding Pictures

Page 18: Learning a New Language: HTML Fall 2012 ITD Workshop

What about color, sizes, etc.?

• Use CSS, not HTML when wanting to style your page– Color schemes– Fonts– Lists/boxes/tables

• Much of this is deprecated with the introduction of HTML 5

Page 19: Learning a New Language: HTML Fall 2012 ITD Workshop

How is HTML different than CSS?

Page 20: Learning a New Language: HTML Fall 2012 ITD Workshop

XHTML Vs. HTML

• XHTML is XML and HTML• More strict in coding

– Everything is lowercase– All tags are closed/nested

XHTML format

HTML Format

Page 21: Learning a New Language: HTML Fall 2012 ITD Workshop

CSS Tutorials and resources

• Check our future workshops in CSS• W3schools.com• Lynda Tutorials

– http://go.illinois.edu/lynda

Page 22: Learning a New Language: HTML Fall 2012 ITD Workshop

Questions/Comments/Concerns?

• Contact GSLIS Help Desk– [email protected]

• Info on this presentation– [email protected][email protected]

• Feedback is always encouraged!– http://go.illinois.edu/itdfeedback