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.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
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.
HTML Basics Customizing your site using the basics of HTML.
HTML popo.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
HTML: HyperText Markup Language Hello World Welcome to the world!
HTML popo.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
OMT II Mam Saima Gul. * Static web page * a web page with contents that remain fixed and unchanged once it has been created by the author Web server Client.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
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
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.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
CS105 Introduction to Computer Concepts HTML
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.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
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 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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.
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 01: Introduction to HTML.
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.
Just Enough HTML How to Create Basic HTML Documents.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
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 CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
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.
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
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 And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
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.
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Uppingham Community College
COMPUTING FUNDAMENTALS
Computers and Scientific Thinking David Reed, Creighton University
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

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. Hypertext refers to the way in which Web pages (HTML documents) are linked together. When you click a link in a Web page, you are using hypertext. Markup Language describes how HTML works. With a markup language, you simply "mark up" a text document with tags that tell a Web browser how to structure it to display.

HTML For What?  HTML is the bricks and mortar of the WWW. Without HTML the World Wide Web could not have become as important as it is today.  HTML is a document formatting language common the all computers on the WWW. html permits cross platform communication between Macs, Apples, SUNs, PCs and others to view a document in a similar way.

… contd Every webpage that you visit uses HTML in some way, you can view the HTML code behind a website in Internet Explorer by selecting: View > Source We can make only static pages with HTML. Each HTML file has an extension.htm/.html

Creating an HTML File Creating an HTML document is easy. To begin coding HTML you need only two things: a simple- text editor and a web browser. E.g Your Firefox browser & Your Notepad text editor

HTML Document Structure:  An HTML document starts and ends with and tags.  Inside these two tags, the document is split into two sections: i) The... elements ii)The... elements

A Simple Example: Our First HTML Page Welcome to the world of Web pages that we create using HTML at Kendriya Vidyalaya Aminoo Kulgam, J&K

HTML Formatting Tags Whitespace and Flow: what HTML does when it comes across spaces and how browsers treat long sentences and paragraphs of text? By default, only one space will be displayed. This is known as white space collapsing. Similarly, if you start a new line in your source document, or you have consecutive empty lines, these will be ignored and simply treated as one space. Example: file:///F:/KV/8th%20class%20html/example1.html

Create Headings - The Elements: You can use different sizes for your headings. This is heading 1 This is heading 2 This is heading 3 This is heading 4 This is heading 5 This is heading 6 While displaying any heading, browser adds one line before and after that heading. Example: file:///F:/KV/8th%20class%20html/example2.html

Create Paragraph - The Element: To structure text in paragraphs. Here is a first paragraph of text. Here is a second paragraph of text. Here is a third paragraph of text. You can use align attribute to align your paragraphs. This is left aligned. This is center aligned. This is right aligned. Example: file:///F:/KV/8th%20class%20html/example3.html

Centering Content - The Element: You can use tag to put any content in the center of the page or any table cell. This is not in the center.  This is in the center. Example: file:///F:/KV/8th%20class%20html/example4.html

Nonbreaking Spaces: Suppose you were to use the phrase "12 Angry Men." Here you would not want a browser to split the "12" and "Angry" across two lines: Nonbreaking spaces( ) is used to give spaces between words(like your space bar ) Example: file:///F:/KV/8th%20class%20html/example5.html

Preserve Formatting - The Element: Sometimes you want your text to follow the exact format of how it is written in the HTML document. In those cases, you can use the preformatted tag ( ). Any text between the opening tag and the closing tag will preserve the formatting of the source document. Hello I’m using preformatted tag Example: file:///F:/KV/8th%20class%20html/example6.html

Some more tags: Horizontal rules: Horizontal rules are used to visually break up sections of a document. or tag is an example of an empty element, where you do not need opening and closing tags, as there is nothing to go in between them. Create Line Breaks: Whenever you use the element, anything following it starts on the next line. or Example: file:///F:/KV/8th%20class%20html/example7.html

Presentational Tags: Bold Text - The Element: Anything that appears in a... element is displayed in bold. this text is in bold Italic Text - The Element: this text is in italic Underlined Text - The Element: this text is underlined Strike Text - The Element: this text is striked through Superscript Text - The Element: this text is super scripted Subscript Text - The Element: this text is subscripted Example: file:///F:/KV/8th%20class%20html/example8.htmlfile:///F:/KV/8th%20class%20html/example8.html

HTML Fonts tag is used to add style, size, and color to the text on your site. The font tag is having three attributes called size, color, and face to customize your fonts. Font Size: file:///F:/KV/8th%20class%20html/example9.htmlfile:///F:/KV/8th%20class%20html/example9.html Default values: font size=3; font face=times new roman Font Face: file:///F:/KV/8th%20class%20html/example10.html file:///F:/KV/8th%20class%20html/example10.html Font Color: file:///F:/KV/8th%20class%20html/example11.html file:///F:/KV/8th%20class%20html/example11.html

Linking Documents - The Element: Anchor tag:- is used to link documents. Anything between the opening tag and the closing tag becomes part of the link and a user can click that part to reach to the linked document. Anchor Attributes: href: specifies the URL of the target of a hyperlink. Target: specify where to display the contents of a selected hyperlink. (1) Targer= “_blank” (2) Target= “_self” file:///F:/KV/8th%20class%20html/example13.html

HTML Images Insert Image - The Element: You will insert any image in your web page by using tag. Following is the simple syntax to use this tag. Attributes: width: sets width of the image. This will have a value like 10 or 20%etc. height: sets height of the image. This will have a value like 10 or 20% etc. border: sets a border around the image. This will have a value like 1 or 2 etc. src: specifies URL of the image file. alt: this is an alternate text which will be displayed if image is missing. file:///F:/KV/8th%20class%20html/example12.html

tag Attributes: bgcolor: Sets a color for the background of the page. text: Sets a color for the body text. link: Sets a color for linked text file:///F:/KV/8th%20class%20html/example14.html