2 Internet is a hot topic today. It has opened new ways of opportunities for education and helped increase productivity,

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

Farhan Nisar University of Peshawar
Introduction to HTML
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML popo.
Basic HTML Trystan Upstill Comp3400 Lecture 06/03/2001.
HTML. The World Wide Web Protocols Addresses HTML.
HTML popo.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
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.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
Basic HTML. Guide to HTML code Not case sensitive Use tag for formatting output: new line, paragraph, text size, color, font type, etc. Can be a single.
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.
Web Page Development Identify elements of a Web Page Start Notepad
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 Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
Module 5 HTML: An Introduction. ●A language to describe and create web pages. ●Stands for: Hyper Text Markup Language What is HTML?
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 1 1.Open FrontPage – View -> Page 2.Open.
HTML Revisited. Learning Goals for Today 1.To develop your personal Web page 2.To upload your Web page to UMT’s Web server so that it becomes visible.
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
Website Development with Dreamweaver
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.
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 Basic I IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Just Enough HTML How to Create Basic HTML Documents.
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,
HTML Basic IST2101. Keep In Mind Programming can be time consuming. Plan ahead!
CS101 Introduction to Computing Lecture 9 Introduction to HTML (Web Development Lecture 2)
Learning HTML Presented By: Wayne Helle What Is HTML? Learning Basic Tags... Formating Your Text... Working With Images and Links... Simple Form Boxes..
HTML: Hyptertext Markup Language Doman’s Sections.
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.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Computational Boot Camp HTML Mike Schaffer. 8/23/2002 (MES) HTML What is HTML? HTML stands for HyperText Markup Language HTML is the language for publishing.
HTML (Hypertext Markup Language) Recap: HTML essential tags:,,, Text Formatting:,,,,,,. Font manipulation:
Index Here type your information or document that you want to look on the Web page.
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.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Basic HTML.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
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.
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 Hyper Text Markup Language. In Early 1970s VINT CERF & BOB KAHN released a paper In 1980s That Solution was implemented as TCP/IP.
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. 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.
Websites Creating Basic Course. What´s a website ? A website (or "web site") is a collection of related web pages, images, videos or other digital assets.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
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.
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.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
Lesson 5. XHTML Tags, Attributes and Structure XHTML Basic Structure head and body titles Paragraph headings comments Document Presentation Manipulating.
Tag Basics.
Presentation transcript:

2

Internet is a hot topic today. It has opened new ways of opportunities for education and helped increase productivity, as well efficiency in areas like fashion, publicity, marketing, healthcare, banking, governance, and manufacturing all over the world. 3

4 As IT Professionals we have to deal with the whole range of Web Technologies starting from the Internet, i.e. to HTML, Advanced HTML, CSS, Java Script, VB Script, XML, COM, JSP, ASP, PHP etc. The purpose of the course is to introduce with some of these technologies and to teach that ‘How a Web Page is created?’. After the creation of Web Page we have to upload this Web Page on the Internet known as Hosting of Website.

Computer

6 Editor Program (for input)

7 Browser (for Output)

8 Hosting Program

9 Free Space through ISP or other Domain Names.

10

Static, Advanced, and Dynamic 12

13 Background Headings Horizontal Rows Alignments (left, right, center, justify) Paragraphs Text Formatting (color, size, and type) Images Hyperlinks

14 Tables Option Values Radio Buttons Check Box Input Box Text Area Buttons (Submit, Reset, Login, etc.)

15 Dynamic Animations Flash Videos

Index Here type your information or document that you want to look on the Web page.

HTML CODEOUTPUT This is first line. This is second line. This is first line. This is second line.

HTML CODEOUTPUT This is first para. This is second para. This is first para. This is second para.

HTML CODEOUTPUT This is first para. This is second para. This is central para. This para is highly justified. This is first para. This is second para. This is central para. This is highly justified para.

Hyper Text Markup Language

 Hyper Text Markup Language Hyper Text Markup Language

 Hyper Text Markup Language Hyper Text Markup Language

 This is the background color of the WEB PAGE….

 We are able to type upon this picture.

Note: “jpg” in the above code is a format type of image it can be change with the formats of picture as PNG, GIF also.. Note: For getting the path of any image you need to Right Click on that picture and click on Properties option after this you have to copy its Location…

To set an image in center of the page

To set an image in right of the page

To set an image in Left of the page By default a picture comes automatically in Left side of a page…

To set the height of the image… To set the width of the image…

To set the height and with also of the image…

 Hyper Text Markup Language BEFORE : Hyper Text Markup Language AFTER: Hyper Text Markup Language

  As: Hyper Text Markup Language. Hyper Text Markup Language Note: Here default colour of the text is BLUE as we had done before.

 This is in Arial Font This is in Arial Font.

 This is in size 10 Before: This is in normal form. After: This is in size 10.

All the attributes had used in a tag like this….

is used to draw a simple line. is used to draw a solid line.

  Where as will show a complete line-  We can use all the attributes of tag as-

 There are 6 Levels of headings by default- HTML HTML HTML HTML HTML HTML HTML

IN H 2 O ‘2’ IS IN SUBSCRIPT FORM, WE SHALL USE TAG  We shall write H 2 O like this: IN A 2 ‘2’ IS IN SUPERSCRIPT FORM, WE WILL USE TAG.  We shall write A 2 like this: H 2 O A 2

ORDERED LIST It shows an order of sequence. Order List may be in following kinds- 1, 2, 3, 4, 5, ………… A, B, C, D, E, ………. a, b, c, d, e, ……….. I, II, III, IV, V, ………. i, ii, iii, iv, v, ……….. UNORDERED LIST It does not show any order of sequence. Order List may be in following kinds- Disc ( ) Circle ( ) Square( ) There is two types of lists in HTML:

HTML CODE <<ol>Four Directions: <<li>EAST</li> <<li>WEST</li> <<NORTH</li> <<li>SOUTH</li> <</ol> OUTPUT Four Directions: 1. EAST 2. WEST 3. NORTH 4. SOUTH

<<OL TYPE=“A”> <LI>EAST</LI> <LI>WEST</LI> <LI>NORTH</LI> <LI>SOUTH</LI> </OL> A.EAST B.WEST C.NORTH D.SOUTH NOTE: You can change the List Type ‘A’ in ‘I’ for Capital Roman numbers, ‘i’ for smallcaps roman numbers and ‘a’ for smallcaps english alphabets also but by default it creats the list in regular Numerals…

INPUT CODE (HTML)  Four Directions:  EAST  WEST  NORTH  SOUTH  <<OL start=“11”>Four Directions: <<li>EAST</li> <<li>WEST</li> <<li>NORTH</li> <<li>SOUTH</li> <</OL> OUTPUT Four Directions: 11. EAST 12. WEST 13. NORTH 14. SOUTH Four Directions: 11. EAST 12. WEST 13. NORTH 14. SOUTH

Unordered List HTML CODE OUTPUT EAST WEST NORTH SOUTH EAST WEST NORTH SOUTH

Unordered List with ‘TYPE’ attribute… HTML CODE OUTPUT EAST WEST NORTH SOUTH o EAST o WEST o NORTH o SOUTH

<html> <head><title>Nested List</title> <head> <body> <ol>Tags <li>Physical Tags</li> <ul><li>Bold</li> <li>Italic</li></ul> <li>Logical Tag</li> <ul><li>Emphasis</li> <li>Strong</li></ul> </ol> </body> </html> 1. Physical Tag Bold Italic 2. Logical Tag Emphasis Strong

Input Output Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. <body> <dl> <dt>Noun <dd>A noun is the name of a person, things or a place. <dt>Pronoun <dd>Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. </dl> Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns. Noun A noun is the name of a person, things or a place. Pronoun Pronoun are the words that are used in place of nouns to avoid the repetition of nouns.

CODEs in HTML Name Class OUTPUT Name Class

HTML CODE Name Class Address Aditya 10 Sikandrabad OUTPUT NameClassAddress Aditya10Sikandrabad

HTML CODE Name Class Address Aditya 10 Sikandrabad OUTPUT NameClassAddress Aditya10Sikandrabad

Name Class Address Aditya 10 Sikandrabad Akash 10 Khurja Ajay 10 Ghaziabad

Output of Table NameClassAddress Aditya10Sikandrabad Akash10Khurja Ajay10Ghaziabad

Name Class Aditya 10 NameClass Aditya10

Name Class Aditya 10 NameClass Aditya10

My Table Name Class Aditya 10 NameClass Aditya10

My Table Name Class Aditya 10 NameClass Aditya10

  I carry 2 Columns  1 2  3 4  I carry 2 Columns HTML CODEOUTPUT

  I carry 2 Rows 1 2  3 4  HTML CODEOUTPUT I Carry 2 Rows 12 34