1 Using Commands in MS Interdev 6.0 for Building a Web Page Prepared by: Cengizhan Cengiz 030010050.

Slides:



Advertisements
Similar presentations
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Advertisements

HTML popo.
Introduction to HTML & CSS
HTML.
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.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
XHTML Basics.
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.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
How Tags are used to form your Web Page
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Introduction to HTML HTML = Hypertext Markup Language HTML is a very weak language (basically nil). –Not designed to do computation. HTML is designed specifically.
The Power of Tables They aren't just for sitting stuff on anymore...
HTML syntax By Ana Drinceanu. Definition: Syntax refers to the spelling and grammar of a programming language. Computers are inflexible machines that.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 6 Working with Frames.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
1 HTML/CSS Tutorial. 2 Definitions WWW -- a software infrastructure layered on top of the Internet HTTP -- HyperText Transport Protocol, layered on top.
DHTML. What is DHTML?  DHTML is the combination of several built-in browser features in fourth generation browsers that enable a web page to be more.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
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.
HTML Essentials HyperText. Why HyperText ? Hypertext is text or pictures which reference other pages which the reader can immediately access Hypertext.
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
CIS67 Foundations for Creating Web Pages Professor Al Fichera Reference for CIS127 and CIS 137.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
CSS Basic (cascading style sheets)
Working with HTML Frames The Good, The Bad & The Ugly.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 7.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
CSCE 102 – Chapter 6 (Web Design and Layout) CSCE General Applications Programming Benito Mendoza Benito Mendoza 1 By Benito Mendoza.
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.
HTML: Tables & Frames Internet Technology.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
C H 07: M ORE A BOUT HTML Tharith Sriv. O UTLINE You have already learnt almost everything in HTML. In this chapter, you will learn more about:  An HTML.
1 HTML Frames
XP Review 2 New Perspectives on JavaScript, Comprehensive1 Introducing Cascading Style Sheets Formatting Web Pages with CSS.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
1 HTML Frames
ASP Syntax Y.-H. Chen International College Ming-Chuan University Fall, 2004.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
CSS.
DHTML.
Madam Hazwani binti Rahmat
Software Engineering for Internet Applications
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Common Page Design Elements
IDT Links in HTML What you need to know….
Presentation transcript:

1 Using Commands in MS Interdev 6.0 for Building a Web Page Prepared by: Cengizhan Cengiz

Common Commands

Html Description This element identifies the document as containing HTML elements. The begin tag typically appears after the !DOCTYPE element. The end tag comes after all HTML elements in the document.!DOCTYPE Syntax ParameterDescription LANG=language Specifies which language to use in ISO standard language abbreviation form. TITLE= Used to provide advisory information. Remarks Example This is an HTML document.

Body Description Specifies beginning and end of document body. This element can be used to set the background image, the background color, the link color and the top and left margins of the page. The end tag is required. Syntax <BODY ALINK=color BACKGROUND=url BGCOLOR=color BGPROPERTIES=FIXED BOTTOMMARGIN=pixels CLASS=classname ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS LEFTMARGIN=pixels LINK=color RIGHTMARGIN=pixels SCROLL=YES|NO STYLE=css1-properties TEXT=color

TITLE=string TOPMARGIN=n VLINK=color event = script > ParameterDescription ALINK=color The color for the active link. For a complete list of colors, look at the Internet Explorer color table. color table BACKGROUND=url Specifies a background picture. The picture is tiled behind the text and graphics on the page. BGCOLOR=color Sets the background color of the page. For a complete list of colors, look at the Internet Explorer color table.color table BGPROPERTIES= Specifies a watermark, which is a background picture that does not scroll. OTTOMMARGIN= Specifies the bottom margin for the entire body of the page and overrides the default margin. If set to "0" or "", the bottom margin will be exactly on the bottom edge of the window or frame. CLASS=classname Specifies the class of the tag being defined. This is used to associate a sub-classed style sheet with the tag.

ID=value An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position. OTTOMMARGIN= Specifies the bottom margin for the entire body of the page and overrides the default margin. If set to "0" or "", the bottom margin will be exactly on the bottom edge of the window or frame. CLASS=classname Specifies the class of the tag being defined. This is used to associate a sub-classed style sheet with the tag. ID=value An SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underbar character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position. LANG=language Specifies which language to use in ISO standard language abbreviation form. LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT Specifies the language the current script is written in and invokes the proper scripting engine. The default value is JAVASCRIPT. JAVASCRIPT, JSCRIPT The scripting language is written in JavaScript. VBS, VBSCRIPT The scripting language is written in VBScript.

LEFTMARGIN=pixels Specifies the left margin for the entire body of the page and overrides the default margin. If set to "0" or "", the left margin will be exactly on the left edge of the window or frame. LINK=color The color of shortcuts that have not yet been visited. For a complete list of colors, look at the Internet Explorer color table.color table RIGHTMARGIN=pixels Specifies the right margin for the entire body of the page and overrides the default margin. If set to "0" or "", the right margin will be exactly on the right edge of the window or frame. SCROLL=YES | NO Turns on or off the scrollbars. The default is YES. STYLE=css1-properties Specifies an in-line style sheet for the tag. TEXT=color Sets the color of text on the page. For a complete list of colors, look at the Internet Explorer color table. color table TITLE=text Used to provide advisory information. The contents of the title attribute will be displayed in a ToolTip during the onmouseover event.onmouseover TOPMARGIN=pixels Specifies the margin for the top of the page and overrides the default margin. If set to "0" or "", the top margin will be exactly on the top edge of the window or frame. VLINK=color The color of shortcuts that have already been visited. For a complete list of colors, look at the Internet Explorer color table.color table Examples This is the HTML used to insert the background image of this page. <BODY BACKGROUND=" BGPROPERTIES=FIXED BGCOLOR=#FFFFFF TEXT=# LINK=#ff6600 VLINK=#330099> Here's a Web page! </HT