Introduction to HTML. What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable.

Slides:



Advertisements
Similar presentations
Farhan Nisar University of Peshawar
Advertisements

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.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
HTML – A Brief introduction Title of page This is my first homepage. This text is bold  The first tag in your HTML document is. This tag tells your browser.
1 Introduction to HTML II อุทัย เซี่ยงเจ็น สำนักวิชาเทคโนโลยีสารสนเทศ และการสื่อสาร มหาวิทยาลัยนเรศวร พะเยา.
Images, Tables, lists, blocks, layout, forms, iframes
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
1 Lecture #5 Static Web Documents Shimrit Tzur-David HAIT Summer 2005.
MR.Mohammed Sharaf al Shareef
Computing Concepts Advanced HTML: Tables and Forms.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Marking Up With Html: A Hypertext Markup Language Primer
16-Jul-15 HTML. 2 What is HTML? HTML stands for Hypertext Markup Language An HTML file is a text file containing markup tags The markup tags tell the.
Lesson 6. Links in HTML Computer Science Welcome to Virtual University in Pakistanhttp://
Introduction to HTML. What is HTML? Hyper Text Markup Language A markup language designed for the creation of web pages and other information viewable.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
HTML. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language.
DAT602 Database Application Development Lecture 14 HTML.
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Extended Learning Module F Building a Web Page with HTML.
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
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.
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
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.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Introduction to HTML Vincci Kwong Reference/Instruction Librarian.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Web Design and Development for Business Lecture 3 Hyper Text Markup Language (HTML)
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Introduction To HTML.  HTML stands for Hyper Text Markup Language.  HTML was developed by Tim Berners-Lee.  HTML is maintained by World Wide Web Consortium(W3C).
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
CP102 Module 7: HTML 1 Module 7: HTML 1.What is 1.What is HTML? 2. 2.Basic syntax, document structure 3. 3.Basic formatting, images, links 4. 4.Lists,
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
HTML(Hyper Text Markup Language) ByNaveen. Introduction HTML or Hyper Text Markup Language is the standard markup language Its used to create the web.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Basic HTML. So, what exactly is HTML? HTML stands for: HTML stands for: Hypertext Markup Language. It is a purpose built markup language for the delivery.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Introduction to HTML C151 Multi-User Operating Systems.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
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.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
HTML for web designing short course. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension.
HTML FORM. Form HTML Forms are used to select different kinds of user input. HTML forms are used to pass data to a server. A form can contain input elements.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
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.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Marking Up with XHTML Tags describe how a web page should look
Creating a Home Page in HTML
Hosted by Coach Slanina
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Html.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Presentation transcript:

Introduction to HTML

What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable in a browser  The basic language used to write web pages  File extension:.htm,.html

How is a HTML File Looks Like

Creating a HTML File 1. Open Notepad 2. Click on File -> Save as… 3. In the File name pull-down box, type in webpage.html 4. Click on Save 5. Type in content for your file 6. Once you finished the content, click on File -> Save

HTML Tags  For example:,,, etc.  Tag usually goes with pair: an open tag ( ) and an end tag ( )  Single tag:,  Single tag:,  Tags are NOT case sensitive EffectCode Code Used What It Does BoldB Bold Bold Bold ItalicI Italic Italic Italic

HTML Document Structure <html><head> Page Title Goes Here Page Title Goes Here </head><body> content goes here </body></html>

Background  Bgcolor  Specifies a background-color for a HTML page.  Background  Specifies a background-image for a HTML page

Text  Put text on a webpage – Today is my first day at my new job, I’m so excited! – Today is my first day at my new job, I’m so excited! –Output: Today is my first day at my new job, I’m so excited!  Put text in center of a page – Hello – Hello –Output:Hello  Put text on the right of a page – Hello – Hello –Output:Hello

Font  To change text size – Hello – Hello –Output: Hello  To change text color – Hello – Hello –Output: Hello  Using both – Hello – Hello –Output: Hello Tag attribute

Commonly Used Character Entities ResultDescription Entity Name Non-breaking space < Less than < > Greater than > &Ampersand& “ Quotation mark " ©Copyright©

Headings  There are 6 heading commands. This is Heading 1 This is Heading 1 This is Heading 2 This is Heading 2 This is Heading 3 This is Heading 3 This is Heading 4 This is Heading 4 This is Heading 5 This is Heading 5 This is Heading 6 This is Heading 6

List  Unordered list –Code: <ul> Coffee Milk Coffee Milk </ul> –Output:  Coffee  Milk  Ordered list –Code: Coffee Milk –Output: 1. Coffee 2. Milk

Table <tr><th>Heading</th> Another Heading Another Heading </tr><tr> row 1, cell 1 row 1, cell 1 row 1, cell 2 row 1, cell 2 </tr><tr> row 2, cell 1 row 2, cell 1 <td></td></tr></table> Heading Another Heading Row 1, cell 1 Row 1, cell 2 Row 2, cell 1

Create Links  A Hypertext link – IUSB Home – IUSB Home –Output: IUSB Home IUSB HomeIUSB Home  A link – – me me –Output: me me me

Image Formats .gif –Graphics Interchange Format .jpeg or.jpg –Joint Photographic Experts Group .bmp –bitmap

Inserting Image  Place all images in the same directory/folder where you web pages are  is a single tag   –Output:  Turn an image into a hyerlink – – –Output:

Image Size  Computer images are made up of “pixels”   Width Height

Forms  A form is an area that can contain form elements.    Commonly used form elements includes: –Text fields –Radio buttons –Checkboxes –Submit buttons

Text Input Fields  Used when you want the user to type letters, number, etc. <form> First name: First name: <br> Last name: Last name:  Output First name: Last name:

Submission Button  When user clicks on the “Submit” button, the content of the form is sent to another file. Username: Username: <br> </form>  Output Username:

Checkboxes  Used when you want the user to select one or more options of a limited number of choices. <form> I have a bike I have a bike<br> I have a car I have a car  Output I have a bike I have a car

Radio Buttons  Used when you want the user to select one of a limited number of choices. <form> Male Male<br> Female Female  Output MaleFemale

Text Box  Used when you want to get input from user. <form> Please provide your suggestion in the text box below: Please provide your suggestion in the text box below: </textarea></form>  Output Please provide your suggestion in the text box below:

Pull-down Menu  Used when you want user to respond with one specific answer with choices you given. Select a fruit: Apples Bananas Oranges Select a fruit: Apples Bananas Oranges  Output Select a fruit:

Additional Resource  t.asp t.asp t.asp