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

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
FIRST COURSE Creating Web Pages with Microsoft Office 2007.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Basics of HTML.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
HTML.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
Cascading Style Sheets. What is CSS? Short for Cascading Style Sheets, a new feature being added to HTML that gives more control over how pages are displayed.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Instructional Technology & Design Office or Beginning Web Design Presented by Laura Miller.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
Web Application Programming Presented by: Mehwish Shafiq.
Mark Dixon Page 1 Tech – HTML. Mark Dixon Page 2 Admin Attendance Register: –log in to your profile.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
The idea of adding markup instructions to documents is not new. Before computers, authors would make annotations by hand in their written or typed documents.
REEM ALMOTIRI Information Technology Department Majmaah University.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML HyperText Markup Language Victoria E. Kozlek.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Using Access and the Web
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to Web Application Design
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
WEB DESIGNING THROUGH HTML
Presentation transcript:

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

Where are we? 3 day module on HTML and CSS

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

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 – s – Understanding how the web is structured gives you power: Scrapping Editing

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

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

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

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

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

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

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

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)

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 Syntax when destination is a subpage Visit ESPN website Syntax for showing image on page that jumps to another page