Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.

Slides:



Advertisements
Similar presentations
Internet Technology Introduction Review the history of the Internet, Introducing Web Technology Web development Environment : Describe different HTML standards.
Advertisements

WeB application development
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
Tim Berners-Lee authors HTML in 1991, assisted by his colleagues at CERN,
Project 1 Introduction to HTML.
Tutorial 1 Getting Started with HTML5
XP Tutorial 1 New Perspectives on HTML and XHTML, Brief 1 Developing a Basic Web Page Creating a Web Page for Stephen Dubé’s Chemistry Classes Tutorial.
New Perspectives on Creating Web Pages with HTML
Tutorial 1 Developing a Basic Web Page
Tutorial 1 Developing a Basic Web Page. XP Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML.
Developing a Basic Web Page
Objectives Learn the history of the Web and HTML
Developing a Basic Web Page with HTML
Developing a Basic Web Page Posting Files on UMBC
1st Project Introduction to HTML.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Q.Nand HTML Hypertext Markup Language Lesson 1. Q.Nand Overview Introduction the World Wide Web Structure of the internet The Development of the World.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Creating a Simple Page: HTML Overview
Chapter 1 Introduction to HTML, XHTML, and CSS
Developing a Basic Web Page
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
XP 1 HTML: The Language of the Web A Web page is a text file written in a language called Hypertext Markup Language. A markup language is a language that.
Dr. Chen, Management Information Systems (Web#2) Web2 and WEB/HTML Introduction Dr. Jason C. H. Chen Professor of MIS School of Business Administration.
1 Chapter 2 & Chapter 4 §Browsers. 2 Terms §Software §Program §Application.
HTML Structure & syntax
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
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.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
 Farahwahida Mohd  LRS 13 Level 2  Tel:  Websites: › ›
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
1 Tutorial 11 Creating an XML Document Developing a Document for a Cooking Web Site.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Web Application Programming Presented by: Mehwish Shafiq.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Intro to HTML. History of the World Wide Web  A network is a structure linking computers together for the purpose of sharing information and services.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
Web Design New Brighton High School Exploring the History of the World Wide WebWorld Wide Web.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
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)
Introduction to … Internet. Introducing the World Wide Web A network is a structure linking computers together for the purpose of sharing resources such.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Developing a Basic Web Page
HTML Structure & syntax
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML.
HTML Part I.
HTML5 – Heading, Paragraph
Project 1 Introduction to HTML.
Tutorial Developing a Basic Web Page
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
CIS 133 mashup Javascript, jQuery and XML
Intro Project Introduction to HTML.
Presentation transcript:

Tutorial 1 Developing a Basic Web Page

Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements and markup tags New Perspectives on HTML and XHTML, 5e

Exploring the History of the World Wide Web A network is a structure linking computers together for the purpose of sharing information and services New Perspectives on HTML and XHTML, 5e

Exploring the History of the World Wide Web In its early days, the Internet was called ARPANET and consisted of two network nodes located at UCLA and Stanford, connected by a phone line Early Internet tools… New Perspectives on HTML and XHTML, 5e

Exploring the History of the World Wide Web Today the Internet has grown to include an uncountable number of nodes involving computers, cell phones, PDAs, MP3 players, gaming systems, and television stations New Perspectives on HTML and XHTML, 5e

Exploring the History of the World Wide Web Timothy Berners-Lee and other researchers at the CERN nuclear research facility near Geneva, Switzerland laid the foundations for the World Wide Web, or the Web, in 1989 They developed a system of interconnected hypertext documents that allowed their users to easily navigate from one topic to another Hypertext is a method of organizing information that gives the reader control over the order in which the information is presented New Perspectives on HTML and XHTML, 5e

Hypertext Documents The key to hypertext is the use of links, which are the elements in a hypertext document that allow you to jump from one topic or document to another A link may point to another section of the same document, or to another document entirely A link can open a document on your computer, or through the Internet, a document on a computer anywhere in the world New Perspectives on HTML and XHTML, 5e

Web Pages and Web Servers New Perspectives on HTML and XHTML, 5e A user in Sydney views your website student.cofc.edu web server

Introducing HTML A Web page is a text file written in a language called Hypertext Markup Language A markup language is a language that describes a document’s content and structure HTML is not a programming language, and it is not a formatting language Styles are format descriptions written in a separate language from HTML that tell browsers how to render each element for particular devices New Perspectives on HTML and XHTML, 5e

The History of HTML Browser Wars In the early years of HTML, Web developers were free to define and modify HTML in whatever ways they thought best Competing browsers introduced some differences in the language The changes were called extensions New Perspectives on HTML and XHTML, 5e

The History of HTML A group of Web developers, programmers, and authors called the World Wide Web Consortium, or the W3C, created a set of standards or specifications that all browser manufacturers were to follow The W3C has no enforcement power The recommendations of the W3C are usually followed since a uniform approach to Web page creation is beneficial to everyone New Perspectives on HTML and XHTML, 5e

History of HTML and XHTML New Perspectives on HTML and XHTML, 5e Notice

The History of HTML Older features of HTML are often deprecated, or phased out, by the W3C. That does not mean you can’t continue to use them, but… XML (Extensible Markup Language) o XML is a markup language much like HTML o XML focuses on extensibility and portability o XML was designed to transport and store data, with focus on what data is o HTML was designed to display data, with focus on how data looks New Perspectives on HTML and XHTML, 5e

The History of HTML XHTML : - is a stricter version of HTML and is designed to confront some of the problems associated with the different and competing versions of HTML New Perspectives on HTML and XHTML, 5e

The History of HTML HTML 5.0 o HTML5 is an advanced version of HTML (with more incredible features to enhance website performance) o It is not heavily used yet New Perspectives on HTML and XHTML, 5e There are new tags that make it much easier to embed applications and handle interactive elements. Offline data storage. Ability for visitors to edit sections of web pages. New HTML elements that better describe content. Improved web form handling and validation.

HTML files consist of plain text and codes that determine how it will be formatted. HTML files must end with the extension.htm or.html. The codes in HTML files are not case sensitive. The code means the same as Do not put a spaces in file names. HTML file names are case sensitive when they are uploaded to the server. However, while working on your PC or Mac, it doesn’t matter. Hard returns, extra spaces, and tabs are ignored by browsers. Tags can be classified as either container tags or empty tags: Container: Welcome Empty: New Perspectives on HTML and XHTML, 5e HTML Facts