Web Program Development1 February 23, 2011 HTML Web Page Development Debbie Bartlett February 23, 2011.

Slides:



Advertisements
Similar presentations
Math Introduction to HTML Gavin Shaddick
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML popo.
Introduction to HTML & CSS
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
HTML: HyperText Markup Language Hello World Welcome to the world!
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
How Tags are used to form your Web Page
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
ETT 429 Spring 2007 Web Design I.
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
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Basics of HTML.
 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.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
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.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
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.
Website Development with Dreamweaver
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.
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
1 Labels and Tags October 14, Grammar A set of components and rules that define a method/means of communication among objects. Components are.
Css. Definition Cascading style sheet (CSS)  It is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
HTML: Hyptertext Markup Language Doman’s Sections.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
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.
CS543: WEB APPLICATION PROGRAMMING Lab 1: HTML tags & SW installation Computer Science Department.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Cascading Style Sheets I Embedded Style Sheets. Page Design ICSS 2Instructor: Sean Griffin What is a Style Sheet? A style sheet is a text file that contains.
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.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
HTML World Wide Web Consortium What does HTML stand for? – – –
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Take Web Design Presurvey Username: First initial, last name For example, Omar Estrella -> oestrella Password: Same as.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
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.
1 Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size, font color etc…
HTML Hyper Text Markup Language. What is HTML HTML stands for the Hyper Text Markup Language. HTML stands for the Hyper Text Markup Language. HTML is.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Web Basics: HTML/CSS/JavaScript What are they?
IGEM Wiki Workshop 11/05/2017.
>> Introduction to CSS
J. Verlin Sophomore Seminar September 7 – October 2, 2017
Introduction to web design discussing which languages is used for website designing
Cascading Style Sheets - Building a stylesheet
Creating Web Page.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
Cascading Style Sheets - Building a stylesheet
Presentation transcript:

Web Program Development1 February 23, 2011 HTML Web Page Development Debbie Bartlett February 23, 2011

Web Program Development 2 February 23, 2011 Your website should include Something about you At least one image At least two different web pages that you can traverse between without use of the “back arrow” Some use of color and varied fonts Links to other sites Links or other display of your javascript and applets Some kind of table or form No bad links Have perfect spelling and grammar

Web Program Development 3 February 23, 2011 HTML Basics Composed of tags  Always enclosed in angle-brackets, <>  Are case-insensitive  Occur in begin-end pairs in the form of … Text file is white-space insensitive

Web Program Development 4 February 23, 2011 Document tags Comes after the HEAD structure Between the BODY tags is all the content that is displayed by the browser … Placed within the HEAD structure Title appears at the top of the browser’s title bar, in the history list, and your bookmark file … Contains all of the document’s header information … First and last tags in a document. Tells web browser where the HTML in your document begins and ends …

Web Program Development 5 February 23, 2011 Basic HTML Document Document Title

Web Program Development 6 February 23, 2011 Text and Font Tags Sets font size, color, type … Everything between is underlined … Everything between is italicized … Everything between is boldfaced …

Web Program Development 7 February 23, 2011 List Tags Each item in the list “Ordered” list, i.e. numbered List begin & end … “Unordered” list, i.e. bullet List begin & end … Bullet item 1 Bullet item 2 Bullet item 3 Numbered item 1 Numbered item 2 Numbered item 3

Web Program Development 8 February 23, 2011 Table Tags Table data for a cell Begin & end … “Table Row Begin & End … Table Begin & end … A1 A2 A3 B1 B2 B3

Web Program Development 9 February 23, 2011 Reference & Image Tags Link to an image Display image Send to the link send to mailto: _address Hypertext reference web_page

CSS: Cascading Style Sheets Purpose: Defines how HTML elements are to be displayed Benefits: Allows you to change the appearance and layout of all pages in your Web by just editing one single CSS document File Name: Typically saved as separate.css files Web Program Development 10 February 23, 2011

CSS: Cascading Style Sheets - Syntax Selector {property: value}  Example: body {color: green} Referencing style sheet example Web Program Development 11 February 23, 2011

Web Program Development 12 February 23, 2011 Use available references See these class notes in ramct/assignment Talk to a class mate who has experience Come to computer science club or Friday office hours/lab Right click in a browser and click on ‘view source’ See example web pages:     Google HTML & something you want to do like border  Style sheets: Start with your current knowledge base and expand it!!!