HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
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 popo.
Introduction to HTML & CSS
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
HTML / CSS – Basics Why the heck are we doing this?
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Introduction to HTML CPS470 Software Engineering Fall 1998.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Web Program Development1 February 23, 2011 HTML Web Page Development Debbie Bartlett February 23, 2011.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Chapter 14 Introduction to HTML
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
Basics of HTML.
Cascading Style Sheet. What is CSS? CSS stands for Cascading Style Sheets. CSS are a series of instruction that specify how markup elements should appear.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
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.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Lesson 2: Basic HTML Code Basic HTML Code. HTML is an acronym for Hypertext Markup Language. Internet browsers translate the HTML code into texts and.
HTML | DOM. Objectives  HTML – Hypertext Markup Language  Sematic markup  Common tags/elements  Document Object Model (DOM)  Work on page | HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
1 Web Application Programming Presented by: Mehwish Shafiq.
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.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HTML Introduction. Lecture 7 What we will cover…  Understanding the first html code…  Tags o two-sided tags o one-sided tags  Block level elements.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
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.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS 100 Introduction to Web Page Construction and HTML.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
HTML – The Basics Rebecca Shillingburg
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
Madam Hazwani binti Rahmat
Objective % Select and utilize tools to design and develop websites.
Computers and Scientific Thinking David Reed, Creighton University
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
Presentation transcript:

HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child

Introduction to HTML HTML is hypertext markup language. It is the foundation on which all Web pages are built. HTML is a code that uses elements (called tags) that indicate how certain parts of the document are to be displayed on the computer screen by the browser.

HTML Tags HTML tags are containers. They are generally in pairs. The HTML tags determine what is done to the text they contain. A typical pair is and. The first tag begins boldface while the last tag ends boldface. The span of text contained in this pair of tags will appear in boldface type when displayed by the browser.

Properties of an HTML document The entire document begins with and ends with. The document has two major sections. The first is found within the pair of tags. The second section is found within the pair of tags.

Properties of an HTML document Special tags and properties of the document are placed in the head section. The document that will appear on the screen is placed in the body section.

Typical contents for the head section HTML and Web Page Design –indicates the title that the browser will display at the top of the screen. A place where special css (cascading style sheets) commands are placed Other types of contents are possible, such as which is used to indicate the program that created the document as well as key words used by search engines.

Typical contents for the body section Indicates each paragraph. Text appearance can be normal, bold, italics, underlined, small caps, or teletype style. You can add paragraph breaks with You can divide the screen with horizontal lines using the (horizontal rule) tag. Different sizes of type. Different sizes of headings. Colors for text or backgrounds.

Typical contents for the body section Objects can be included in the text. These include: Tables Lists (ordered, unordered, or definition lists) Images, including photographs, drawings, audio or video files. Links to other parts of the document Links to other documents in the same directory, Links to other computers.

Cascading Style Sheets (css) Once style attributes are defined, they cascade down through the entire web page. They can be used to change the appearance of a specific part of text in a or They can be defined at the top of the document and pertain to all of it. (For example you can make all instances of boldface appear blue by using only one command.) They can apply to more than one file across many Web pages.

Other Web Page Enhancements JavaScript allows programs to be run while the viewer is looking at the Web page. Web logs (aka blogs) –Create new Web pages that are visually consistent with the existing site –Link all pages together –Organize content based on the entry date and user-defined categories –Offer readers alternative methods of keeping track of what's new –Work within a Web browser.

References Taylor, Dave Creating cool web sites with HTML, XHTML and CSS. New York: John Wiley and Sons. Vandome, Nick Creating Web pages in easy steps, for Windows and Mac. New York: Barnes and Noble.

The End