HTML BASICS Web Design I. Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures &

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

WeB application development
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
XHTML Basics.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
Chapter 2—HTML Dreamweaver for College & Business.
HTML Computing Concepts HTML - An Introduction 1.
MGMT 230 Lab 1 HTML Basics. 2 HTML Tags An HTML document contains both document content and tags. The tags are the HTML codes inserted in a document to.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Computer Science 101 HTML. World Wide Web Invented by Tim Berners-Lee at CERN, the European Laboratory for Particle Physics in Geneva, Switzerland (roughly.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
4 HTML Basics 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.
HTML Structure & syntax
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
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.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Web Page Creation Part I ST: Introduction to Web Interface Design Prof. Angela Guercio.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
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.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Introduction to web development and HTML MGMT 230 LAB.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
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.
15.1 Fundamentals of HTML DeKalb County School System.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
Using FrontPage FrontPage is a great Web editing tool for people with limited knowledge and time for HTML coding. It’s similar to using Microsoft Word.
CPS Today’s topics Basic HTML The Internet Upcoming ä Networks and the Internet ä Writing programs in pseudocode Reading Great Ideas Chapters 1,
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.
4 HTML Basics 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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML – The Basics COE 201- Computer Proficiency. The Internet The World Wide Web ▫Also known as the Web ▫Created in 1989  European Laboratory for Particle.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Basic HTML. Lesson Overview In this lesson, you will learn to:  Write HTML code using a text editor application such as Notepad.  View Web pages created.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
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.
Introduction lab1. Suzanne J. Sultan 2 What is HTML? The definition of HTML is Hyper Text Markup Language. HTML is a computer language devised to allow.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
INTRODUCTION TO WEB PROGRAMMING WITH HTML AND JAVASCRIPT.
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 (Web Design) IT Fundamentals.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Computers and Information Systems
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
What is HTML?.
An Introduction to HTML Pages
AN INTRODUCTION BY FAITH BRENNER
Presentation transcript:

HTML BASICS Web Design I

Web Design  WWW created in the late 1980’s  Used in academics for the next 5 years  Mosaic (1994) allowed both pictures & text in Web Pages {freeware out of University of Illinois Champaign- Urbana)  Netscape Navigator (1995)

Web Design  Internet Explorer  Firefox  Camino  Opera  Safari

HTML  HTML Page or HTML Document  Create: Specialized Software  FrontPage – Microsoft  GoLive – Adobe  Dreamweaver – Macromedia “Macromedia now owns Adobe”

HTML  Software programs organize, enter text, Create Superior Web Page Effects without ever entering HTML  New Version of Microsoft Word and Corel WordPerfect also have built in HTML Tags  Most word processing programs or text editors today will work to create HTML and/or JavaScript

Extensions .doc – Microsoft Word Document .rtf – Microsoft’s Rich Text Format .wpd – Corel WordPerfect Document .txt – Text File .html – HTML file .htm – HTML file on some computer Systems

HTML  Devised by Tim Berners-Lee late 1980’s  Particle Physics Lab in Cern, Switzerland  1993 Marc Anderson developed an image tag; HTML could display images and text

HTML  HTML tag: <> angle brackets  HTML tags: come in pairs called tag sets  HTML tags: starting tag or opening tag and an ending tag or closing tag  HTML tag sets tell the browser where formatting should start and end.

HTML  A forward slash in the brackets indicates an ending tag very Very: will appear in bold

HTML  Some HTML Tags come in pairs  A HTML Tag that requires just an opening tag is called an empty tag - add a line break - insert a horizontal line - insert an image

HTML  Nested Tags – nesting refers to the order in which HTML tags appear very

HTML  Hypertext Markup Language (html)  Code used to create Web Pages  Customize pages created in FrontPage and other Web Design Software Use a text editor to enter HTML code into a text document Or use software (like FrontPage) to do it for you

HTML TAGS ( ) HTML tag is text that appears between two angle brackets This text tells the browser how to display the a page’s content.

TAG SETS  HTML tags often come in pairs that are called tag sets.  Each pair includes a starting tag (opening tag) and an ending tag (closing tag)  The tag sets tell a browser where formatting should start and end.  A forward slash means an ending tag

HTML  very This is a tag set that makes text bold

HTML TAGS  It is very important to carefully proofread your HTML code. It is very important to carefully proofread your HTML code.

NESTED TAGS  Nesting refers to the order in which HTML tags appear  A nested tag is a tag enclosed inside another set of tags.  In other words, our example shows: the italic tag and the boldface tag are nested within the paragraph tag set.

NESTED TAGS  When nesting tags, make sure you close the tag when you want the format to stop  The browser will format until it comes to an end tag very

EMPTY TAGS  A tag that requires only an opening tag is called an empty tag or an orphan tag {there isn’t a closing tag} EXAMPLES To add a line break enter To add a horizontal line enter

SPACING  Html documents display a single space between words  If you use the space bar, tab key, or enter key to add spaces you will not see those spaces in a Web Browser SPACING DOES NOT MATTER

CASE SENSITIVITY  If a tag is in upper case or lower case it does not matter HTML IS NOT CASE SENSITIVE

SOURCE CODE  A Web page’s source code is the text and HTML commands used to create that page. View Menu: Source or Page FrontPage: code view or HTML view & with 2003 Split View

EXAMPLE Giraffes are known for their long necks

NEW LANGUAGE  XHTML – Extensible Hypertext Markup Language developed by the W3C is a hybrid of HTML and will soon replace it. (World Wide Web Consortium)

Project  All examples of HTML can be found on the Internet: How Stuff Works.com and various sites  To write code you must use notepad or wordpad

Project Enter the Initial HTML Tags Your title is: My Web Page Select a color and (ie: #00066) and insert a new paragraph with My Web Page a different color

Project  In the body of your HTML insert a picture (jpeg) of your choice.  Then:  Print your notepad; then copy and paste your notepad document into Front Page