Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to Web Development in HTML Web module day 1 IS 201.

Similar presentations


Presentation on theme: "Introduction to Web Development in HTML Web module day 1 IS 201."— Presentation transcript:

1 Introduction to Web Development in HTML Web module day 1 IS 201

2 Where are we? 3 day module on HTML and CSS

3 Introduction: Why Are We Learning HTML? “Every 2 Days We Create As Much Information As We Did Up To 2003” -Eric Schmidt (Google CEO) HTML is the “main markup language for creating web pages and other information that can be displayed in a web browser.” - Wikipedia

4 Introduction: Why Are We Learning HTML? A fundamental form of communication that gives you a competitive advantage Even if you never do web designing: – Tweaking online material – Emails – Understanding how the web is structured gives you power: Scrapping Editing http://mashable.com/2014/10/06/professionals-know-html-css/

5 How are we learning HTML? Code Academy – Hands-On = Exciting! – Life Long Learning Class – From scratch – Next Midterm: You will create a site from scratch – Key terms and concepts for midterm covered in Code academy instructions and in lecture

6 Code Academy Glossary Instruction Practice W3 Schools Project Let’s look at the instructions on Learning Suite Due October 28, 11:55 pm

7 HTML: What is it? The code you just created is part of the Hyper-Text Markup Language (HTML) – HTML: the primary markup language for displaying web pages and other information in a web browser Not a programming language – Doesn’t calculate totals – Doesn’t validate forms – Doesn’t access databases

8 HTML: Related Technologies Internet – Global system of interconnected computers and networks World Wide Web – Network of interlinked web pages (a.k.a. “hypertext documents”) Web browsers – Software used to read HTML documents and display content

9 It’s All About the Tags HTML simply defines (i.e. “marks up”) content Use white space, indentation

10 Editing Environments HTML consists of 256 ASCII characters Use ASCII text characters to edit pages – These save only text characters Good Editing Environments – Windows: Notepad++ – Mac: Textwrangler – Either: Brackets

11 Day 1 Code Academy Tags,,,,, Indentation (review at end) Nested lists style font-size color font-family background-color text-align

12 HTML Images Concept Shows image on page Syntax Examples When image file is on external site When image file is local (in same folder as html page)

13 HTML Links - Hyperlinks Concept Place text or an imaged on page you can click on to jump to, and jump to another document or location Syntax General Syntax what shows on webpage Syntax when destination is an external site ESPN http://www.espn.com/ Syntax when destination is a subpage Visit ESPN website Syntax for showing image on page that jumps to another page http://www.espn.com/


Download ppt "Introduction to Web Development in HTML Web module day 1 IS 201."

Similar presentations


Ads by Google