Jozef Goetz, 2010 1 2010 STEM Summer Camp Dr. Jozef Goetz.

Slides:



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

Introduction to HTML & CSS
Web Development & Design Foundations with XHTML
WeB application development
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
MASTERY OBJECTIVE: Learn parts of an html document Learn basic html tags HTML-An Introduction.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Developing a Basic Web Page with HTML
Developing a Basic Web Page Posting Files on UMBC
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
Tutorial 1: Getting Started with HTML5
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.
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Week 1.  Phillip Chee   Ext.1214 
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction To HTML.  HTML stands for Hyper Text Markup Language.  HTML was developed by Tim Berners-Lee.  HTML is maintained by World Wide Web Consortium(W3C).
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
1 Web Application Programming Presented by: Mehwish Shafiq.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Louisa Lambregts, Louisa Lambregts
HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
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)
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
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)
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Building a Web Page. A Brief History In 1989, Tim Berners-Lee invented the Web. To enable particle physics from around the world to organize and share.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
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.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Module: Software Engineering of Web Applications
Introduction to XHTML.
Objective % Select and utilize tools to design and develop websites.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
AN INTRODUCTION BY FAITH BRENNER
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Presentation transcript:

Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz

Jozef Goetz, 2010

Chemistry | _______________ ||

Jozef Goetz, Project Building hand-coded Website by Jozef Goetz

Jozef Goetz, What is HTML?  The World Wide Web is composed of files containing Hypertext Markup Language (HTML)  HTML Describes the Structure of a Page  It defines a set of common styles for Web pages  headings  paragraphs  lists  tables  and more  Each of these common styles has a tag associated with it to define the element  HTML  Made up of tags and attributes  The set of markup symbols or codes placed in a file intended for display on a Web browser page.

Jozef Goetz, What is XHTML?  The newest version of HTML is actually XHTML – eXtensible HyperText Markup Language.  XHTML uses the tags and attributes of HTML along with the syntax of XML (eXtensible Markup Language).

Jozef Goetz, HTML Code in Notepad and Browser Results Body goes in content area of browser Title goes in Title bar of browser

Jozef Goetz,  Cascading Style Sheets (CSS)  is a stylesheet language used to describe the presentation of a document written in a markup language.stylesheet languagemarkup language  Used to specify the presentation of elements separately from the structure and content of the document  define colors, fonts, layout, and other aspects of document presentation.colorsfontslayout  CSS is  a flexible,  cross-platform,  standards-based language  widely implemented in browsers. Introduction

Jozef Goetz, PROJECT OBJECTIVES  To learn and understand the concepts and building blocks of Web pages with HTML, XHTML and CSS.  To gain hands-on experience by coding in XHTML/CSS and employ many important features of XHTML and CSS.  To add images to web pages.  To create and use hyperlinks to navigate web pages.  To mark up lists of information.  To create tables with rows and columns of data and control table formatting.  To create and use forms to get user input.  To make web pages accessible to search engines using tags.  To be able to create and publish Web pages.  To learn the design principles, best practices of Web page design.

Jozef Goetz, 2010 Internet Programming Project  Julio Smith is the owner of the JavaJam Coffee House, a gourmet coffee shop that serves snacks, coffee, tea, and the soft drinks.  The customer of JavaJam are mainly college students and young professionals.  Local folk music performances and poetry readings are held a few nights during the week.  Julio would like a Web presence for his shop that will display his services and provide a calendar for the performances.  He would like a  home page  menu page  music performance schedule page, and  job opportunities page 10

Jozef Goetz, 2010 Day 1 Project – JavaJam Cofee House

Jozef Goetz, 2010 Day 2 Project : Java Coffe House  Goal: create a new version of Project that uses an external CSS styles to configure text and color.

Jozef Goetz, 2010 Day 3 Project - JavaJam Coffee House 13 Introduced the use of color and graphical elements on web page

Jozef Goetz, 2010 Day 4 Project - JavaJam Coffee House Introduced you to a variety of topics related to hyperlinks, lists, and layout

Jozef Goetz, 2010 Project JavaJam 15

Jozef Goetz, Project – JavaJam Cofee House