Teach Yourself HTML5 & CSS 3: Level 2 - Week 1 Task 9 Foreground Images

Size: px
Start display at page:

Download "Teach Yourself HTML5 & CSS 3: Level 2 - Week 1 Task 9 Foreground Images"

Transcription

1 Teach Yourself HTML5 & CSS 3: Level 2 - Week 1 Task 9 Foreground Images In the Level 1 course in weeks 3 and 4 of TYHTML5 & CSS3 you looked at inserting images in the background of a webpage. This week we will investigate embedding images in the foreground of a webpage. We will also cover horizontal lines in detail. I think it is important to stay organised so if you have not already done so create a Level 1 folder inside your SPAN server space and then Place all of your Level 1 course files and folders into your Level 1 folder. Create a Level 2 folder inside your SPAN server space for all of the files and folders that you will create in this Level 2 course. Create an images folder inside your Level 2 folder. Make a copy of your Level 1 HTML template and place it in your Level 2 folder. (You can get a copy of the last Level 1 version of template.html from my website if you have misplaced or misfiled your copy.) It should be set up like this: <!DOCTYPE html> <html lang = "en"> <head> <meta charset = "utf-8"> <title>describe your webpage here in no more than 4 words</title> </head> <style type = "text/css"> </style> <body> Your content goes here </body> </html> Points to remember: 1/ Never change this template.html file unless I tell you to. (Very occasionally we will be making additions!) 2/ The template.html file saves you some typing time whenever starting a new webpage. 3/ When opening template.html in Notepad++ (or whatever webpage creation application you prefer to use) as a starting point for a new webpage, immediately save it with a different name; a name that reminds you of what that webpage is about. 4/ Don t forget your webpage file naming rules that you learnt in the Level 1 course. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 1

2 Internet File Naming Rules If you want all people around the world to be able to view your webpages, and also for SEO purposes, follow a few simple rules when naming your webpages, your folders, your images and any other files: File names must begin with a letter of the alphabet. A file name may only be made up of letters, numbers, dashes or the underscore symbol. Do not include spaces in your file names! Avoid the use of the underscore symbol. Use the dash to separate words in a file name. Use only lowercase letters. File names should be no more than four or five words in length and no more than 50 characters. A file name should relate to the contents of the file. The homepage of a website stored on a server should generally be named index.html or index.php Foreground Images Before you start the rest of this task properly: Choose one of the seven authors from: Find a colour or colourised image of your author using Google Images. (You can also get your author s image from Mr Kruyer s website). Save the image in your Level 2\images folder. Rename the image with a sensible name making sure that the file extension does not change. Embedded Images To insert an image (or animation) into the foreground of a webpage you use the <img> tag. As you would expect the corresponding closing tag is </img>. Since you do not place anything between the opening and closing image tags you can shorten <img></img> to <img>. The <img> tag can include a number of attributes and we will deal with each of these separately. You already know from Level 1 TYHTML5 & CSS 3: Week 3 that in coding webpages you can use four types of image files:.png,.jpg,.svg and.gif. To include any one of the four types of image files in your webpage you tell a browser where the image is stored and the name of the image by including the src = " " attribute inside the image tag as shown below: <img src = " "> where the dots are replaced with the image source code. The image source code can use either of two types of locations: a. ABSOLUTE ADDRESS LOCATIONS b. RELATIVE ADDRESS LOCATIONS C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 2

3 We will look at both types of address locations by using examples. a) Absolute Address Locations: <img src = " This code means that: There is a.gif image called Emily_Dickinson that is stored in a directory called images. This images folder is inside a folder called poetry and this is stored on a computer (called a web server) located in America (because the.org has no country code after that so you know it is in the USA). The computer location or domain name is wiredforbooks.org. This is an internet address and is always written in lower case letters. The www part indicates to the browser that the file is a webpage found on the World Wide Web. The part indicates that you can download the image using Hypertext Transfer Protocol. Altogether, the code is called a Universal Resource Locator or URL for short. With absolute addressing you explicitly specify where on the World Wide Web the image is found. Question 1/ Question 2/ Question 3/ What does www stand for? What does.org stand for? What does.com stand for? Question 4/ a. What do the initials ISP stand for? b. What does an ISP do? Question 5/ Question 6/ Question 7/ What is img short for? What is src short for? Write the HTML code to produce an image called star.jpg in your webpage. This is stored in a directory called images that is stored on a computer somewhere in Australia and the world wide web address is C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 3

4 b) Relative Address Locations: Example 1: Example 2: <img src = "emily.png"> This code means that there is a.png graphic called emily that is stored in the same directory as your webpage code. <img src = "images/emily-dickinson.jpg"> This code means that: There is a.jpg graphic called emily-dickinson that is stored in a folder called images. That images folder is stored in the same directory as your webpage code. When we talk about relative addressing we mean that everything is found in the same folder or relative to the folder where the HTML code for the webpage is stored. The relative addressing code that you use to indicate that you go up one folder level from the webpage code is../ To go up two folders levels you use../../ and so on. You might use this if, for example, you ran a number of related websites on a server, each with their own folder but you had a single images folder for all of those sites as shown below: <img src = "../images/gadget1.png"> Question 8/ Briefly explain the difference between absolute and relative addressing. Open Notepad++ and then open your template file that you called template.html Save your webpage in your SPAN Level 2 folder naming it: task9-yi.html recall that yi is replaced with your initials. Change the <title> text to the name of your author. Within the <body> </body> section place a <h1> </h1> heading using the book title. Centre your heading using internal CSS code. Copy ten paragraphs of text (by clicking on <p> and sliding your mouse to 10) about your author from: (You can also get the text from Mr Kruyer s website). Place your ten paragraphs of text underneath your <h1> </h1> heading. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 4

5 Insert the photo of your author (which you saved in your images folder) somewhere in the middle of the second paragraph of your text using relative addressing. as shown in red coloured text below: <body> <h1>the War of the Worlds</h1> <p>and all about him--in the rooms below, in the houses on each side and across the road, and behind in the Park Terraces and in the hundred other streets of that part of Marylebone, and the Westbourne Park district and St. Pancras, and westward and northward in Kilburn and St. John's Wood and Hampstead, and eastward in Shoreditch and Highbury and Haggerston and Hoxton, and, indeed, through all the vastness of London from Ealing to East Ham--people were rubbing their eyes, and opening windows to stare out and ask aimless questions, dressing hastily as the first breath of the coming storm of Fear blew through the streets. It was the dawn of the great panic. London, which had gone to bed on Sunday night oblivious and inert, was awakened, in the small hours of Monday morning, to a vivid sense of danger.</p> <p>unable from his window to learn what was happening, my brother went down and out into the street, just as the sky between the parapets of the houses grew pink with the early dawn. The flying people on foot and in vehicles grew more numerous every moment. "Black Smoke!" he heard people crying, and again "Black Smoke!" <img src = "images/herbert-george-wells.jpg"> The contagion of such a unanimous fear was inevitable. As my brother hesitated on the door-step, he saw another news vender approaching, and got a paper forthwith. The man was running away with the rest, and selling his papers for a shilling each as he ran--a grotesque mingling of profit and panic.</p> <p>and from this paper my brother read that catastrophic dispatch of the Commander-in-Chief:</p> Save the addition to your webpage. View your webpage in a browser to make sure your ten paragraphs show up and your image has appeared in the middle of the second paragraph. Notice that the bottom of your image is aligned with the baseline of the text that it sits between. You will find out how to get around this next week. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 5

6 Open your image in Adobe Photoshop or Paint.Net and sample one of the major darker colours in your photo: Photoshop: Use the Color Sampler Tool which is under the Eyedropper Tool to click on a major dark colour. (I always set the sample size at the top of the screen to 5 x 5 Average). Paint.Net: Use the Color Picker tool to click on a major dark colour. Make sure the Colors window is open More>> button shown on the right: and click on the Note down the RGB colour code for this sample from the Info tab that pops up in Photoshop or on the right side of the Colors box in Paint.Net. In my image the R value is 81, G is 25 and B is 11 so the CSS RGB colour code is: rgb(81, 25, 11) Adobe Photoshop Paint.Net Using CSS and your RGB colour code, set the background colour of your webpage body to this colour. Now use the Color Sampler Tool to sample one of the major lighter colours in your photo like the skin and note this down. Using CSS and your RGB colour code; set the text colour of your heading and paragraph to this colour. Save your changes. Refresh task9-yi.html in a browser to make sure your ten paragraphs show up, your image appears in the middle of the second paragraph and your paragraphs are formatted as expected. Your webpage should look similar to that shown on the right: C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 6

7 Generally using colours from the main image in a webpage is a nice touch provided your webpage text still stands out. You will improve on this as you go through the rest of this lesson. Notes: 1. When placing images in a webpage it is best to keep your images fairly small for fast downloading into your user s web browser. 2. A user never wants to scroll across or down to see an entire image. 3. Generally if an image is larger than ¼ of the browser window space then it is way too large. 4. Always leave room for plenty of text without having to scroll down to see all the text and images. 5. There does not seem to be any standard size for images in webpages, however you do see some common sizes: 240 x 160 pixels is a very popular small format. Bigger images are usually around 460 pixels wide. You usually do not see anything bigger than this. Website design trainers/teachers will tell you to not go any larger than this. If you wanted to display a complicated graphic of some technical equipment or a scientific concept then perhaps I could see the need to go to a larger size say 800 pixels wide but otherwise you would not use this image size at all in a webpage. Thumbnails are usually 100 pixels wide. Square thumbnail are usually 75 pixels wide. Image Alternatives For Vision Impaired People Often when you are waiting for webpage images to download, you see a description of the image in its place. To do this you use the alt = " " attribute inside your <img> tag. For example, suppose we wanted the text "My dogs Bert and Ernie" to appear while waiting for the image of Bert and Ernie; the code would be: <img src = "max.png" alt = "My dogs Bert and Ernie"> It is always a good idea to supply the alt = " " attribute just in case there are problems with a browser finding your image. This is also a very useful attribute to add for people that are vision impaired - they get your alt image description on a Brail printer device instead of your image. There are also screen readers for the blind and these read out all of your text as well as the alt text in places where you are using an image. For SEO purposes keep your alt text brief and specific to the image. Include the alt = " " attribute with text that succinctly describes your image in your image code. Refresh your webpage in your browser. If you have a slow internet connection and look closely, you will see your alt text flash up before your image appears. If your document was loaded onto some server on the other side of the world then this would become more obvious as you would have to wait a little while for your image to download and while you are waiting you would see your alt text. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 7

8 Notes: 1/ I expect you to always include an alt = " " attribute in your HTML image tag code. This is also the recommendation from the W3C! 2/ If you really do not want any alternative text for reasons such as the image is only used for webpage beautification and is not really important then the W3C suggests you use alt = "" 3/ Image search engines such as Google Images use the alt text to catalogue your images. If you do not include the alt = " " attribute in your image tags then the SEO rankings for both your webpages and your images will be lowered. 4/ For SEO purposes give your images sensible names using the same rules that you are using to name your webpages. Horizontal Image Alignment At the moment my image is sitting three quarters of the way across from the left of the webpage but your image may be closer to the left or right edge of the webpage it all depends on where in the text you placed your image. With CSS you have control over where your image sits. For now we will only look at placing images on the left or right of the browser window. To place an image on the left or right of a browser window you could use either in-line styling which you covered last week or you could add a class attribute to your image and then use CSS code. Both methods use the float attribute. Look at the following in-line code: <img src = "images/herbert-george-wells.jpg" alt = "Image of H. G. Wells" style = "float: right;"> Here the image would be floated to the right side of the browser window leaving the text to flow around the image. Alter your image code to include the in-line style shown above. View your webpage in a browser. Your image should be on the right side of the browser window. Hmm This could look better. Place your image at the very beginning of the paragraph just after the <p> tag. Save and view in a browser. Ahh much better. Alter your image code to the following: <img src = "images/herbert-george-wells.jpg" alt = "Image of H. G. Wells" style = "float: left;"> View your webpage in a browser. Your image should be on the left. I think I prefer the image on the right so move it back there. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 8

9 How To Speed Up Downloading Of Webpages Containing Images In the old days when most internet users used dial-up, it was very important to have your webpage code optimised for a speedier download from your server. This is not as important nowadays with more people having a broadband internet connection, however there might still be people around the world that use dial-up so it is just as important to minimise download time as it ever was! Interesting Points: In 2014, 2% of Americans used dial-up at home, according to the Pew Research Internet Project. In contrast, 70% had broadband. (Ref: Read this article and the interesting comments below it. Look at the Australian statistics for dial up vs broadband from the A.B.S. What I find really interesting if you press the Play button below the graph: notice that not only are the dial-up rates going down but so are the Cable/Fibre rates. List of countries by number of broadband Internet subscriptions. If your page has an image in it then you can speed up the download time for your users by providing the width and height of your image (in pixels) within your CSS code. To do this you firstly need to find out the exact width and height of the image in pixels. Follow one of these choices to find this out: PC Right-clicking on the image Properties Details Mac Click on the image File Get Info Details are in the More info list. From Adobe Photoshop Image Image Size From Paint.Net Image Resize To supply the width and height of an image in your HTML5 code you add both a width and a height attribute immediately after the src attribute as shown in the following example. Important: 1/ Width and height measurements must be in pixels. 2/ With all attributes inserted into any HTML tag there are double-quotes around the value. In this case we add double quotes around the width and the height values. 3/ The width and height measurements do not include px after them. 4/ Do not follow the attribute name with a colon, use an equals sign as shown below. You are not using CSS code here it is pure HTML5 so no colon. The following in-line code uses width and height attributes: <img src = "images/herbert-george-wells.jpg" width = "231" height = "251" alt = "Image of H. G. Wells" style = "float: right;"> Here the image would be floated to the right side of the browser window leaving the text to flow around the image. The image is exactly 231 pixels wide and 251 pixels high. The image downloads quicker than before because the browser knows how much space to set aside for the image. Also the browser can fill in the text whilst the image is downloading so that your users can start reading while waiting for the image. Without the width and height attribute the browser guesses how much space to set aside for the image, adds text, then starts downloading the image continuously re-arranging the text until the image is fully downloaded. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 9

10 Find out the width and height of your image in pixels. Alter your image s in-line style code to include the width and height attribute/value pairs as shown in the example above. View your webpage in a browser. Your image should still be on the right-side of the browser window. Since you are not downloading our webpages from an external server or using dial-up you probably did not notice any difference in how quickly your image rendered in your webpage but it was slightly faster! Image Resizing Although I do not recommend that you do this unless you are using.svg graphics, you can alter your image size with a browser. Try altering the width and height of the image in your HTML5 code to a width of 400 pixels and height of 300 pixels. Save your change. View your webpage in a browser. This should re-size your image but it may appear stretched or squashed. Change the width and height values back to what they were originally and save the change. Notes: 1/ Although you can resize images by using the width and height attributes in your CSS image code it is not recommended because it will slow the downloading of your webpage. It is best to resize your images in Photoshop, Paint.Net or some other image editing software package first, save and then use these in your code. 2/ If you use this method to enlarge your images then they lose resolution and can become pixelated unless you are using.svg graphic images. 3/ You can use a percentage (%) amount of the browser window for the width and height attribute. 4/ You can set just the width or just the height and the browser will adjust the other value proportionately. You may be thinking that your text is way too close to your image. Using CSS code there are many features that can be adjusted to alter the spacing around your image as well as adding and formatting borders. This will be covered in next week s task. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 10

11 Inserting Horizontal Lines You can draw horizontal lines anywhere in a webpage by using the <hr> tag. The closing tag would be </hr> and since there would be nothing between the opening tag and closing tag it is fine to use <hr>. <hr> can be used almost anywhere within the <body> </body> of an HTML document but be careful when inserting a horizontal line in the middle of text such as in a paragraph. The reason for this will be demonstrated in the following example: Place a horizontal line somewhere in the middle of your first paragraph. Save your change. View your webpage in a browser. There should be a horizontal line in the middle of your first paragraph. The text above the line should be formatted according to the CSS style that you used on your paragraph but the text below the line will not be formatted in this way. To fix this up you could place a </p> before a <hr> and a <p> after the <hr> but I think it is better not to place horizontal lines in the middle of a paragraph. Place a horizontal line after your heading and another after the last paragraph. Save your change. View your webpage in a browser. All paragraphs should now be formatted nicely again and you should have two neatly placed horizontal lines. You can use CSS code to style your horizontal lines and since you would probable want to style all of your lines the same way then the best way to do this would be to use either internal style sheet code or external style sheet code (which we have not covered yet) rather than using in-line CSS code. To alter the colour of all horizontal lines you would include styling for your <hr> tags as follows where I have changed the horizontal line border-colour to orange: <style type = "text/css"> body background-color: rgb(99, 74, 227); p </style> hr color: rgb(244, 191, 163); border-color: orange; Alter your CSS style sheet code so that it now alters your horizontal lines to a red border colour. View your webpage in a browser. All lines should now be a red colour. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 11

12 You can use the same CSS code to alter the width and height of your horizontal lines and this works on almost all browsers. As stated above, the best way to use this would be in an internal or external style sheet as shown below: <style type = "text/css"> body background-color: rgb(99, 74, 227); p hr </style> color: rgb(244, 191, 163); border-color: red; width: 50%; height: 5px; Alter your webpage CSS style sheet code so that it now alters your horizontal lines so that the width is 80 percent of your browser width and 10 pixels high. View your webpage in a browser. All lines should be 80% of your browser width and ten times as thick as earlier. Notes: 1/ Just as you can float your images to the left or right of the browser window, you can do the same with your lines and this works in most of the latest browsers but not in some older versions of browsers. 2/ The height attribute does not work with the <hr> tag in older browsers. Alter your webpage CSS style sheet code so that it now alters your horizontal lines so that the background colour of the line is a different colour to the border. View your webpage in a browser. All lines should now have a different coloured centre. Copy the squiggle.png from your Level 1\images folder to your Level 2\images folder. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 12

13 Alter your CSS code to use the image as a background inside your horizontal lines. Your code should look similar to this: hr border-color: red; width: 80%; height: 10px; background-color: orange; background-image: url(images/squiggle.png); View your webpage in a browser. You should be able to see your image in the centre area of your lines. If your image has transparent sections, you will see your background colour behind the image. Reduce the background code to a single line using the shortcut method you learnt a few weeks back. Save your change. View your webpage in a browser. It should look exactly the same. Besides altering the border colour of your horizontal line, you can also alter the border width and even the style of that border. Alter the CSS code for your horizontal lines to include two extra lines as follows: hr border-color: red; border-width: 10px; border-style: solid; width: 80%; height: 10px; background: orange url(images/squiggle.png); View your webpage in a browser. You should be able to see your image in the centre area of your lines. If your image has transparent sections, you will see your background colour behind the image. Your border should be a solid red line and 10 pixels thick. The border style could take any of the following nine values: none, solid, double, groove, ridge, inset, outset, dotted or dashed. Try each of these border-style values with the CSS code for your horizontal line remembering to save your code before viewing in a browser. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 13

14 There is a shortcut way of reducing the border-width, border-style and border-color attributes into a single line of CSS code. Simply use border as the attribute and the list of attributes you would like as shown in the following CSS code where the border width is 8pixels, the border style is dotted and the border colour is green: hr border: 8px dotted green; width: 80%; height: 10px; background: orange url(images/squiggle.png); Use the shortcut border code shown above in your code. Save the change. View your webpage in a browser. It should look much like the one shown on the right: There are many other CSS 3 options you could apply to your horizontal lines as well as to images and indeed any of your webpage elements. You will find out about that in the next HTML5/CSS 3 lesson which looks at element formatting and positioning. If you have some time to experiment, see if you can add an interesting border around your image using CSS code similar to that you just used on your horizontal lines. If you have more time to experiment, see if you can add an interesting border around your entire webpage. Still more time? See if you can add borders around your paragraphs and, if you can do this, then see if you can add a border around just one of your paragraphs. Back up everything that you have done in this class to your USB stick. You should do this at the end of every class that you take here at SPAN so that you have a backup of your files and so that you can revise what you have covered at home over the coming week. Have you backed up all of your work at the end of this lesson to your USB thumb drive including your images folder? Have you been saving your work to the SPAN student drive every 10 minutes? Show your webpage to Mr Kruyer for assessment. Due Dates: All questions from this task and task9-yi.html should be completed by next week s class. C:\Users\Kruyer\Documents\TAFE\websiteDevelopment\HTML5\learning-tasks\level-2\tasks\task9\TYHTML9.docx Page 14

Teach Yourself HTML5 & CSS 3: Week 5 Task 13 - Anchors Part 3

Teach Yourself HTML5 & CSS 3: Week 5 Task 13 - Anchors Part 3 http://www.gerrykruyer.com Teach Yourself HTML5 & CSS 3: Week 5 Task 13 - Anchors Part 3 In this task you will continue working on the website you have been working on for the last two weeks. This week

More information

Teach Yourself HTML5 & CSS 3: Week 3 Task 11 - Anchors Part 1

Teach Yourself HTML5 & CSS 3: Week 3 Task 11 - Anchors Part 1 Teach Yourself HTML5 & CSS 3: Week 3 Task 11 - Anchors Part 1 http://www.gerrykruyer.com This week you will continue working with your brave-tin-soldier.html webpage investigating how you can alter the

More information

Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options

Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options Teach Yourself Microsoft PowerPoint Topic 4: Slide Master, Comments and Save Options http://www.gerrykruyer.com This week you will work with slide masters, add comments, find out how to save your presentations

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet.

**Method 3** By attaching a style sheet to your web page, and then placing all your styles in that new style sheet. CSS Tutorial Part 1: Introduction: CSS adds style to tags in your html page. With HTML you told the browser what things were (e.g., this is a paragraph). Now you are telling the browser how things look

More information

CSS Tutorial Part 1: Introduction: A. Adding Style to a Web Page (3 options):

CSS Tutorial Part 1: Introduction: A. Adding Style to a Web Page (3 options): CSS Tutorial Part 1: Introduction: CSS adds style to tags in your html page. With HTML you told the browser what things were (e.g., this is a paragraph). Now you are telling the browser how things look

More information

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Downloads: Google Chrome Browser (Free) -   Adobe Brackets (Free) - Week One Tools The Basics: Windows - Notepad Mac - Text Edit Downloads: Google Chrome Browser (Free) - www.google.com/chrome/ Adobe Brackets (Free) - www.brackets.io Our work over the next 6 weeks will

More information

Reading 2.2 Cascading Style Sheets

Reading 2.2 Cascading Style Sheets Reading 2.2 Cascading Style Sheets By Multiple authors, see citation after each section What is Cascading Style Sheets (CSS)? Cascading Style Sheets (CSS) is a style sheet language used for describing

More information

Gdes2000 Graphic Design and the Internet

Gdes2000 Graphic Design and the Internet Dreamweaver Rough Photoshop Layouts to DIVs. Using AP DIVs (Absolutely Positioned) Introducing RGB, 72dpi, page sections Last Session: We created a basic DIV Page Layout (Above) We re going to build on

More information

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access

Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access http://www.gerrykruyer.com Teach Yourself Microsoft Office Access Topic 2: Getting Started with Microsoft Access Microsoft Access 2016 uses the Ribbon to organise commands, just like the versions of MS

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop

205CDE: Developing the Modern Web. Assignment 1: Designing a Website. Scenario: D Bookshop 205CDE: Developing the Modern Web Assignment 1: Designing a Website Scenario: D Bookshop Introduction I decided to make a second hand bookshop website. There are some reasons why I made this choice. Mainly

More information

Teach Yourself Microsoft PowerPoint Topic 3: Photo Albums, Slide Sections & Action Buttons

Teach Yourself Microsoft PowerPoint Topic 3: Photo Albums, Slide Sections & Action Buttons Teach Yourself Microsoft PowerPoint Topic 3: Photo Albums, Slide Sections & Action Buttons http://www.gerrykruyer.com Last week you were introduced to Microsoft PowerPoint slide animation and printing

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 1 Set up your project This lesson aims to teach you how to: Import images Set up the stage Place and size images Draw shapes Make

More information

Teach Yourself Microsoft Word Topic 12 - Multipage Document Features Part 1

Teach Yourself Microsoft Word Topic 12 - Multipage Document Features Part 1 http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 12 - Multipage Document Features Part 1 In this class and the next few you will find out how to use MS Word features that make it easier to

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Fish Eye Menu DMXzone.com Fish Eye Menu Manual

Fish Eye Menu DMXzone.com Fish Eye Menu Manual Fish Eye Menu Manual Page 1 of 33 Index Fish Eye Menu Manual... 1 Index... 2 About Fish Eye Menu... 3 Features in Detail... 4 Integrated in Dreamweaver... 6 Before you begin... 7 Installing the extension...

More information

Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data

Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data www.gerrykruyer.com Teach Yourself Microsoft Office Excel Topic 17: Revision, Importing and Grouping Data In this topic we will revise several basics mainly through discussion and a few example tasks and

More information

Teach Yourself Microsoft Word. Topic 4 Images, Document Properties and Manipulating Text

Teach Yourself Microsoft Word. Topic 4 Images, Document Properties and Manipulating Text Teach Yourself Microsoft Word http://www.gerrykruyer.com Topic 4 Images, Document Properties and Manipulating Text In this lesson, you will revise last week s work, insert and manipulate images in a document

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Header. Article. Footer

Header. Article. Footer Styling your Interface There have been various versions of HTML since its first inception. HTML 5 being the latest has benefited from being able to look back on these previous versions and make some very

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

More information

2. If a window pops up that asks if you want to customize your color settings, click No.

2. If a window pops up that asks if you want to customize your color settings, click No. Practice Activity: Adobe Photoshop 7.0 ATTENTION! Before doing this practice activity you must have all of the following materials saved to your USB: runningshoe.gif basketballshoe.gif soccershoe.gif baseballshoe.gif

More information

CSS worksheet. JMC 105 Drake University

CSS worksheet. JMC 105 Drake University CSS worksheet JMC 105 Drake University 1. Download the css-site.zip file from the class blog and expand the files. You ll notice that you have an images folder with three images inside and an index.html

More information

Teach Yourself Microsoft Word Topic 7 Lists and Columns

Teach Yourself Microsoft Word Topic 7 Lists and Columns http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 7 Lists and Columns In this lesson, you will spend some time revising and testing your knowledge of the material covered in the previous lesson,

More information

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Part 3: Images & form styling NOMZAMO S WEBSITE

Part 3: Images & form styling NOMZAMO S WEBSITE Part 3: Images & form styling NOMZAMO S WEBSITE 1 OUR MISSION: In this lesson, we ll learn 3 new things 1. How to include the logo image 2.How to add background image 3.How to style the email input form

More information

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 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 layout,

More information

Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs

Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 10 - Margins, Indents and Tabs In the previous Level 2 MS Word course: Topic 8 you covered columns, text boxes and tables as well as look

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

More information

HTML/XML. HTML Continued Introduction to CSS

HTML/XML. HTML Continued Introduction to CSS HTML/XML HTML Continued Introduction to CSS Entities Special Characters Symbols such as +, -, %, and & are used frequently. Not all Web browsers display these symbols correctly. HTML uses a little computer

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts

COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts COMP519 Web Programming Lecture 8: Cascading Style Sheets: Part 4 Handouts Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University

More information

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows:

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: CSS Tutorial Part 2: Lists: The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows: ul { list-style-type: circle; or

More information

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables Lab 5 Valid HTML, Home Page & Editor Tables Navigation Topics Covered Server Side Includes (SSI) PHP Scripts menu.php.htaccess assessment.html labtasks.html Software Used: HTML Editor Background Reading:

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

Lab 3. CSE 3, Summer 2010 In this lab you will learn and implement some basic html.

Lab 3. CSE 3, Summer 2010 In this lab you will learn and implement some basic html. Lab 3 CSE 3, Summer 2010 In this lab you will learn and implement some basic html. A. Absolute vs. Relative Addressing A file s pathname is a set of directions to its location. An example of the pathname

More information

Introduction to HTML & CSS. Instructor: Beck Johnson Week 2

Introduction to HTML & CSS. Instructor: Beck Johnson Week 2 Introduction to HTML & CSS Instructor: Beck Johnson Week 2 today Week One review and questions File organization CSS Box Model: margin and padding Background images and gradients with CSS Make a hero banner!

More information

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

Appendix D CSS Properties and Values

Appendix D CSS Properties and Values HTML Appendix D CSS Properties and Values This appendix provides a brief review of Cascading Style Sheets (CSS) concepts and terminology, and lists CSS level 1 and 2 properties and values supported by

More information

Attributes & Images 1 Create a new webpage

Attributes & Images 1 Create a new webpage Attributes & Images 1 Create a new webpage Open your test page. Use the Save as instructions from the last activity to save your test page as 4Attributes.html and make the following changes:

More information

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15

Image Optimisation. Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Table of Contents Image Optimisation Image Dimensions...1 Image File Formats...2 Adding Images...5 Thumbnails...13 Summary...15 Introduction Images are placed on a website to enhance its appearance. However,

More information

Designing the Home Page and Creating Additional Pages

Designing the Home Page and Creating Additional Pages Designing the Home Page and Creating Additional Pages Creating a Webpage Template In Notepad++, create a basic HTML webpage with html documentation, head, title, and body starting and ending tags. From

More information

Dreamweaver: Accessible Web Sites

Dreamweaver: Accessible Web Sites Dreamweaver: Accessible Web Sites Introduction Adobe Macromedia Dreamweaver 8 provides the most complete set of tools available for building accessible web sites. This workshop will cover many of them.

More information

Creating Classroom Websites Using Contribute By Macromedia

Creating Classroom Websites Using Contribute By Macromedia Creating Classroom Websites Using Contribute By Macromedia Revised: 10/7/05 Creating Classroom Websites Page 1 of 22 Table of Contents Getting Started Creating a Connection to your Server Space.. Page

More information

01 - Basics - Toolbars, Options and Panels

01 - Basics - Toolbars, Options and Panels InDesign Manual 01 - Basics - Toolbars, Options and Panels 2017 1st edition This InDesign Manual is one of an introductory series specially written for the Arts and Humanities Students at UEA by the Media

More information

CSS BASICS. selector { property: value; }

CSS BASICS. selector { property: value; } GETTING STARTED 1. Download the Juice-o-Rama 11-01 zip file from our course dropbox. 2. Move the file to the desktop. You have learned two ways to do this. 3. Unzip the file by double clicking it. You

More information

STUDENT WORKBOOK. Teach Yourself: Computer Basics Expert. In 24 Hours or less

STUDENT WORKBOOK. Teach Yourself: Computer Basics Expert. In 24 Hours or less STUDENT WORKBOOK Teach Yourself: Computer Basics Expert In 24 Hours or less Student Workbook Table of Contents Section 1: Understanding Applications... 1 Lesson 1.1: Application Basics... 2 Step-By-Step...

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 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 layout,

More information

Teach Yourself Microsoft Word Topic 5 - Revision, Font and Paragraph Tips

Teach Yourself Microsoft Word Topic 5 - Revision, Font and Paragraph Tips http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 5 - Revision, Font and Paragraph Tips In this introduction to Level 2 Microsoft Word you will revise basic concepts from the Level 1 course,

More information

Teach Yourself Microsoft Word Topic 11 - Document Views and Review

Teach Yourself Microsoft Word Topic 11 - Document Views and Review http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 11 - Document Views and Review In this class you will find out how to view your documents in different ways and then look at document review

More information

Using Masks for Illustration Effects

Using Masks for Illustration Effects These instructions were written for Photoshop CS4 but things should work the same or similarly in most recent versions Photoshop. 1. To download the files you ll use in this exercise please visit: http:///goodies.html

More information

ATSC Week 2 Web Authoring

ATSC Week 2 Web Authoring ATSC 212 - Week 2 Web Authoring Roland Stull rstull@eos.ubc.ca 1 Web Philosophy! Content is everything.! Style is nothing**. (**until recently)! Hypertext! Hot words or images can expand to give more info.

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB Unit 3 Cascading Style Sheets (CSS) Slides based on course material SFU Icons their respective owners 1 Learning Objectives In this unit you

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Teach Yourself Microsoft Office Excel Topic 11: Mail Merge

Teach Yourself Microsoft Office Excel Topic 11: Mail Merge Table Updated: 17 March 2018 Level 3 MS Excel Written by Gerry Kruyer http://www.gerrykruyer.com Teach Yourself Microsoft Office Excel Topic 11: Mail Merge In this task you will learn how to merge data

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css images boris.jpg Types of CSS External Internal Inline External CSS An external style sheet is a text document with

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

Strategic Series-7001 Introduction to Custom Screens Version 9.0

Strategic Series-7001 Introduction to Custom Screens Version 9.0 Strategic Series-7001 Introduction to Custom Screens Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical Difference,

More information

Where to get Images.

Where to get Images. Where to get Images Images are under copywrite from the author, we need to either use free images or purchase the right to use them. Places to Get Images: www.istockphoto.com www.gettyimages.com www.veer.com

More information

Teach Yourself Microsoft Word Topic 11 - Document Views and Review

Teach Yourself Microsoft Word Topic 11 - Document Views and Review http://www.gerrykruyer.com Teach Yourself Microsoft Word Topic 11 - Document Views and Review In this class you will find out how to view your documents in different ways and then look at document review

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

Library Website Migration and Chat Functionality/Aesthetics Study February 2013

Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Summary of Study and Results Georgia State University is in the process of migrating its website from RedDot to WordPress

More information

Add Photo Mounts To A Photo With Photoshop Part 1

Add Photo Mounts To A Photo With Photoshop Part 1 Add Photo Mounts To A Photo With Photoshop Part 1 Written by Steve Patterson. In this Photoshop Effects tutorial, we ll learn how to create and add simplephoto mounts to an image, a nice finishing touch

More information

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE AN AID TO ENABLE STUDENTS TO UNDERSTAND THE FUNDAMENTELS OF WEBSITE DESIGN WITHIN THE FRAMEWORK OF A WEBSITE PROJECT USING WEB DESIGN TOOLS YANNIS STEPHANOU

More information

Create a three column layout using CSS, divs and floating

Create a three column layout using CSS, divs and floating GRC 275 A6 Create a three column layout using CSS, divs and floating Tasks: 1. Create a 3 column style layout 2. Must be encoded using HTML5 and use the HTML5 semantic tags 3. Must se an internal CSS 4.

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites Turning pictures into hyperlinks is nearly the same as what you learned in Exercises 4 and 5. If a picture is essential to a Web page,

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

More information

DREAMWEAVER QUICK START TABLE OF CONTENT

DREAMWEAVER QUICK START TABLE OF CONTENT DREAMWEAVER QUICK START TABLE OF CONTENT Web Design Review 2 Understanding the World Wide Web... 2 Web Browsers... 2 How Browsers Display Web pages... 3 The Web Process at Sacramento State... 4 Web Server

More information

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

Preston Neighbourhood House

Preston Neighbourhood House Preston Neighbourhood House Table of Contents Topic 1 Microsoft Word Basics... 2 Basic Tools... 3 Keyboard Movement Commands and Mouse Techniques... 5 Customising the Quick Access Toolbar... 5 Selection

More information

Parashar Technologies HTML Lecture Notes-4

Parashar Technologies HTML Lecture Notes-4 CSS Links Links can be styled in different ways. HTML Lecture Notes-4 Styling Links Links can be styled with any CSS property (e.g. color, font-family, background, etc.). a { color: #FF0000; In addition,

More information

Adobe photoshop Using Masks for Illustration Effects

Adobe photoshop Using Masks for Illustration Effects Adobe photoshop Using Masks for Illustration Effects PS Preview Overview In this exercise you ll see a more illustrative use of Photoshop. You ll combine existing photos with digital art created from scratch

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted Announcements 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted 2. Install Komodo Edit on your computer right away. 3. Bring laptops to next class

More information

Adobe Photoshop Elements 2.0 Lessons for Educators

Adobe Photoshop Elements 2.0 Lessons for Educators Adobe Photoshop Elements 2.0 Lessons for Educators April Fool s Day Project Adobe Education April Fool s Day Project This project takes advantage of many of the tools in the Adobe Photoshop Elements toolbox

More information

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a

TAG STYLE SELECTORS. div Think of this as a box that contains things, such as text or images. It can also just be a > > > > CSS Box Model Think of this as a box that contains things, such as text or images. It can also just be a box, that has a border or not. You don't have to use a, you can apply the box model to any

More information

HTML and CSS a further introduction

HTML and CSS a further introduction HTML and CSS a further introduction By now you should be familiar with HTML and CSS and what they are, HTML dictates the structure of a page, CSS dictates how it looks. This tutorial will teach you a few

More information

animation, and what interface elements the Flash editor contains to help you create and control your animation.

animation, and what interface elements the Flash editor contains to help you create and control your animation. e r ch02.fm Page 43 Wednesday, November 15, 2000 8:52 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

HTML5: Adding Style. Styling Differences. HTML5: Adding Style Nancy Gill

HTML5: Adding Style. Styling Differences. HTML5: Adding Style Nancy Gill HTML5: Adding Style In part 2 of a look at HTML5, Nancy will show you how to add CSS to the previously unstyled document from part 1 and why there are some differences you need to watch out for. In this

More information

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION

Touring the Mac. S e s s i o n 3 : U S E A N APPLICATION Touring the Mac S e s s i o n 3 : U S E A N APPLICATION Touring_the_Mac_Session-3_Jan-25-2011 1 This session covers opening an application and typing a document using the TextEdit application which is

More information

Understanding structure Learning about markup Tags and elements. Structure COPYRIGHTED MATERIAL

Understanding structure Learning about markup Tags and elements. Structure COPYRIGHTED MATERIAL XX XX XX Understanding structure Learning about markup Tags and elements 1 Structure COPYRIGHTED MATERIAL We come across all kinds of documents every day of our lives. Newspapers, insurance forms, shop

More information

ADOBE PHOTOSHOP Using Masks for Illustration Effects

ADOBE PHOTOSHOP Using Masks for Illustration Effects ADOBE PHOTOSHOP Using Masks for Illustration Effects PS PREVIEW OVERVIEW In this exercise, you ll see a more illustrative use of Photoshop. You ll combine existing photos with digital art created from

More information

Table of Contents. MySource Matrix Content Types Manual

Table of Contents. MySource Matrix Content Types Manual Table of Contents Chapter 1 Introduction... 5 Chapter 2 WYSIWYG Editor... 6 Replace Text... 6 Select Snippet Keyword... 7 Insert Table and Table Properties... 8 Editing the Table...10 Editing a Cell...12

More information

CSS Selectors. element selectors. .class selectors. #id selectors

CSS Selectors. element selectors. .class selectors. #id selectors CSS Selectors Patterns used to select elements to style. CSS selectors refer either to a class, an id, an HTML element, or some combination thereof, followed by a list of styling declarations. Selectors

More information