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

Introduction to HTML & CSS
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
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
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,
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
Lesson 6. Links in HTML Computer Science Welcome to Virtual University in Pakistanhttp://
Module 5 HTML: An Introduction. ●A language to describe and create web pages. ●Stands for: Hyper Text Markup Language What is HTML?
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
HTML Forms What is a form.
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.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Understanding HTML Code
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
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.
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.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Introduction to HTML Vincci Kwong Reference/Instruction Librarian.
Introduction to HTML. What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
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).
HTML FORMS GET/POST METHODS. HTML FORMS HTML Forms HTML forms are used to pass data to a server. A form can contain input elements like text fields, checkboxes,
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.
 Anyone with access to the Internet can post a Web page.  You can create a Web page with just a text editor.  There are Web page construction tools.
HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.
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,
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(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.
Web Site Development. WEBSITE is a set of related web pages containing content (media), including text, video, music, audio, images, etc. A website is.
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: … …
1 2/22/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Images and placing pages on the server.
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 is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
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.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Introduction to HTML.
Hosted by Coach Slanina
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
Html.
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:, Tags are NOT case sensitive EffectCodeCode UsedWhat It Does BoldB ItalicI

HTML Document Structure Page Title Goes Here content goes here

Let’s make a web page Log on Bring up Internet Explorer Bring up Notepad (if not on desktop – C:\windows\system32) You will be typing your code in Notepad

Title of page This is my first homepage. This text is bold Save your file as webpage.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! –Output: Today is my first day at my new job, I’m so excited! Put text in center of a page – Hello –Output:Hello Put text on the right of a page – Hello –Output:Hello

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

Commonly Used Character Entities ResultDescriptionEntity 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 2 This is Heading 3 This is Heading 4 This is Heading 5 This is Heading 6

List Unordered list –Code: Coffee Milk –Output: Coffee Milk Ordered list –Code: Coffee Milk –Output: 1.Coffee 2.Milk

Table Heading Another Heading row 1, cell 1 row 1, cell 2 row 2, cell 1 HeadingAnother Heading Row 1, cell 1Row 1, cell 2 Row 2, cell 1

Create Links A Hypertext link – ASFA Home –Output: ASFA HomeASFA Home An link – me –Output: 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. First 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: Output Username:

Checkboxes Used when you want the user to select one or more options of a limited number of choices. I have a bike 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. Male Female Output Male Female

Text Box Used when you want to get input from user. Please provide your suggestion in the text box below: 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 Output Select a fruit:

Additional Resource