Developing a Basic Web Page Posting Files on UMBC

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
Website Design.
Getting a Taste of Cascading Stylesheets Steve Mooradian December 14, 2005.
Teppo Räisänen LIIKE/OAMK 2010
XHTML Basics.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
History Leading to XHTML
HTML5 and CSS3 Illustrated Unit B: Getting Started with 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
Developing a Basic Web Page Go see -- look around HTML Tutorial 1.
WML/HTML and XML Multiplatform Applications. Agenda XML – History and purpose What have HTML, WML and XML got to do with each other Why useful for multiplatform.
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.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Developing a Basic Web Page
Objectives Learn the history of the Web and HTML
Developing a Basic Web Page with HTML
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
CNIT 133 Interactive Web Pags – JavaScript and AJAX Review HTML5.
Tutorial 1: Getting Started with HTML5
Creating a Simple Page: HTML Overview
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.
1 HTML/XHTML Objectives Explain what HTML is and how Web pages use HTML Explain what HTML is and how Web pages use HTML Demonstrate how to create Web pages.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
XP Tutorial 9New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with XHTML Creating a Well-Formed Valid Document Tutorial 9.
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.
HTML Structure & syntax
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
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 INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
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.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
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.
XP 1 Developing a Basic Web Page Tutorial 1. XP 2 Introducing the World Wide Web Network - linking computers, sharing resources Network - linking computers,
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
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.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Using HTML. Glogger Glogger is like you own personal web page, you can add… Pictures Text Videos Music, etc… Modify and adjust anything you want Glogger.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
Tutorial 9 Working with XHTML. XP Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a.
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.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Developing a Basic Web Page
HTML Structure & syntax
Creating a Web Page CSC 121.
HTML5 – Heading, Paragraph
Unit A.
Tutorial Developing a Basic Web Page
CIS 133 mashup Javascript, jQuery and XML
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

Developing a Basic Web Page Posting Files on UMBC Tutorial 1 Developing a Basic Web Page Posting Files on UMBC Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

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 describes a document’s structure and content. HTML is not a programming language or a formatting language. Styles are format descriptions written in a separate language from HTML that tell browsers how to render each element. Styles are used to format your document. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

New Perspectives on HTML and XHTML, Comprehensive The History of HTML The first version of HTML was created using the Standard Generalized Markup Language (SGML). 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. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

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

Versions of HTML and XHTML Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

New Perspectives on HTML and XHTML, Comprehensive 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—you may need to use them if you are supporting older browsers. Future Web development is focusing increasingly on two other languages: XML and XHTML. XML (Extensible Markup Language) is a metalanguage like SGML, but without SGML’s complexity and overhead. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

New Perspectives on HTML and XHTML, Comprehensive The History of HTML XHTML (Extensible Hypertext Markup Language) is a stricter version of HTML and is designed to confront some of the problems associated with the different and competing versions of HTML. XHTML is also designed to better integrate HTML with XML. HTML will not become obsolete anytime soon. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

New Perspectives on HTML and XHTML, Comprehensive Guidelines Become well-versed in the history of HTML. Know your market. Test. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

Tools for Creating HTML Documents Basic text editor like Notepad. HTML Editor – helps you create an HTML file by inserting HTML codes for you as you work. They can save you a lot of time and help you work more efficiently. Advantages and limitations similar to those of HTML converters. Allow you to set up a Web page quickly. Will usually still have to work with HTML code to create a finished document. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

Tools for Creating HTML Documents For this class we will use NotePad, which is a simple text editor. WHY?? Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

Marking Elements with Tags The core building block of HTML is the tag, which marks each element in a document. Tags can be two-sided or one-sided. A two-sided tag is a tag that contains some document content. General syntax for a two-sided tag: <element>content</element> Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

Marking Elements with Tags A two-sided tag’s opening tag (<p>) and closing tag (</p>) should completely enclose its content. HTML allows you to enter element names in either uppercase or lowercase letters. A one-sided tag contains no content. General syntax for a one-sided tag: <element> Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

Marking Elements with Tags Elements that employ one-sided tags are called empty elements since they contain no content. An example is a line break <br>. A third type of tag is the comment tag, which you can use to add notes to your HTML code. <!-- comment --> Comments are useful in documenting your HTML code for yourself and others. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

The Structure of an HTML File The opening <html> tag marks the start of an HTML document, and the closing </html> tag tells a browser when it has reached the end of that HTML document. Anything between these two tags makes up the content of the document, including all other elements, text, and comments. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

The Structure of an HTML File An HTML document is divided into two parts: the head and the body. The head element contains information about the document, for example the document title or the keywords. The content of the head element is not displayed within the Web page. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

The Structure of an HTML File The body element contains all of the content to be displayed in the Web page. The body element can contain code that tells the browser how to render the content. The title element contains the page’s title. A document’s title is usually displayed in the title bar. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

“Hello, World” Type using Notepad and save as “Hello.htm” <HTML> <HEAD> <TITLE>IS 403 </TITLE> </HEAD> <BODY> <!-- This text will display on the web page --> Hello, World! </BODY> </HTML> Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive

“Hello, World” Type using Notepad and save as “Hello.htm” Next, we will upload “Hello.HTM” to our UMBC user accounts. Refer to “External Links” on Blackboard for details. Tutorial 1 New Perspectives on HTML and XHTML, Comprehensive