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.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
Website Design.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
XHTML Basics.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
HTML BASIC
HTMLMR.Mostafa badr1. Lesson 3 HTML Tags Lesson 2 Creating a HTML File Lesson 1: Hyper Text Markup Language (HTML) Basics Get Trained for a Better Future.
Computer Sciences Department
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Basics of HTML.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Introduction to HTML. Topics HTML –What is HTML –Parts of an HTML Document –HTML Tags.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
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.
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.
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
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
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.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Just Enough HTML How to Create Basic HTML Documents.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Webpage Using HTML
HTML Codes Miss B.
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 &
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
1 Web Application Programming Presented by: Mehwish Shafiq.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
HTML Tags Lesson 2. What are HTML Tags?  Markup tags  Coded instructions that accompany the plain text of an HTML document  Syntax –Left wicket< –Tag.
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.
HTML Basic. 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.
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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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 HyperText Markup Language Victoria E. Kozlek.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
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.
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 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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Lecture : Kholoud Eid University Majmaah. »Getting Started.. »What is HTML? »What can I use HTML for? »what does H-T-M-L stand for? »The HTML Basic Elements.
HTML Structure & syntax
Basic HTML Introduction to HTML.
Basic concepts of web design
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
Coding, Testing and Valdating a Web Page
3.00cs HTML Overview 3.00cs Develop webpages.
WEBSITE DESIGN Chp 1
Introduction to HTML5.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HyperText Markup Language
AN INTRODUCTION BY FAITH BRENNER
Presentation transcript:

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 universities to gain access to each other's research documents. The project became a bigger success than Tim Berners-Lee had ever imagined. By inventing HTML he laid the foundation for the web as we know it today. 2

What is HTML? HTML is a language, which makes it possible to present information on the Internet. What you see when you view a page on the Internet is your browser's interpretation of HTML. If you want to make websites, there is no way around HTML. 3

what does H-T-M-L stand for? HTML is an abbreviation of "Hyper Text Mark-up Language”. Hyper is the opposite of linear. computer programs ran linearly: when the program had executed one action it went to the next line and after that, the next line and so on. But HTML is different - you can go wherever you want and whenever you want. For example, it is not necessary to visit MSN.com before you visit google.com. 4

what does H-T-M-L stand for? Text is self-explanatory. Mark-up is what you do with the text. You are marking up the text the same way you do in a text editing program with headings, bullets and bold text and so on. Language is what HTML is. It uses many English words. 5

Elements and tags Elements give structure to a HTML document and tells the browser how you want your website to be presented. Generally elements consists of a start tag, some content, and an end tag. HTML is all about elements. 6

Elements and tags 7

Tags Tags are labels (codes or instructions) you use to mark up the beginning and end of an element. All tags have the same format: they begin with a less-than sign (open angle bracket) " ". 8

Kinds of Tags There are two kinds of tags :- opening tags: and closing tags:. The only difference between an opening tag and a closing tag is the forward slash "/". You label content by putting it between an opening tag and a closing tag. To learn HTML is to learn and use different tags. 9

Paired and un-paired tags 1.Paired Tags: There's an exception to every rule and in HTML the exception is that there are a few elements which both open and close in the same tag. 2.Un-Paired Tags (Singular Tags): These so-called empty elements are not connected to a specific way in the text but rather are isolated labels, for example, a line break which looks like this:. 10

Tags: uppercase or lowercase Most browsers might not care if you type your tags in upper, lower or mixed cases., or will normally give the same result. However, the correct way is to type tags in lowercase. So get into the habit of writing your tags in lowercase. 11

Nested HTML (tags) Elements Most HTML elements can be nested (can contain other HTML (tags) elements). HTML documents consist of nested HTML elements (tags). i.e MIHE 12

Attribute In some elements you can add more information. Such additional information is called an attribute. Attributes are written immediately after the tags, separated by a space. Attributes are instructions that clarify or modify an element. Welcome to HTML world Attributes are always written within a start tag and are followed by an equals sign and the attribute details (value) written between inverted commas. 13

Attribute You will often use attributes in tags such as the body tag while you will rarely use attributes in, for example, a br tag since a line break normally is a line break without any parameters to adjust. Just as there are many different elements, so there are many different attributes. Some attributes are tailor made for one particular element while others can be used for many different element. And vice versa: some elements can only contain one kind of attribute while others can contain many. 14

Editing HTML HTML can be written and edited using many different editors like Dreamweaver and Visual Studio. However, we will use a plain text editor (like Notepad) to edit HTML. We believe using a plain text editor is the best way to learn HTML. 15

Basic structure of an HTML document An HTML document has two main parts: 1.Head The head element contains title of a web document.element 2.body The body element contains the information that you want to display on a web page. 16

Document Head Information placed in this section is essential to the inner working of the document and has nothing to do with the content of the document. With the exception of information contained with in the... tags, all information placed within the... tags is not displayed in the browser. 17

Document Head The HTML tags used to indicate the start and end of the head section are: A web page could have a title that describes what the page is about. This can achieved by using the title tag. Text included between the title tags shows up in the title bar of the browser window. 18

Document Body The body element comes after the head and contains everything that we want to show up in the browser window. The tag used to indicate the start and end of the main body of textual information are: AttributeDescription BGCOLORChanges the backgroud color. BACKGROUND Paste any image on the background of the document. TEXTChanges the body text color. FONT SIZEAdjust the font size. 19

The following illustration provides a summary. 20

21