1.NET Web Forms HTML Introduction © 2002 by Jerry Post.

Slides:



Advertisements
Similar presentations
Farhan Nisar University of Peshawar
Advertisements

Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
Computers: Tools for an Information Age Writing Your Own Web Page: Using HTML and Web Authoring Tools.
Chapter 3 – Web Design Tables & Page Layout
HTML popo.
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.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
HTML and XHTML Controlling the Display Of Web Content.
Images & Tables. Three graphic file types are supported by today's browsers: GIF - Graphic Interchange Format JPEG - Joint Photographic Experts Group.
HTML Computing Concepts HTML - An Introduction 1.
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Using HTML Tables.
Marking Up With Html: A Hypertext Markup Language Primer
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
© 2005 ComputerPREP, Inc. All rights reserved. HTML 4.0 and Web Page Design Module I.
1 HTML/CSS Tutorial. 2 Definitions WWW -- a software infrastructure layered on top of the Internet HTTP -- HyperText Transport Protocol, layered on top.
CS105 Introduction to Computer Concepts HTML
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
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.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
225 City Avenue, Suite 106 Bala Cynwyd, PA , phone , fax presents… HTML Lists, Tables and Forms v2.0.
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.
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.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
Exploring Office 2003 – Grauer and Barber Enhancing the Web Page Chapter 3 BCIS 1405 Session 15.
1 Committed to Shaping the Next Generation of IT Experts. 02: Enhancing the Web Page HTML.
1 Introduction to HTML Joshua S. Simon Collective Technologies.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
Department of Information Technology Chapter 8 - Creating Hypertext links Lecturer: Ms Melinda Chung.
Getting Started with HTML Please use speaker notes for additional information!
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Going Live with a Basic Web Page Bill Hart-Davidson AIM: billhd30 pfworkshop.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
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.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
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,
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with 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.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
Create Your Own Web Page: An Introduction to HTML Instructor: Corey Johnson Assisted by: tba.
01 – HTML (1) Informatics Department Parahyangan Catholic University.
Basic Web Publishing M. Scott Gartner 7/15/98.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
XP 1 HTML Committed to Shaping the Next Generation of IT Experts. 02: Enhancing the Web Page.
Marking Up with XHTML Tags describe how a web page should look
Marking Up with XHTML Tags describe how a web page should look
Introduction to 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:

1.NET Web Forms HTML Introduction © 2002 by Jerry Post

2 HTML This is a title Main text here. The browser is essentially an intelligent display page. It displays text and graphics. Add-ins can handle audio and video. Ultimately, everything sent to the client must be either: (1) HTML (2) Image (GIF, JPEG, or PNG) (3) JavaScript (4) Data for an add-in. The tags are usually given in pairs: a starting tag and an ending tag that starts with a slash (/). The tags are marked with angle- brackets. Certain base tags are required for any document: The paragraph tag marks paragraphs. The ending tag ( ) is new with HTML 3.2 and ignored by many browsers and editors. Documents must be stored as ASCII text files. You can create them with text editors or with Web editors.

3 HTML Tags: Main Page Label used for browser window. …

4 Sample HTML Page My main page My text goes in paragraphs. Additional tags set boldface and Italic. Tables are more complicated and use a set of tags for rows and columns. First cell Second cell Next row Second column There are form tags to create input forms for collecting data. But you need CGI program code to convert and use the input data.

5 HTML Colors Netscape and Microsoft define colors by “#rrggbb” Most browsers also support some standard color names. Color numbers are given as percentages of red, green, and blue. Values are entered in hexadecimal format (0... FF) => ( ). White#FFFFFF Red#FF0000 Green#00FF00 Blue#0000FF Magenta#FF00FF Cyan#00FFFF Yellow#FFFF00 Black# decimal hex A B C D E F hexconvertdecimal 151* A410*

6 Color Wheel FF,00,00 00,FF,0000,00,FF FF,FF,00FF,00,FF 00,FF,FF 00,FF,80 80,FF,00 FF,80,00FF,00,80 80,00,FF 00,80,FF

7 Color Groups Primary additive colors: red, green, blue Secondary additive colors: cyan, magenta, yellow Tertiary colors: middle of primary and secondary

8 Color Groups Analogous colors Adjacent colors are harmonious. Opposite colors are used for contrast—text and background. Complementary colors Triad colors Equidistant colors create tension.

9 Color Groups Warm colorsCool colors Add warmth and appear to move toward the viewer. More reserved, and appear to recede into the screen.

10 HTML Tags: Layout paragraph line break (without the paragraph spacing) superscript subscript Heading level (1 through 6 available) inline grouping, used to assign styles grouping that forces a paragraph break

11 HTML Tags: Miscellaneous title Anything after the exclamation must be duplicated at end -- Common street address Horizontal rule/separator. Usually set by HTML generators, do not change. Special characters: Escape sequences (&) <<© (ASCII value) >> && "“ ©©

12 HTML Tags: Lists Definition list/glossary Term to define Definition Unordered list First item in list Next item Ordered list (numbered) First item Second item

13 HTML Tags: Links Set a base/home machine/directory (rarely used) text <A HREF=“URL#name” Document1 General text... link text More text HTML Browser Display General text... link text More text Document2 This is a second document. More text. Even more text. More text. Even more text. HTML Browser Display User clicks on link.

14 HTML: Tables   …   Col 1 Title  Col 2 Title   Cell 1  Cell 2    Can also include (for pages)  …  Cell options  ALIGN=left | right | center  VALIGN=top | middle | bottom  WIDTH=##%  ROWSPAN=##  COLSPAN=##  Table options  CELLSPACING=“…”  CELLPADDING=“…”  WIDTH=“…”  COLS=## Cellspacing: space between cells Cellpadding: space within cells Use to force new lines inside a cell.

15 HTML: Frames  Document to set frames: use not     Source documents are standard html documents.  The windows/frames are independent of each other.  Common use: a top or left frame as a table of contents.  Click a link in the TOC and the main window is updated.  You need to specify the frame in the link.  Introduction to MIS  If users have a Microsoft browser, you can also use IFrames, which enable you to display a separate “page” in a frame that floats within the other HTML. Useful if you want to add a “window” to the middle of a page and fill it with different information.

16 HTML: References Netscape Microsoft HTML Compendium.org

17 META Tags In the old days, search engines used Meta tags to help identify content, but people abused them. So now they are ignored. Content rating labels using META PICS