Creating an HTML Document Using Macromedia Dreamweaver

Size: px
Start display at page:

Download "Creating an HTML Document Using Macromedia Dreamweaver"

Transcription

1 INFORMATION SYSTEMS SERVICES Creating an HTML Document Using Macromedia Dreamweaver This tutorial workbook contains a series of exercises that give an introduction to creating HTML documents for the World Wide Web using Macromedia Dreamweaver MX. AUTHOR: Information Systems Services, DATE: August 2002 EDITION: 1.3 TUT 61 50p UNIVERSITY OF LEEDS

2 Contents Introduction 1 Objectives of this document 1 Prerequisites 1 What is HTML? 1 Task 1 Creating a Website Directory 2 Task 2 Introducing Dreamweaver 3 Task 3 Creating a Local Site 7 Task 4 Creating a New Document 9 Task 5 Adding Text to your HTML Document 11 Task 6 Block Level Elements 13 Task 7 Physical and Logical Formatting Tags 15 Task 8 Bulleted and Numbered Lists 16 Task 9 Background Colours and the Font Tag 18 Task 10 Creating Hypertext Links 20 Task 11 Using Inline Images 22 Task 12 Signing your Document as the Author 24 HTML A Quick Reference 26 Useful WWW Authoring Resources 29 Format Conventions In this document the following format conventions are used: Commands that you must type in are shown in bold Courier font. Menu items are given in a Bold, Arial font. Keys that you press are given in a Bold, Arial font. Feedback My Site Windows Applications Enter If you notice any mistakes in this document please contact the Information Officer. should be sent to the address info-officer@leeds.ac.uk Copyright This document is copyright University of Leeds. Permission to use material in this document should be obtained from the Information Officer ( should be sent to the address info-officer@leeds.ac.uk) Print Record This document was printed on 18-Jun-03. 1

3 Introduction Objectives of this document This workbook provides a series of exercises on authoring an HTML document for publishing on the World Wide Web (WWW). When you have completed these exercises you should be able to: Design your own web pages View your documents using a WWW browser Prerequisites This document assumes you are familiar with using Microsoft Windows applications. What is HTML? HTML is an acronym for HyperText Markup Language, the language used to create pages for publishing on the World Wide Web. HTML has very powerful capabilities which enable you to create hypertext links to other HTML files and also allows you to include graphics, video and sound files in your document. This is done by inserting special strings of characters, called HTML tags, into your document. These tags control the structure and behaviour of the text or the bits of information to be displayed. Most HTML tags have an opening and closing tag; the closing tag is indicated by a forward slash. The HTML syntax comprising the tag is surrounded by a left and right angle bracket. The following is an example of a heading tag. NB: <H1>Authoring HTML Documents</H1> HTML tags are not case sensitive. Some opening tags come with particular attributes and values, separated by an equals sign, which further modify the effect of the HTML tag. A closing tag cannot contain an attribute. For example... <H1 ALIGN= CENTER >Authoring HTML Documents</H1>... centres the heading in your document. The default value is LEFT. It is the browser that controls how your document is displayed on your computer screen. There are many browsers available, and each may format your HTML document in a slightly different way. Be aware that perhaps not everyone will view your document in the same way as you do. 1

4 Task 1 Creating a Website Directory Objective To create a directory to store website files in. Instructions Launch Microsoft Windows XP and Windows Explorer. Comments Read through each activity carefully and in its entirety before attempting it. Activity 1.1 Login to the Windows NT desktop. Activity 1.2 Click on the Start menu and select Programs, and Windows NT Explorer, or double-click on the Explorer icon on the desktop. Activity 1.3 Select the correct directory, e.g. M:\, from the All Folders window. Activity 1.4 From the File menu select New, and Folder as shown in Figure 1. Figure 1 Creating a new directory using Windows Explorer Activity 1.5 Activity 1.6 Give the New Folder an appropriate name, such as WWW. Close Explorer. 2

5 Task 2 Introducing Dreamweaver Objective To become familiar with the Dreamweaver MX workspace. Instructions You will open Dreamweaver and familiarise yourself with the windows, toolbars and menus. Comments Dreamweaver MX can look daunting but is easy once you know your way around. Activity 2.1 Open Dreamweaver by Selecting Start Menu -> Programs -> Internet Tools -> Dreamweaver. The screen should appear as shown in Figure 2. Menu bar Insert pane (object categories above) Other panes Document Window Approx. download time of page Property Inspector Figure 2 The Dreamweaver MX Workspace Note The above screen shot represents the default MX workspace. It is possible to minimise unwanted panes by selecting the down-arrow next to the pane title. For example, to minimise the Application subpane on the right-hand side of the screen, click the down-arrow next to the Application window pane title. 3

6 The Document Window The Menu Bar File The Document window displays the current document. The document can be displayed approximately as it will appear in the web browser by clicking the Show Design View button in the top left-hand corner of the document window. Alternatively, the HTML source of the current document can be shown by clicking the Show Code View button, or both souce and design views be shown by clicking the Show Code and Design Views button. The estimated download time of the page is given at the right-hand side of the status bar. The menu bar is discussed below. Dreamweaver has ten main menus on the menu bar of the Document window. The menus follow the standard Windows format of having File and Edit on the left and Window and Help on the right. The menus are described in detail below: The File menu deals with all the file-handling aspects of Dreamweaver such as opening, saving and creating new files or sites. This menu also contains data handling commands such as the importing, exporting, and converting of documents. Link-checking and previewing of pages in browsers are also available commands. Finally the command to quit Dreamweaver is here. Edit The Edit menu contains commands for undoing/redoing actions, cut, copy, paste, and find and replace. It also contains the preferences command which allows you to alter your own Dreamweaver set-up. View The View menu alters the display attributes, such as whether gridlines are displayed, or certain palettes or borders are showing. Insert The Insert menu contains commands to insert various objects such as those contained within the Object palette (see later), line breaks, etc. Modify The Modify menu contains commands for modifying various objects such as tables, frames, etc., as well as for altering links and the page properties. Text The Text menu contains the text formatting commands such as font size, colour, type, alignment, etc. Commands The Commands menu contains the commands for cleaning up the HTML, applying source formatting, etc. Site The Site menu allows you to work with sites you have defined (see section 3). 4

7 Window The Window menu is a series of commands which allow you to select the various windows and floating palettes or inspectors you may need to view. Help The Help menu allows you to launch the Macromedia Dreamweaver Help Pages in Internet Explorer. The Help system is very comprehensive, if a little difficult to use initially. 5

8 The Dreamweaver MX workspace Dreamweaver has one main window which contains the current HTML document together with some sub-windows (or panes). These panes are described in further detail below. Other inspectors, such as Layers and Frames, are available from the Window menu but will not be discussed here. Insert pane The Insert Pane, seen immediately above the document window, contains buttons for creating various types of objects such as images, tables, layers, and so on. Various categories of object are available in separate tabs, which are selected by clicking on the appropriate category tag name. Property Inspector The Property Inspector displays properties for a selected object such as font type, font size, link URL, etc. Activity 2.2 Familiarise yourself with the menu choices, buttons, etc., by using the mouse hovering the cursor over the buttons on the palettes/inspectors will show a brief description of what each one does. Activity 2.3 Minimise the Property Inspector as it will not be used for most of this work. Design Gives you detailed information about the HTML, CSS and Javascript on the current page. Code Tag Inspector tab provides details of the structure of the HTML page and enables you to select HTML objects in the document window. The Snippets tag shows a library of HTML snippets, sections of HTML such as footers etc., which can be inserted into the HTML page. Application The Application window is used when developing a web server application in technologies such as ASP or PHP. File This pane gives you access to the information about the Site you are working with. 6

9 Task 3 Creating a Local Site Objective To create a local site. Instructions You will create a local site using the New Site command. Comments Dreamweaver s Site window helps manage a website easily. This is a very brief introduction: further information should be gleaned from the Help system. Activity 3.1 From the File menu in Document window of Dreamweaver choose New Site. Activity 3.2 In the Site Definition dialog box, select Local Info from the Category list. Figure 3 Site Definition Dialog Box 7

10 Activity 3.3 Enter a Site Name, such as My Site. Activity 3.4 Choose the directory set up in Task 1 as the Local Root Folder. Activity 3.5 Click <OK>. Note The File pane, shown in Figure 4, can be used for viewing local and remote sites, adding or removing site documents, or for storyboarding. The window consists of two panes, a splitterbar, a menu bar, and certain buttons. Any changes to the File pane will remain in place even after it has been closed and re-opened. By default, only the local files are shown in the file pane. To see the full site view, including remote files on the webserver, click the Expand/Collapse button in the File pane. Site management is beyond the scope of this document. For more information see the Dreamweaver Help Pages. Figure 4 The Site Window 8

11 Task 4 Creating a New Document Objective To understand the preliminary HTML markup tags. Instructions You will begin creating an HTML document by inserting a title into the HTML template created by Dreamweaver. You will then view the document using Netscape. Comments Dreamweaver gives you a facility (under the File menu) to select different browsers to test your HTML document. Activity 4.1 From the Document Window choose the Show Code View button. This will show the HTML Code of the current document in the document window. At first the only code present is that automatically generated by Dreamweaver upon opening a new document, as shown in Figure 5. Note Note Figure 5 Automatically generated HTML code All HTML documents must begin with a DOCTYPE tag. This defines the standard by which the code is written. In this example the code is HTML 4.01 Transitional. The first HTML tag should be <html> and last HTML tag on the document </html> tag. The entire HTML page is defined between these two tags. All HTML documents comprise of a <head> section and a <body> section. The <head> section contains the basic information about the page which is used by the browser, such as the title of the page and any <meta> tags, such as keywords for search engines to pick up. The <body> section contains the actual content of the web page. 9

12 Activity 4.2 Insert the title Creating an HTML Document using Dreamweaver between the <title></title> tags by selecting the words Untitled Document and replacing them with the above. Click the Show Design View button. Notice that the title of your document now appears in the title box of the Document window. Activity 4.3 Save the document by choosing the Save As option from the File menu. Save the file with a suitable name and the file extension.html (e.g. index.html). Click Save. 10

13 Task 5 Adding Text to your HTML Document Objective To add some text to the body of your document. Instructions You will add some text to your document and use the paragraph and line break tags to format paragraphs. Comments WWW browsers ignore white space in documents. Paragraphs and line breaks can only be created using the appropriate HTML markup. Activity 5.1 In the Code View type the following text (shown in bold) into the body of your document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>creating an HTML Document using Dreamweaver</title> <meta http-equiv="content-type" content="text/html; charset=iso "> </head> <body bgcolor="#ffffff"> Creating Web Pages HTML Authoring / Stage 1 University of Leeds Information Systems Services The World Wide Web is "the universe of network-accessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to." Tim Berners-Lee, The World Wide Web, 1993 </body> </html> Activity 5.2 Select Design View to view your document as it would appear in a web browser. Note Your document doesn t contain any paragraphs, as any white space in your document is ignored by the browser. You will enter some paragraph and line break tags in the next activity. Activity 5.3 Go back to Source View and add the following paragraph <p> and line break <br> tags to your document (shown in bold below) using the instructions below and over the page: <p>creating Web Pages<br> HTML Authoring / Stage 1<br> University of Leeds Information Systems Services</p> <p>the World Wide Web is "the universe of networkaccessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to."</p> <p>tim Berners-Lee, The World Wide Web, 1993</p> These tags can be entered using either the Design view or typed direcrtly into the Source View, as shown below. 11

14 Line Break Tag: In Design View, place your cursor at the end of the line where you are going to place the line break tag, then press Shift-Enter. Alternatively, in the Code View type in the tag <br> as shown above. Paragraph Tags: In the Design View place the cursor in front of the first word of a paragraph and press Enter on the keyboard (viewing the Code View will show the introduced <p> tags), or in the Code View type in the <p> </p> tags as shown above. Activity 5.4 Save the document and view your changes in Netscape by selecting the File menu, Preview in Browser, and Netscape. Note The page looks the same in the browser as it does in the Dreamweaver Design View. 12

15 Task 6 Block Level Elements Objective To add block level elements to the text in your HTML document. Instructions You will use the three top levels of headings with the attribute align, and the <blockquote> tag. Comments There are six sizes of heading in HTML; <h1> being the largest and <h6> being the smallest. Activity 6.1 Add the following heading tags (shown in bold below): <h1>creating Web Pages</h1> <h2>html Authoring / Stage 1</h2> <h3>university of Leeds Information Systems Services</h3> <p>the World Wide Web is the universe of networkaccessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to. </p> <p>tim Berners-Lee, The World Wide Web, 1993</p> The heading tag is a block level element which, by default, adds a blank line immediately above and below the heading. You can therefore delete the first two <br> tags using the Code View. In the Design View add <p></p> tags by pressing the Enter key at the start of sections HTML Authoring and University of Leeds. Then highlighting each heading in turn select the appropriate heading type (1, 2 or 3) using the Text tab on the Insert pane. Dreamweaver will exchange the <p></p> tags for the correct heading tags for you. Activity 6.2 View your document in the Design View and check the source code in the Code View. Activity 6.3 Use Dreamweaver to enter the following align attribute, shown in bold below, into the heading tags. The align attribute takes the values left, right or center. You will use the value center. <H1 align= center >Creating Web Pages</H1> <H2 align= center >HTML Authoring / Stage 1</H2> <H3 align= center >University of Leeds Information Systems Services</H3> In the Document window Design View highlight the three headings and use the Property Inspector to set Centre Alignment by clicking the button.dreamweaver will, again, automatically add the above HTML tags to the source code (check the Code View for confirmation of this action). 13

16 Activity 6.4 You can also centre text in the same way or by selecting the Text menu followed by Align followed by Center. This action results in the HTML shown below. <p align= center >Tim Berners-Lee, The World Wide Web, 1993</p> Activity 6.5 View the changes in the Design View and Code View. Activity 6.6 Use the Document Window to enter the following <blockquote> tag in your document as shown in bold below. <blockquote>the World Wide Web is "the universe of network-accessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to."</blockquote> <p align= center >Tim Berners-Lee, The World Wide Web, 1993</p> Highlight the text around which you will place the <BLOCKQUOTE> tag. Select the Text menu, and Indent. Activity 6.7 View the changes in the Design View and Code View. Note The <blockquote> tag is used to enclose text as a block quotation, and is indented from the left-hand margin. 14

17 Task 7 Physical and Logical Formatting Tags Objective To add physical and logical formatting tags to your document. Instructions You will use the logical formatting tags <strong> and <em> Comments HTML formatting tags such as bold and italics give you control over the appearance of text in a document. Logical formatting tags <strong> and <em> (emphasis) define the role that the text has in a sentence. The use of logical tags is now preferred to the use of physical formatting tags as they can be rendered by an audio-enabled browser used by the visually impaired by a change in the emphasis in the voice. Physical styles such as bold and italics cannot be rendered in this way. Activity 7.1 In the Document window add the character formatting tags <strong>, <em> and <u> to your document, as shown in bold below: <blockquote><p>the <b><u>world Wide Web</u></b> is "the universe of network-accessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to."</p></blockquote> <p align= center ><i>tim Berners-Lee, The World Wide Web, 1993</i></p> Highlight the appropriate text and from the Text menu select Style and then the correct character formatting tag, Bold, Italic or Underline. A small tick will appear next to your formatting choice in the Style submenu. Activity 7.2 View your changes in the Code View. Note Some HTML tags can be nested, but ensure that an HTML tag is closed before another one is opened. For example: <b><u>world Wide Web</b></u> is incorrect HTML. Some browsers may not be able to format this text correctly. Activity 7.3 View your changes in the Design View and Code View. 15

18 Task 8 Bulleted and Numbered Lists Objective To add bulleted (unordered) and numbered (ordered) lists to your document. Instructions You will add bulleted list tags <ul>...</ul> and the numbered list tags <ol>...</ol> with the <li> tag. Comments The <ul> tag defines the start of an unordered list, and the <ol> tag defines the start of an ordered list. The <li> tag defines the items in the list. Activity 8.1 Enter the following text (shown in bold) in the Document window and add the correct formatting tags (as shown in previous tasks using the Text menu) after the last sentence in your document: <p align= center ><i>tim Berners-Lee, The World Wide Web, 1993</i></p> <h3>www Browsers</h3> <p>browsers are software tools that allow you to view HTML documents and also to search for information on the Internet via the World Wide Web (WWW). Here is a list of some of them:</p> <p>graphical WWW Browsers;</p> <p>netscape Navigator</p> <p>internet Explorer</p> <p>opera</p> <p>hotjava</p> <p>text Only Browsers;</p> <p>lynx<p> Activity 8.2 Highlight the list of WWW browsers and select the Text menu, followed by List, Unordered List. This will produce a tick next to the Unordered List option. Dreamweaver will automatically alter the <p> tags for <li> </li> tags, and introduce the <ul> </ul> tags to the source code. Activity 8.3 View your changes in the Design View and Code View. Activity 8.4 Change the bulleted list to a numbered list. Highlight the list and select the Text menu, followed by List, Ordered List. This will move the tick from the Unordered List option to the Ordered List option. 16

19 Activity 8.5 Lists can also be nested. In the Document Window highlight the list items you wish to nest and from the Text menu choose Indent. Dreamweaver will automatically add the tags shown in bold below to the HTML code: <ol> <li>graphical WWW Browsers;</li> <ol> <li>netscape Navigator</li> <li>internet Explorer</li> <li>arena</li> <li>hotjava</li> </ol> <li>text Only Browsers;</li> <ol> <li>lynx</li> </ol> </ol> Activity 8.6 View your changes in the Design View and Code View. Activity 8.7 You can use Arabic numerals, Roman numerals, capital letters or small letters as your numbering format in your Ordered List, by inserting the attribute TYPE into the <ol> tag. (The attribute type when used in the Unordered List gives you the option to use either a disc, circle or square as your bullet.) In the Document Window enter the following attributes for Roman numerals (shown in bold below) into your Ordered List: <ol type= I > <li>graphical WWW Browsers; <ol type= i > <li>netscape Navigator <li>internet Explorer <li>arena <li>hotjava </ol> <li>text Only Browsers; <ol type= i > <li>lynx </ol> </ol> Place the cursor in front of Graphical WWW Browsers. From the List submenu (see Text menu) select Properties. From the drop-down list Style select Roman Large. Place the cursor in front of Netscape Navigator. From the List submenu select Properties. From the drop-down list Style select Roman Small. Place the cursor in front of Lynx. From the List submenu select Properties. From the drop-down list Style select Roman Small. Activity 8.8 View your changes in the Design View and Code View. 17

20 Task 9 Background Colours and the Font Tag Objective To change the background colour of your document and to change the appearance of fonts. Instructions Use the Page Properties dialog box to change the background colour of your document, and the <font> tag for changing the appearance of fonts. Comments You can change the size of text by using the size attribute in the <font> tag, value 1 being the smallest, and value 7 being the largest. The default value is 3. Activity 9.1 Select Page Properties from the Modify menu. The following dialog box will appear. Figure 6 The Page Properties Dialog Box Activity 9.2 Click the box next to Background and choose a colour from the colour palette. View your change in the Design View and the Code View Activity 9.3 Enter the font tag <font>...</font> and its attributes size and color to the quotation at the beginning of your document. Highlight all of the following text, in the Document window: The World Wide Web is "the universe of network-accessible information, an embodiment of human knowledge... W3 uses hypertext and multimedia techniques to make the Web easy for anyone to roam, browse, and contribute to." 18

21 Add the <font size= color=> tag by selecting Text, Size, 2, followed by Text, Color, and then selecting a colour of your choice from the colour palette. Activity 9.4 View the changes you have made in the Design View and Code View. 19

22 Task 10 Creating Hypertext Links Objective To create local and remote hypertext links to other HTML documents. Instructions Use the anchor tag <a> and create a link to the top of your document, and to a remote website. Comments Intra-linking allows you to create links to regions within the same document. This saves users having to scroll through several screens of text. Activity 10.1 Create a hypertext link to the top of your document. In the Document window place the cursor in front of the heading Creating Web Pages (do not highlight) and select the Insert menu and Named Anchor. The following dialog box will appear: Figure 7 Creating an Anchor Enter a suitable name for your anchor, such as Top, and click <OK>. Activity 10.2 Go to the end of your document and type in the following text which will become your hypertext link. To Top of Page Highlight the text you have just entered. Use the Property Inspector to insert a link to the named anchor. In the Link field type #Top as shown in figure 8. Figure 8 Creating a local hypertext link using the Property Inspector The prefix # tells a browser that the link is embedded in the current page. View the HTML Inspector. The following HTML tags will have been inserted into your document. <a href="#top">to Top of Page</a> Activity 10.3 Test that the link works in Netscape by first saving the document, then by selecting File menu, Preview in Browser, and Netscape to load the document into the browser and then clicking on the link. Activity 10.4 Return to Dreamweaver and create a link to Tim Berners-Lee s home page. Highlight the words Tim Berners-Lee located after the quote in 20

23 your document, and in the Link field of the Property Inspector type in the following URL: Activity 10.5 Save the document and test that your link works in Netscape. Note The Property Inspector can also be used to add many of the formatting tags already mentioned such as heading tags, paragraph tags, font type, size and style, text alignment, and list items. 21

24 Task 11 Using Inline Images Objective To insert an inline image into your document and link it to another web page. Instructions Insert the image logo.gif using the <img> tag. Comments There are a number attributes you can use with the <img> tag. One of which is the alt attribute which allows you to enter alternative text. This text is displayed by browsers that are unable to display images, or if their image display option has been disabled by the user. Use of the ALT attribute is important in producing accessible web pages. NB: In your browser go to the University of Leeds Campusweb home page at: Place the mouse cursor over the Campusweb logo and click the right mouse button once. Choose the Save Image As option (or Save Picture As ) and save the image as cwlogo.gif in the same directory as your html document. Minimise Netscape. Activity 11.1 In the Document window enter the image cwlogo.gif next to the heading University of Leeds. Place your cursor in front of the heading University of Leeds and select Image from the Insert menu. Go to your web directory, choose cwlogo.gif and click Select. Figure 9 Inserting an inline image 22

25 Activity 11.2 In the Document window select the image. In the Property Inspector add a suitable description of the image in the Alt field e.g. Campusweb Logo. Select Middle from the drop-down list in the Align field. Also, add 5 to the H space field. This should give a Property Inspector similar to that shown in Figure 10. Figure 10 The Image Property Inspector The following HTML code should have been added in the Code View: <img src="logo.gif" width="76" height="76" alt="campusweb Logo" align="middle" hspace="5"> Activity 11.3 View your document in Netscape. Activity 11.4 Now create a link from the image to the University of Leeds Campusweb home page. Select the image and type the following URL for the University of Leeds Campusweb home page into the Link field of the image Property Inspector. Activity 11.5Test the clickable image in Netscape. 23

26 Task 12 Signing your Document as the Author Objective To sign your document as the author and enter an link. Instructions Use <meta> tags to insert your name, and include an link in the document. Comments You can put anything you think will be useful to readers of your page in the footer of your document, such as a contact address or a copyright notice. Activity 12.1 In the head of the document add <meta> tags showing who the author is and when the pages were last updated. From the Insert menu, select Head Tags and Meta. This will open the Insert Meta dialog box. To add author details in the Value field type Author, and in the Content field type Your_Name. See Figure 11. Figure 11 Inserting Meta Tags To add a date to the document select Meta again (from the Head Tags submenu of the Insert menu). In the Value field type Last Updated, and in the Content field type Today s_date. To add a copyright statement select Meta again (from the Head Tags submenu of the Insert menu). In the Value field type Copyright, and in the Content field type This document copyright 2002 University of Leeds. View the added code below in the HTML Inspector. <meta name="author" content="your_name"> <meta name="last Updated" content="august 2002"> <meta name="copyright" content="this document copyright 2002 University of Leeds"> Activity 12.2 Insert a horizontal rule at the bottom of the page. Place your cursor at the bottom of the page and select Insert, Horizontal Rule from the menu bar. Activity 12.3 View your changes in the Design View and Code View. 24

27 Activity 12.4 Insert an address at the bottom of your document, below the horizontal rule, e.g: your comments to Highlight the above text and select Text, Style, Italic, followed by Text Size, 2, from the menu bar. Highlight your address. In the Property Inspector type in the Link field. Dreamweaver will insert the code given below. your comments to <a href= uk</a> Activity 12.5 View your page in the Design View. Test your link in Netscape. Well done! You ve just created your first HTML document. 25

28 HTML A Quick Reference HTML tags which have an opening and closing tag are called container tags. HTML tags which cause paragraph breaks, e.g., <Hn>, <LI> and <P> are called block level elements; those that do not cause breaks e.g., <EM>, <STRING>, <U> and <FONT> are called text level elements. A full description of HTML tags and browser extensions can be found using the Code Pane. Select the Reference Tab and the book O Reilly HTML Reference. Structure Tags <HTML>...</HTML> Attributes: <BODY>...</BODY> Attributes: version=string background=url bgcolor=colour link=colour text=colour <HEAD>...</HEAD> Contains information about the HTML document, most importantly the document s title. Head Tags <TITLE>...</TITLE> <META> Supplies additional information about a document such as author, copyright, etc. Hypertext Links <A HREF= URL >...</A> Creates a hypertext link. <A NAME= name >...</A> Creates a target name, as a destination for a hypertext link. Body Content Tags <Hn>...</Hn> Heading, where n is level 1, 2, 3, 4, 5 or 6 Attributes: align=left, right or center <BLOCKQUOTE>...</BLOCKQUOTE> For quotations <CENTER>...</CENTER> 26

29 <BR> (Line Break) <P>...</P> (Paragraph - closing tag is optional) Attributes: <HR> (Horizontal Rule) Attributes: <FONT>...</FONT> align=left, right or center align=left, right or center noshade size=pixels width=value or % Attributes: size=1, 2, 3, 4, 5, 6 or 7 (default = 3) color=colour *for list of colours see below Text Level Elements <EM>...</EM> Logical tag: for text produces italics <STRONG>...</STRONG> Logical tag: produces bold text <B>...</B> Bold: now being deprecated <I>...</I> Italics: now being deprecated <U>...</U> Underline <TT>...</TT> Typewriter Style <STRIKE>...</STRIKE> Strike Through Text <BIG>...</BIG> Large Text <SMALL>...</SMALL> Small Text <SUB>...</SUB> Subscript <SUP>...</SUP> Superscript <CITE>...</CITE> Citation: usually in italics <KBD>...</KBD> Text entered by a keyboard <DFN>...</DFN> Definition 27

30 Lists <DL>...</DL> <DT>...</DT> <DD>...</DD> <DIR>...</DIR> <LI>...</LI> <OL>...</OL> <LI>...</LI> <UL>...</UL> <LI>...</LI> Definition List Definition Term Definition Directory List type=bullet Ordered List type=format Unordered List type=bullet Inline Image Tags <IMG> Colours Attributes: align=type (left, right, center) alt=text border=n height=n hspace=n where n is any integer number vspace=n src=url width=n aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, yellow Other <!-- --> (Comment) Anything contained in these angle brackets will not be displayed by your browser. You can use this facility to write notes or reminders to yourself about the document. Don t forget that users will be able to read these comments when viewing the document source in their browser. & (special text character) e.g. = (copyright symbol) è = è (foreign characters) 28

31 Useful WWW Authoring Resources 1. A Beginner s Guide to HTML: 2. A guide to HTML and the WWW, covering elements of HTML Style and HTML editors is available at: 3. The World Wide Web Consortium (W3C) for the latest developments on the WWW and HTML is available at the URL: 4. An HTML validation service is available at the URL: This enables you to check that the HTML you have written complies with standards 6. There are a number of useful Usenet newsgroups available: comp.infosystems.www comp.infosystems. ISS WWW Services Software support and advice Programming Server support Database integration Project work Documentation (such as this guide) Training (including using Macromedia Dreamweaver MX as an HTML authoring tool). For further information on the ISS WWW Services contact: Mr. B. Diggle (b.w.diggle@leeds.ac.uk) 29

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University Web Design Basics Cindy Royal, Ph.D. Associate Professor Texas State University HTML and CSS HTML stands for Hypertext Markup Language. It is the main language of the Web. While there are other languages

More information

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D 1 LEARNING OUTCOMES Describe the anatomy of a web page Format the body of a web page with block-level elements

More information

HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout

HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout Fall 2011, Version 1.0 Table of Contents Introduction...3 Downloading

More information

Chapter 2 HTML Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

Chapter 2 HTML Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D Chapter 2 HTML Basics Key Concepts Copyright 2013 Terry Ann Morris, Ed.D 1 First Web Page an opening tag... page info goes here a closing tag Head & Body Sections Head Section

More information

Introduction to Web Design Curriculum Sample

Introduction to Web Design Curriculum Sample Introduction to Web Design Curriculum Sample Thank you for evaluating our curriculum pack for your school! We have assembled what we believe to be the finest collection of materials anywhere to teach basic

More information

Advanced HTML Authoring Using Tables

Advanced HTML Authoring Using Tables INFORMATION SYSTEMS SERVICES Advanced HTML Authoring Using Tables This tutorial workbook contains a series of exercises on creating tables in HTML documents using Macromedia Dreamweaver MX. AUTHOR: Information

More information

Adobe Dreamweaver - Basic Web Page Tutorial

Adobe Dreamweaver - Basic Web Page Tutorial Adobe Dreamweaver - Basic Web Page Tutorial Window Elements While Dreamweaver can look very intimidating when it is first launched it is an easy program. Dreamweaver knows that your files must be organized

More information

How to Manage Your Eservice Center Knowledge Base

How to Manage Your Eservice Center Knowledge Base Populating and Maintaining your eservice Center Knowledge Base Table of Contents Populating and Maintaining the eservice Center Knowledge Base...2 Key Terms...2 Setting up the Knowledge Base...3 Consider

More information

The McGill Knowledge Base. Last Updated: August 19, 2014

The McGill Knowledge Base. Last Updated: August 19, 2014 The McGill Knowledge Base Last Updated: August 19, 2014 Table of Contents Table of Contents... 1... 2 Overview... 2 Support... 2 Exploring the KB Admin Control Panel Home page... 3 Personalizing the Home

More information

Introduction to XHTML. 2010, Robert K. Moniot 1

Introduction to XHTML. 2010, Robert K. Moniot 1 Chapter 4 Introduction to XHTML 2010, Robert K. Moniot 1 OBJECTIVES In this chapter, you will learn: Characteristics of XHTML vs. older HTML. How to write XHTML to create web pages: Controlling document

More information

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...

More information

ICT 6012: Web Programming

ICT 6012: Web Programming ICT 6012: Web Programming Covers HTML, PHP Programming and JavaScript Covers in 13 lectures a lecture plan is supplied. Please note that there are some extra classes and some cancelled classes Mid-Term

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

Creating HTML authored webpages using a text editor

Creating HTML authored webpages using a text editor GRC 175 Assignment 1 Creating HTML authored webpages using a text editor Tasks: 1. Acquire web host space with ad free provider 2. Create an index webpage (index.html) 3. Create a class management webpage

More information

Getting Started with KompoZer

Getting Started with KompoZer Getting Started with KompoZer Contents Web Publishing with KompoZer... 1 Objectives... 1 UNIX computer account... 1 Resources for learning more about WWW and HTML... 1 Introduction... 2 Publishing files

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

HTML, CSS, XML, and XSL

HTML, CSS, XML, and XSL APPENDIX C HTML, CSS, XML, and XSL T his appendix is a very brief introduction to two markup languages and their style counterparts. The appendix is intended to give a high-level introduction to these

More information

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going. Web Design 1A First Website Intro to Basic HTML So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going. Ok, let's just go through the steps

More information

Microsoft FrontPage 2003 Creating a Personal Web Page

Microsoft FrontPage 2003 Creating a Personal Web Page IT Services Microsoft FrontPage 2003 Creating a Personal Web Page Contents Introduction... 2 Loading a Browser... 2 Looking Behind Web Pages... 2 Creating a Web Page... 3 A Simple Page... 3 Web Page Views...

More information

Dreamweaver CS6 Basics

Dreamweaver CS6 Basics Dreamweaver CS6 Basics Learn the basics of building an HTML document using Adobe Dreamweaver by creating a new page and inserting common HTML elements using the WYSIWYG interface. EdShare EdShare is a

More information

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer) ITS Training Introduction to Web Development with Dreamweaver In this Workshop In this workshop you will be introduced to HTML basics and using Dreamweaver to create and edit web files. You will learn

More information

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17 Web Design Revision AQA AS-Level Computing COMP2 204 39 minutes 39 marks Page of 7 Q. (a) (i) What does HTML stand for?... () (ii) What does CSS stand for?... () (b) Figure shows a web page that has been

More information

Web Publishing Basics 2

Web Publishing Basics 2 Web Publishing Basics 2 HTML and CSS Coding Jeff Pankin pankin@mit.edu Information Services and Technology Contents Course Objectives... 2 Creating a Web Page with HTML... 3 What is Dreamweaver?... 3 What

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) In this project, you will learn the web publishing skills you need to: Plan a website Define a

More information

Page Formatting In Microsoft Word XP

Page Formatting In Microsoft Word XP INFORMATION SYSTEMS SERVICES Page Formatting In Microsoft Word XP This document contains a series of exercises in changing the appearance of a page in Microsoft Word XP. AUTHOR: Information Systems Services,

More information

Creating Web Pages With Dreamweaver MX 2004

Creating Web Pages With Dreamweaver MX 2004 Creating Web Pages With Dreamweaver MX 2004 1 Introduction Learning Goal: By the end of the session, participants will have an understanding of: What Dreamweaver is, and How it can be used to create basic

More information

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates What is a DIV tag? First, let s recall that HTML is a markup language. Markup provides structure and order to a page. For example,

More information

Introduction to Macromedia Dreamweaver MX

Introduction to Macromedia Dreamweaver MX Introduction to Macromedia Dreamweaver MX Macromedia Dreamweaver MX is a comprehensive tool for developing and maintaining web pages. This document will take you through the basics of starting Dreamweaver

More information

COMMON CUSTOMIZATIONS

COMMON CUSTOMIZATIONS COMMON CUSTOMIZATIONS As always, if you have questions about any of these features, please contact us by e-mail at pposupport@museumsoftware.com or by phone at 1-800-562-6080. EDIT FOOTER TEXT Included

More information

Using WS_FTP. This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. INFORMATION SYSTEMS SERVICES.

Using WS_FTP. This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. INFORMATION SYSTEMS SERVICES. INFORMATION SYSTEMS SERVICES Using WS_FTP This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. AUTHOR: Information Systems Services DATE: July 2003 EDITION: 1.1 TUT

More information

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu Revised 4/28/2014 CONTENTS The eclps Overview... 3 Objectives... 3 Adding the Syllabus or Lessons Tool to

More information

Short notes on webpage programming languages

Short notes on webpage programming languages Short notes on webpage programming languages What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of

More information

An Attribute is a special word used inside tag to specify additional information to tag such as color, alignment etc.

An Attribute is a special word used inside tag to specify additional information to tag such as color, alignment etc. CHAPTER 10 HTML-I BASIC HTML ELEMENTS HTML (Hyper Text Markup Language) is a document-layout and hyperlink-specification language i.e., a language used to design the layout of a document and to specify

More information

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College *

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Some Student Organizations are on our web server called

More information

04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks

04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks One of the greatest strengths of Hypertext Markup Language is hypertext the ability to link documents together. The World Wide Web itself consists of millions of html documents all linked together via

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

More information

Website Planning Checklist

Website Planning Checklist Website Planning Checklist The following checklist will help clarify your needs and goals when creating a website you ll be surprised at how many decisions must be made before any production begins! Even

More information

Web Design with Dreamweaver Lesson 4 Handout

Web Design with Dreamweaver Lesson 4 Handout Web Design with Dreamweaver Lesson 4 Handout What we learned Create hyperlinks to external websites Links can be made to open in a new browser window Email links can be inserted onto webpages. When the

More information

IAS Web Development using Dreamweaver CS4

IAS Web Development using Dreamweaver CS4 IAS Web Development using Dreamweaver CS4 Information Technology Group Institute for Advanced Study Einstein Drive Princeton, NJ 08540 609 734 8044 * helpdesk@ias.edu Information Technology Group [2] Institute

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence

Basic Formatting of a Microsoft Word. Document for Word 2003 and 2007. Center for Writing Excellence Basic Formatting 1 Basic Formatting of a Microsoft Word Document for Word 2003 and 2007 Center for Writing Excellence Updated April 2009 Basic Formatting 2 Table of Contents GENERAL FORMATTING INFORMATION...

More information

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING The European Computer Driving Licence Foundation Ltd. Portview House Thorncastle Street Dublin 4 Ireland Tel: + 353

More information

Introduction to Microsoft Word 2003

Introduction to Microsoft Word 2003 Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new

More information

Terminal Four (T4) Site Manager

Terminal Four (T4) Site Manager Terminal Four (T4) Site Manager Contents Terminal Four (T4) Site Manager... 1 Contents... 1 Login... 2 The Toolbar... 3 An example of a University of Exeter page... 5 Add a section... 6 Add content to

More information

Mura CMS. (Content Management System) Content Manager Guide

Mura CMS. (Content Management System) Content Manager Guide Mura CMS (Content Management System) Content Manager Guide Table of Contents Table of Contents 1. LOGGING IN...1 2. SITE MANAGER...2 3. ADDING CONTENT (Pages, Folders, etc.)...6 4. WORKING WITH IMAGES...15

More information

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Advanced Drupal Features and Techniques

Advanced Drupal Features and Techniques Advanced Drupal Features and Techniques Mount Holyoke College Office of Communications and Marketing 04/2/15 This MHC Drupal Manual contains proprietary information. It is the express property of Mount

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.

More information

Creating Your Personal Website

Creating Your Personal Website Creating Your Personal Website These instructions will show you how to create a personal webpage for CSULB students using Dreamweaver MX 2004. The page will consist of a title, background image, text,

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Creating a Resume Webpage with

Creating a Resume Webpage with Creating a Resume Webpage with 6 Cascading Style Sheet Code In this chapter, we will learn the following to World Class CAD standards: Using a Storyboard to Create a Resume Webpage Starting a HTML Resume

More information

Dreamweaver: Managing Your Site and Content. Oxford University Computing Services

Dreamweaver: Managing Your Site and Content. Oxford University Computing Services Dreamweaver: Managing Your Site and Content Oxford University Computing Services How to Use This Book The Exercises This handbook accompanies the taught sessions for the course. Each section contains a

More information

Your First Web Page. It all starts with an idea. Create an Azure Web App

Your First Web Page. It all starts with an idea. Create an Azure Web App Your First Web Page It all starts with an idea Every web page begins with an idea to communicate with an audience. For now, you will start with just a text file that will tell people a little about you,

More information

Quick Guide to the Cascade Server Content Management System (CMS)

Quick Guide to the Cascade Server Content Management System (CMS) Quick Guide to the Cascade Server Content Management System (CMS) Waubonsee Community College Cascade Server Content Administration January 2011 page 1 of 11 Table of Contents Requirements...3 Logging

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Microsoft Word 2013 Creating a Personal Web Page (Level 2)

Microsoft Word 2013 Creating a Personal Web Page (Level 2) IT Training Microsoft Word 2013 Creating a Personal Web Page (Level 2) Contents Introduction... 2 Loading a Browser... 2 Looking Behind Web Pages... 2 Creating a Web Page... 3 A Simple Page... 3 Viewing

More information

WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS (2011-2012)

WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS (2011-2012) WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS (2011-2012) BY MISS. SAVITHA R LECTURER INFORMATION SCIENCE DEPTATMENT GOVERNMENT POLYTECHNIC GULBARGA FOR ANY FEEDBACK CONTACT TO EMAIL:

More information

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL K5 CMS The K5 Content Management System (CMS), previously known as Kwik-Az Updating, is a small downloadable program that permits

More information

General Electric Foundation Computer Center. FrontPage 2003: The Basics

General Electric Foundation Computer Center. FrontPage 2003: The Basics General Electric Foundation Computer Center FrontPage 2003: The Basics September 30, 2004 Alternative Format Statement This publication is available in alternative media upon request. Statement of Non-discrimination

More information

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Lesson 3 Creating Web Pages Using HTML UNESCO EIPICT M6. LESSON 3 1 Rationale Librarians need to learn how to plan, design and create

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

UNPAN Portal Content Management System (CMS) User Guide

UNPAN Portal Content Management System (CMS) User Guide UNPAN Portal Content Management System (CMS) User Guide www.unpan.org User Manual Version 1.0 260309 Page 1 of 36 Table of Contents A. UNPAN Sitemap... 3 B. DPADM Sitemap... 4 C. Introduction to UNPAN

More information

How to Use Swiftpage for Microsoft Excel

How to Use Swiftpage for Microsoft Excel How to Use Swiftpage for Microsoft Excel 1 Table of Contents Basics of the Swiftpage for Microsoft Excel Integration....3 How to Install Swiftpage for Microsoft Excel and Set Up Your Account...4 Creating

More information

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide State of Nevada Ektron Content Management System (CMS) Basic Training Guide December 8, 2015 Table of Contents Logging In and Navigating to Your Website Folders... 1 Metadata What it is, How it Works...

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

Mastering the JangoMail EditLive HTML Editor

Mastering the JangoMail EditLive HTML Editor JangoMail Tutorial Mastering the JangoMail EditLive HTML Editor With JangoMail, you have the option to use our built-in WYSIWYG HTML Editors to compose and send your message. Note: Please disable any pop

More information

Using the Content Management System 05-02-12

Using the Content Management System 05-02-12 Using the Content Management System 05-02-12 Using the Content Management System Introduction 2 Logging In 3 Using the Editor 4 Basic Text Editing 5 Pasting Text 7 Adding Hyperlinks 8 Adding Images 9 Style

More information

-SoftChalk LessonBuilder-

-SoftChalk LessonBuilder- -SoftChalk LessonBuilder- SoftChalk is a powerful web lesson editor that lets you easily create engaging, interactive web lessons for your e-learning classroom. It allows you to create and edit content

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Creating your personal website. Installing necessary programs Creating a website Publishing a website

Creating your personal website. Installing necessary programs Creating a website Publishing a website Creating your personal website Installing necessary programs Creating a website Publishing a website The objective of these instructions is to aid in the production of a personal website published on

More information

SiteBuilder 2.1 Manual

SiteBuilder 2.1 Manual SiteBuilder 2.1 Manual Copyright 2004 Yahoo! Inc. All rights reserved. Yahoo! SiteBuilder About This Guide With Yahoo! SiteBuilder, you can build a great web site without even knowing HTML. If you can

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions) CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions) Step 1 - DEFINE A NEW WEB SITE - 5 POINTS 1. From the welcome window that opens select the Dreamweaver Site... or from the main

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver LESSON 3: ADDING IMAGE MAPS, ANIMATION, AND FORMS CREATING AN IMAGE MAP OBJECTIVES By the end of this part of the lesson you will: understand how image maps can enhance a design and make a site more interactive

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

More information

Introduction to Microsoft Word 2008

Introduction to Microsoft Word 2008 1. Launch Microsoft Word icon in Applications > Microsoft Office 2008 (or on the Dock). 2. When the Project Gallery opens, view some of the available Word templates by clicking to expand the Groups, and

More information

Introducing our new Editor: Email Creator

Introducing our new Editor: Email Creator Introducing our new Editor: Email Creator To view a section click on any header below: Creating a Newsletter... 3 Create From Templates... 4 Use Current Templates... 6 Import from File... 7 Import via

More information

Center for Faculty Development and Support. OU Campus Faculty Website Guide

Center for Faculty Development and Support. OU Campus Faculty Website Guide Center for Faculty Development and Support OU Campus Faculty Website Guide CENTER FOR FACULTY DEVELOPMENT AND SUPPORT...1 OU CAMPUS FACULTY WEBSITE GUIDE...1 INTRODUCTION...3 LEARNING OBJECTIVES...3 I.

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

Content Builder: How-To Guide

Content Builder: How-To Guide Content Builder: How-To Guide In-Line Editing Several of the components have in-line editing where you can format the text and include hyperlinks. To access the in-line editing, click the pencil button

More information

How to Use Swiftpage for Microsoft Outlook

How to Use Swiftpage for Microsoft Outlook How to Use Swiftpage for Microsoft Outlook 1 Table of Contents Basics of the Swiftpage for Microsoft Outlook Integration.. 3 How to Install Swiftpage for Microsoft Outlook and Set Up Your Account...4 The

More information

Dreamweaver Tutorial #1

Dreamweaver Tutorial #1 Dreamweaver Tutorial #1 My first web page In this tutorial you will learn: how to create a simple web page in Dreamweaver how to store your web page on a server to view your page online what the Internet

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor USER GUIDE Unit 4: Schoolwires Chapter 1: Schoolwires Centricity Version 4.2 TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Getting Started... 1 How the Works... 2 Technical Requirements...

More information

Joomla Article Advanced Topics: Table Layouts

Joomla Article Advanced Topics: Table Layouts Joomla Article Advanced Topics: Table Layouts An HTML Table allows you to arrange data text, images, links, etc., into rows and columns of cells. If you are familiar with spreadsheets, you will understand

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Communication Manager Email Template Library

Communication Manager Email Template Library Communication Manager Email Template Library Create and edit email templates for use in mass email and drip campaigns. Email templates can be stored in Template Tags for easy access to frequently used

More information

DRUPAL WEB EDITING TRAINING

DRUPAL WEB EDITING TRAINING LOGIN AND VIEW CONTENT Work in Firefox DRUPAL WEB EDITING TRAINING the black logo in the upper right corner to log into Drupal The User Work Area will come up: General Information My Recent Edits the content

More information

Website Development Komodo Editor and HTML Intro

Website Development Komodo Editor and HTML Intro Website Development Komodo Editor and HTML Intro Introduction In this Assignment we will cover: o Use of the editor that will be used for the Website Development and Javascript Programming sections of

More information

Caldes CM12: Content Management Software Introduction v1.9

Caldes CM12: Content Management Software Introduction v1.9 Caldes CM12: Content Management Software Introduction v1.9 Enterprise Version: If you are using Express, please contact us. Background Information This manual assumes that you have some basic knowledge

More information

Website Builder Documentation

Website Builder Documentation Website Builder Documentation Main Dashboard page In the main dashboard page you can see and manager all of your projects. Filter Bar In the filter bar at the top you can filter and search your projects

More information