Add an Image. index.html about.html contact. html contact. html.

Slides:



Advertisements
Similar presentations
Working with Images and HTML
Advertisements

X10 hosting Sign up for free account. Enter a domain name click continue Then Enter your address Enter a password.
Cascading Style Sheets
Start menu -> all program -> Microsoft Visual SourceSafe-> Microsoft Visual Studio 2010 Click.
History Leading to XHTML
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thur 14:00 – 16:50) TA: Jackie Lo.
Images By Tara Frieszell By Tara Frieszell. Adding images to your website will make it more interesting and add to the design. However, some viewers aren’t.
Hyperlinks. Working with Linked Images  A standard practice on the Web is to turn the Web site’s logo into a hypertext link pointing to the home page.
CHAPTER 8: Enhancing a Website Session 1. Objectives Embed a YouTube video in your website Insert a slideshow in your website Use Google fonts in your.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
CSS Style Rules Guang Tong, Zhan L;lo’p[ Css Style Rule Guang Tong Zhan Three ways to insert CSS 1 External style sheet 2 Internal style sheet 3 Inline.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
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.
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
MAKING A WEBSITE WRA AGENDA Go over some website basics and reminders Issues or problems? Continue to SCRUM Work.
IT Introduction to Website Development Welcome!
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
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.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Chapter 6 pp Announcements O Project 1 coming up (details on Monday) O Lab 2 deliverable (submit on Blackboard) O Lab 3 pre-lab quiz is up.
Processing.js.
Chapter 4 BIE1313/BPROG1203 | Web design Prepared by Mohamed Abdulkarim / Mike Ng Ah Ngan.
How to upload files to Altervista Overview:
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Learning to Code a Wiki in Confluence Links Images Tables Video.
Web Design (7) Images (1). Images and the Image Element Images can be placed in the flow of text..jpg,.png and.gif image files work in web pages The img.
Lesson 02 // Elements & Attributes. There are different types of elements, but the 2 most important ones are BLOCK and INLINE. Block elements flow from.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
Adding Images. XHTML Element ElementAttributeAttribute Value Closing tag AttributeAttribute Value The src attribute supplies the name and location of.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
Web Design (8) Images (2). My Holiday Photos An exercise in adding and linking images. Create a new website folder calling it ‘My Holiday Photos’. In.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
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 IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
Headings are defined with the to tags. defines the largest heading. defines the smallest heading. Note: Browsers automatically add an empty line before.
Kevin Murphy Images and Web Pages Masters Project CS 490.
Planning and Designing a Website Index Page Use it as a way to introduce yourself, and describe your website. Use it as a way to introduce yourself,
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.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
G053: Lecture 16a Task D Evidence Mr C Johnston ICT Teacher
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
Introduction to HTML 4.0 Getting Started – Links, Images, Font, and List Teacher: Mr. Ho.
Hyperlinks Links for Other Pages. Hyperlink (aka Link) Text (or image) user can click Takes user to different location In general, location can be: On.
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
CSS Layouts: Positioning and Navbars
Intro to HTML Mr. Singh.
HTML Newsletters Tips and Troubleshooting Mark Branom, IT Services.
Writing html for websites and blogs
Advanced CSS Layout Lesson 5.
Cascading Style Sheets (Layout)
Adding Images to Your Web Page
HTML Images CS 1150 Spring 2017.
Connect: What kind of multimedia might you use on a web page?
Basic HTML and Embed Codes
QUICK-START Guide: Embed GIS Map FIR in Web Page
HTML Images CS 1150 Fall 2016.
Pertemuan 1b
Web Design and Development
Step-by-Step Banner Creation Guide
Chapter 6 pp
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

Add an Image

index.html about.html contact. html contact. html

1.You will need homepage.txt – renamed to index. html; and divers-circle.jpg Image Tip  When using images in your website make sure that you get the name exactly right Image Tip  When using images in your website make sure that you get the name exactly right

To add an image to your page: CODE: inline element – should be contained in a block level element

Insert this image into your index.html file Ensure you include: the alt attribute the height attribute the width attribute divers-circle.jpg