Hover Button Hover button Rename any two pictures in C:/100/pics to

Slides:



Advertisements
Similar presentations
Working with Forms. how are forms manipulated? the document object contains an array of forms objects, one for each form, in document order –forms[] any.
Advertisements

HTML. The World Wide Web Protocols Addresses HTML.
Very quick intro HTML and CSS. Sample html A Web Title.
1 Web Design ITM 2010 Tutorial 3 Prepared by Wang Shiyu.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
Create Unordered and Ordered lists Cascading Style Sheets Insert and align Graphics Image enhancements Background images and site maintenance Working with.
Designing a Webpage (from the very start). Background of HTML Don’t download a complete page. Download set of instructions (HTML): –Put this writing here…
Web Page Development Identify elements of a Web Page Start Notepad
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Javascript & HTML5 Intro. Why Javascript? Next big thing in online games Flash is slowly on its way out Can be coded via any text editor, flash costs.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Images in HTML PowerPoint How images are used in HTML.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
Lecture 2 Building Web Pages 1 Lecture 2  Building Web pages  Languages and programs  HTML - Hyper Text Markup Language  Netscape’s Composer  MicroSoft.
How are tables used in web design?. A table (FIVE THINGS TO KNOW) 1. Is made up of columns and rows 2. Has cells where columns and rows intersect.
Enhancing Web Pages  Use Notepad to open any html file  Adding an Animation  Google search ‘free animation’  After saving one, add it to the web page.
Add an Image. index.html about.html contact. html contact. html.
Click on these! %2Fblank%2Fbrowse.asp%3FA%3D383%26BMDRN%3D2000%26BCOB%3D0% 26C%3D64893.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
CMA Workshop Image Links and Text Links on the Same Line in a Component.
HTML. Adding Background Color The bgcolor attribute lets you change the background color of the Web page. Located in the body tag See common Web Page.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
Quick Questions 1. What does HTML stand for? 2. What are the three main languages of the Web? 3. What is the purpose of the tags? 4. Why do we indent different.
Adding Images to Your Web Page Web Design Section 5-7 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every.
Web Programming Introduction to Web Technology HTML & Dynamic web content.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
What to Style? Styles for elements establish consistency –Styles for HTML or body become the default –Only create styles for pre-defined elements* Styles.
BUILDING A WEB PAGE BASIC HTML CODING. We first open notepad to start to build our web page. We enter the code at the beginning. And then we write below.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Weebly is Your Friend. * To Enhance And Promote Your Curriculum * To Provide A Student Resource * Add Efficiency to Your Planning * Informational * Promote.
COM621: Advanced Interactive Web Development Lecture 6 – JavaScript (cont.)
Web Basics: HTML/CSS/JavaScript What are they?
Your GIMP Portfolio Navigation Menu.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Images, Hyperlinks, and Sound
Using DHTML to Enhance Web Pages
DW Tutorial 5 Sessions 5.1 & 5.2 REVIEW
Microsoft® Office FrontPage® 2003 Training
Writing html for websites and blogs
<TAG> <html> <head>
Adding Images to Your Web Page
Essentials of HTML.
HTML.
Essentials of HTML.
Basic HTML and Embed Codes
DIRECTIONS: 1. Click Enable Editing in the yellow bar above.
Creating Tables in a Web Site
Images, Hyperlinks, and Sound
Pertemuan 1b
HTML Text editors and adding graphics
For this assignment, copy and past the XHTML to a notepad file with the .html extension. Then add the code I ask for to complete the problems.
Making a website.
HEADLINE GOES HERE. Directions to save header as JPEG:
Presentation transcript:

Hover Button Hover button Rename any two pictures in C:/100/pics to pic1.jpg and pic2.jpg pic1.jpg and pic2.jpg have to be at C:\100\pics folder your html file in C:\100 folder Type the codes below within <body> part of the html file (re-type it because of different coding of quotation marks) <img src=“pics/pic1.jpg” alt=”pics” style="border-style:none” onmouseover="this.src = ’pics/pic2.jpg’” onmouseout = “this.src = ‘pics/pic1.jpg’” >

Rotating Banner Tutorial on Javascript Rotating banners http://www.w3schools.com http://www.htmlgoodies.com/beyond/javascript/article.php/3881826/JavaScript-Tutorial-Adding-Rotating-Images-to-Your-Web-Site.htm Rotating banners Insert codes in the next slide for header In the <body>, insert the following code where you want the rotating banner <layer id="placeholderlayer"></layer><div id="placeholderdiv"></div>

<header> <script language="JavaScript1.2"> var howOften = 5; //number often in seconds to rotate var current = 0; //start the counter at 0 var ns6 = document.getElementById&&!document.all; //detect netscape 6 // place your images, text, etc in the array elements here var items = new Array(); items[0]="<a href='link.htm' ><img alt='image0 (9K)' src='pics/pic1.jpg' height='300' width='300' border='0' /></a>"; //a linked image items[1]="<a href='link.htm'><img alt='image1 (9K)' src='pics/pic2.jpg' height='300' width='300' border='0' /></a>"; //a linked image function rotater() { document.getElementById("placeholder").innerHTML = items[current]; current = (current==items.length-1) ? 0 : current + 1; setTimeout("rotater()",howOften*100); } if(document.layers) { document.placeholderlayer.document.write(items[current]); document.placeholderlayer.document.close(); if(ns6)document.getElementById("placeholderdiv").innerHTML=items[current] if(document.all) placeholderdiv.innerHTML=items[current]; current = (current==items.length-1) ? 0 : current + 1; //increment or reset window.onload=rotater; //--> </script> </header>

Bird Walk Download www.cs.uml.edu/~kim/100/birdwalk.html Save to your C:\100 If you do not have "b_plover.gif" picture, you have to download it from www.cs.uml.edu/~kim/100/b_plover.gif Open birdwalk.html in the Notepad View the source code, and see if you can change the background and the banner pictures.