HTML CS1315 Fall 2009. What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter One World Wide Web Basics.
Advertisements

Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,
WeB application development
XHTML Basics.
The Client-Server Model for the Web 1. A Web Client (usually in the form of a web browser) makes an HTTP request to a specific web server. 2. The Web Server.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
MA10126 Introduction to HTML Gavin Shaddick
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
Developing a Basic Web Page with HTML
Chapter 14 Introduction to HTML
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Website Publishing. Publishing Basics Early Web Sites Obtain a Domain Name IP Address (Internet Protocol Address) – A number that uniquely identifies.
Basics of HTML.
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.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
Computer Science 101 Introduction to Web Pages. Origins of the Web Vannevar Bush (Memex, 1945) Ted Nelson (Xanadu, 1968) Doug Englebart and Alan Kay (
DATA COMMUNICATION DONE BY: ALVIN SAMPATH CARLVIN SAMPATH.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
CS 299 – Web Programming and Design Introduction to HTML.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
1. Short History Of HTML HTML was invented in 1990 by a scientist called Tim Berners-Lee. The purpose was to make it easier for scientists at different.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Getting Started with HTML Please use speaker notes for additional information!
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
1 What is HTML? Standardized codes Web pages SGML Descriptive markup Tags.
Introduction to web development and HTML MGMT 230 LAB.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
XHTML By Trevor Adams. Topics Covered XHTML eXtensible HyperText Mark-up Language The beginning – HTML Web Standards Concept and syntax Elements (tags)
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
JavaScript Tutorial 1 - Introduction to JavaScript1 Tutorial 1 Introduction to JavaScript Section A – Programming, HTML, and JavaScript.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
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.
The Web Wizard’s Guide to HTML Chapter One World Wide Web Basics.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Introduction to the World Wide Web & Internet CIS 101.
HTML HyperText Markup Language Victoria E. Kozlek.
HTML Review * is used as a reference for most of the notes in this powerpoint.
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
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.
Basic Steps to create a Website using HTML5. Hypertext Markup Language.
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)
Website Design and Construction Services and Standards.
Lecture : Kholoud Eid University Majmaah. »Getting Started.. »What is HTML? »What can I use HTML for? »what does H-T-M-L stand for? »The HTML Basic Elements.
Online PD Basic HTML The Magic Of Web Pages
CS7026: Authoring for Digital Media HTML Authoring
HTML5 – Heading, Paragraph
WEB PAGES: CREATING AND MAINTAINING **
Introduction to XHTML.
Introducing HTML & XHTML:
Web Page Concept and Design :
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

HTML CS1315 Fall 2009

What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format  Make Plain Text) – Linux: Pico, vi, etc. A browser to render the HTML – Firefox – Internet Explorer – Opera

Myths About Websites Websites are extremely difficult to make Expensive and advanced software is needed to make website Google owns all the websites out there

Do I Need to Be Online? No! A simply web page is just an HTML file The only difference between an HTML file on your computer and one on the Web is that the one on the Web: – Has been uploaded to a Web server – Has been placed in a directory that the Web server can access.

What is HTML? HTML is a language used to make websites Not a programming language – No for loops, if statements, etc. Abbreviation of "HyperText Mark-up Language” – Hyper: not linear; you can visit any leak whenever you want – Text – Mark-up: specify purpose/formatting of text, e.g. headings, bullets and bold – Language: HTML is a language

History of HTML HTML is a kind of SGML (Standardized general markup language) – SGML was invented by IBM and others as a way of defining parts of a document COMPLETELY APART FROM HOW THE DOCUMENT WAS FORMATTED. HTML is a simpler form of SGML, but with a similar goal. – The original idea of HTML was to define the parts of the document and their relation to one another without defining what it was supposed to look like. – The look of the document would be decided by the client (browser) and its limitations. For example, a document would look different on a PDA than on your screen or on your cellphone. Or in IE vs. Netscape vs. Opera vs….

Evolution of HTML But with the explosive growth of the Web, HTML has become much more. – Now, people want to control the look-and-feel of the page down to the pixels and fonts. – Plus, we want to grab information more easily out of Web pages. Leading to XML, the eXtensible Markup Language. XML allows for new kinds of markup languages (that, say, explicitly identify prices or stock ticker codes) for business purposes. We’re going to be focusing on a version of HTML based on XML, called XHTML

HTML vs. XHTML Original HTML: Simple, what the earliest browsers understood. XHTML: HTML re-defined in terms of XML. – New, more well-structured way of writing HTML – A little more complicated to use, but more standardized, more flexible, more powerful – It’s the future of where the Web is going We will use XHTML in this class

What is a.html file? A plain text file Contains XHTML code When opened in a browser, is interpreted by reading the tags and formatting the content accordingly

More Acronyms HTTP – Hypertext Transfer Protocol FTP – File Transfer Protocol WWW – World Wide Web URL – Uniform Resource Locator

Important things to include If you want your html to validate at w3…

Basis of HTML: Elements Gives structure to content Tells browser how you want your website to be presented E.g. paragraph, heading, subheading, etc. Generally consists of a start tag, some content, and an end tag – What’s a tag?...

Tags Labels used to mark up the beginning and end of an element Always begin with a less-than sign " ” Opening tag signifies beginning of an element – Closing tag signifies end of element – – Always has same words a opening, but preceded by a “/”

Some examples This is a heading This is a subheading Tags should be lower case (even though the browser probably won’t care) There are some tags that don’t require a close tag – instead combine open and close in one – E.g.

The browser reads HTML like you read English: from the top down and from left to right. A simple HTML document begins with what should come first and ends with what should come last.

The first thing you need to do is to tell the browser that you will "talk" to it in the language HTML. This is done with the tag (no surprises there). So before you do anything else type " " in the first line of your document in Notepad. As you may recall from the previous lessons, is an opening tag and must be closed with a closing tag when you are finished typing HTML. So to make sure you don't forget the HTML close tag now type " " a couple of lines down and write the rest of the document between and. The next thing your document needs is a "head", which provides information about your document, and a "body", which is the content of the document. Since HTML is nothing if not logical, the head ( and ) is on top of the body ( and ).

The first thing you need to do is to tell the browser that you will "talk" to it in the language HTML. This is done with the tag (no surprises there). So before you do anything else type " " in the first line of your document in Notepad. As you may recall from the previous lessons, is an opening tag and must be closed with a closing tag when you are finished typing HTML. So to make sure you don't forget the HTML close tag now type " " a couple of lines down and write the rest of the document between and. The next thing your document needs is a "head", which provides information about your document, and a "body", which is the content of the document. Since HTML is nothing if not logical, the head ( and ) is on top of the body ( and ).

Congratulations, you made your first web site!

What you see when you view a page on the Internet is your browser's interpretation of HTML