HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript.

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 popo.
Web Development & Design Foundations with XHTML
HTML. The World Wide Web Protocols Addresses HTML.
Chapter 2 HTML Basics Key Concepts
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling 9.7Linking 9.8Images 9.9Formatting Text With 9.10Special.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Outline 9.1Introduction 9.2Markup Languages 9.3Editing HTML 9.4Common Tags 9.5Headers 9.6Text Styling.
HTML & XHTML Web Publishing. What is HTML? HTML- Hypertext Markup Language ▫Start with text on your page & add special tags ▫These specific tags produce.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing
Web Page Development Identify elements of a Web Page Start Notepad
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
XP 1 New Perspectives on Creating Web Pages with HTML Tutorial 1: Developing a Basic Web Page.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Developing a Basic Web Page with HTML
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.
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
Creating a Simple Page: HTML Overview
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
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.
HTML (HyperText Markup Language)
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
1.  Describe the anatomy of a web page  Format the body of a web page with block-level elements including headings, paragraphs, lists, and blockquotes.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
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 Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
HTML Comprehensive Concepts and Techniques Second Edition Project 1 Creating and Editing a Web Page Review for Monday’s Test September 17, 2009.
1 Introduction to HTML: Part 1 Outline Introduction Elements and Attributes Editing HTML Common Elements Headers Images Unordered Lists Nested and Ordered.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
Just Enough HTML How to Create Basic HTML Documents.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Web111a_chapt01.ppt Definitions Hypertext Documents Documents containing elements that can be selected Links Active pointers to other documents or files.
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
Informatics Computer School CS114 Web Publishing HTML Lesson 1.
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML C151 Multi-User Operating Systems.
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.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Introduction to HTML (Web Design) IT Fundamentals.
Introduction to HTML.
HTML Basics.
Extended Learning Module F
Creating a Web Page CSC 121.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Creating and Editing a Web Page
Presentation transcript:

HTML,DHTML & Javascript/Session1/1 of 39 Introduction and Basic Tags Session 1 of Using HTML, DHTML & JavaScript

HTML,DHTML & Javascript/Session 1/ 2 of 39 Session Objective Describe WWW Define HTML Describe the role of browsers Explain HTML markups Describe the structure of an HTML document Use elements to enhance a Web page Use Lists to display text Convert existing documents to HTML documents

HTML,DHTML & Javascript/Session 1/ 3 of 39 The World Wide Web Protocols Addresses HTML

HTML,DHTML & Javascript/Session 1/ 4 of 39 Introduction to HTML HTML is a MARKUP language Using HTML tags and elements, you can: Control the appearance of the page and the content. Publish online documents and retrieve online information using the links inserted in the HTML document. Create on-line forms. These forms can be used to collect information about the user, conduct transactions, and so on. Insert objects - - audio clips, video clips, ActiveX components, Java applets - - in the HTML document.

HTML,DHTML & Javascript/Session 1/ 5 of 39 HTML syntax: Welcome to HTML My first HTML document

HTML,DHTML & Javascript/Session 1/ 6 of 39 Displaying the page

HTML,DHTML & Javascript/Session 1/ 7 of 39 Browsers and Editors Browsers Netscape's Navigator Microsoft's Internet Explorer Editors Microsoft FrontPage Notepad

HTML,DHTML & Javascript/Session 1/ 8 of 39 HTML Tags HTML tag is used to mark the beginning and end of an HTML document.... The HTML tag is comprised of: Element Attribute Value

HTML,DHTML & Javascript/Session 1/ 9 of 39 Continue.. Welcome to HTML My first HTML document

HTML,DHTML & Javascript/Session 1/ 10 of 39 Changing attributes

HTML,DHTML & Javascript/Session 1/ 11 of 39 Structure of an HTML document The HTML section The Header section. The BODY section. Welcome to the world of HTML This is going to be real fun

HTML,DHTML & Javascript/Session 1/ 12 of 39 Basic HTML elements Block-level elements Headers (H1 to H6) Paragraphs (P) List Items (LI) Horizontal Rules (HR). Inline or text level elements EM, I, B and FONT (character emphasis) A (hypertext links) BR (line breaks) APPLET (embedded objects) IMG (images)

HTML,DHTML & Javascript/Session 1/ 13 of 39 Headings Introduction to HTML

HTML,DHTML & Javascript/Session 1/ 14 of 39 Using headings

HTML,DHTML & Javascript/Session 1/ 15 of 39 Paragraphs Welcome to HTML My first HTML document This is going to be real fun Using another heading Another paragraph element

HTML,DHTML & Javascript/Session 1/ 16 of 39 Adding addresses A link to the home page. A search string feature. Copyright information.

HTML,DHTML & Javascript/Session 1/ 17 of 39 Continue.. Welcome to HTML My first HTML document This is going to be real fun Using another heading Another paragraph element Click here to register for a free newsletter

HTML,DHTML & Javascript/Session 1/ 18 of 39 Horizontal Rule Attributes align Width Size Noshade

HTML,DHTML & Javascript/Session 1/ 19 of 39 Continue.. 

HTML,DHTML & Javascript/Session 1/ 20 of 39 Breaks Welcome to HTML My first HTML document This is going to be real fun Using another heading This should surprise you Another paragraph element

HTML,DHTML & Javascript/Session 1/ 21 of 39 Continue.. Click here to register for a free newsletter

HTML,DHTML & Javascript/Session 1/ 22 of 39 Using Fonts … Color Size Face Example Welcome to HTML My first HTML document This is going to be real fun

HTML,DHTML & Javascript/Session 1/ 23 of 39 Using fonts

HTML,DHTML & Javascript/Session 1/ 24 of 39 Adding Color Learning HTML Welcome to HTML This is good fun

HTML,DHTML & Javascript/Session 1/ 25 of 39 Choosing Alignment of text Value Left Center Right Justify Example Learning HTML

HTML,DHTML & Javascript/Session 1/ 26 of 39 Continue.. Welcome to HTML This is good fun

HTML,DHTML & Javascript/Session 1/ 27 of 39 Formatting Physical formatting tags Logical formatting tags

HTML,DHTML & Javascript/Session 1/ 28 of 39 Physical formatting tags

HTML,DHTML & Javascript/Session 1/ 29 of 39 Logical formatting tags ABBR.... &..

HTML,DHTML & Javascript/Session 1/ 30 of 39 Using special characters Greater than (>) > Less than (<) < Quotes " Ampersand & Space

HTML,DHTML & Javascript/Session 1/ 31 of 39 Structuring text Using Quotes Preformatted text Grouping elements …

HTML,DHTML & Javascript/Session 1/ 32 of 39 Lists Unordered lists Ordered lists Definition lists

HTML,DHTML & Javascript/Session 1/ 33 of 39 Unordered lists Learning HTML Monday Tuesday Wednesday Thursday Friday

HTML,DHTML & Javascript/Session 1/ 34 of 39 Customized bullets Square bullets Sphere bullets Round bullets

HTML,DHTML & Javascript/Session 1/ 35 of 39 Ordered lists Learning HTML Monday Tuesday Wednesday Thursday Friday

HTML,DHTML & Javascript/Session 1/ 36 of 39 Customized Numbers Upper Roman Lower Roman Uppercase Lowercase Begin numbering with a digit other than “1” [ Default ]

HTML,DHTML & Javascript/Session 1/ 37 of 39 Definition lists Learning HTML Sunday The first day of the week HTML HyperText Markup Language Internet A network of networks

HTML,DHTML & Javascript/Session 1/ 38 of 39 Continue.. TCP/IP Transmission Control Protocol / Internet Protocol

HTML,DHTML & Javascript/Session 1/ 39 of 39 Document conversion Open the document in the word processor. Save the file as an HTML file, that is with a.htm or.html file name extension. File | Save As In the Save as type box, select HTML document/Web page. Open the file in Notepad.