audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.

Slides:



Advertisements
Similar presentations
Intro to HTML Basics HTML = Hypertext Mark-up Language HTML = Hypertext Mark-up Language HTML is a plain-text file that can be created using a text editor.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
DRUPAL How to create a website Summer Tech Academy 2010 Mercedes Conde.
How to begin. Step 1 Create a free account with weebly by logging in with Facebook, or using an and password you choose.
Iframes & Images Using HTML.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
Today CSS HTML A project.
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
Chapter 3 – Designing your web pages Dr. Stephanos Mavromoustakos.
SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
4.01 Cascading Style Sheets
Using Geoff Stearns’s FlashObject Presentation by Mindy McAdams > Get FlashObject code hereGet FlashObject code here.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: Frames © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page Design.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
How to add a Wevideo project to you Jimdo Homepage Frontier EMST.
Tutorial #9 – Creating Forms. Tutorial #8 Review – Tables Borders (table, gridlines), Border-collapse: collapse; empty-cells: show; and rowspan, colspan.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons.
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.
Creating your Webpage with tables. This is a 2 column by 1 row table!
CSS Sprites. What are sprites? In the early days of video games, memory for graphics was very low. So to make things load quickly and make graphics look.
CHAPTER 3 Working with Templates and Styles. CHAPTER OBJECTIVES  Create an Expression Web site from a template  Rename a page  Rename a folder  Add.
Images in HTML PowerPoint How images are used in HTML.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
 Word doc for you to download › Link at the beginning of class › 10 Questions › Answers to be added inline  Post to Sakai when completed › No resubmits.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
Creating webpages in Google Sites. 1- Create a Gmail account.
 Remember that HTML is just text  Need to point to pictures  Use the img tag  alt: › screen reader › REQUIRED for this class and to validate.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
Level 1 Tutorial Project How to put a movie player on your Weebly website using an HTML code.
Videos. Adding Videos to a Web Page Videos can make our pages more interesting and engaging. Most video-hosting services, such as YouTube, will provide.
Using an HTML image (img) element’s onclick event to change the source (src) of an iframe to an embedded youtube video.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
CHAPTER 5 Working with Data Tables and Inline Frames.
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
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.
USING WORDPRESS TO CREATE A WEBSITE (RATHER THAN A BLOG) STEP-BY-STEP INSTRUCTIONS.
1 CSC317/318 INTERNET PROGRAMING / DYNAMIC WEB APPLICATION DEVELOPMENT Siti Nurbaya Ismail Faculty of Computer Science & Mathematics, Universiti Teknologi.
Web Technologies Beginning Cascading Style Sheets (CSS) 1Copyright © Texas Education Agency, All rights reserved.
HTML tags and attributes By: Dennis Champagne. List of tags.
Positioning Objects with CSS and Tables
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
The “Quick Change” Method of Web Design. Create Your Design Create and cut up the graphics for your web site. Create a masterstyle sheet. Name it “plainmasterstylesheet.html.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
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.
Iframe.
CREATING MASTER PAGES Creating a Master Page Using Master Pages Giving your site a professional look and feel Adding Master Page content to existing pages.
 Add one element at a time  If it doesn’t do what you want, › Delete it › DON’T just keep piling on more items.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
Embedding Videos and Slideshows. (Click on any question you have to go directly to the answer, while in presentation mode)
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Advanced HTML Tags:.
CSS Layouts: Positioning and Navbars
Videos.
Using the HTML and CSS Validation Services
ClubRunner Tutorial Home Page Stories.
Client-Side Internet and Web Programming
Basic HTML and Embed Codes
ClubRunner Tutorial Home Page Stories.
Cascading Style Sheets™ (CSS)
Videos.
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
Embedding Videos.
HTML5 Audio & Video By Derek Peacock
Presentation transcript:

audio video object

Options: controls autoplay

Need to define height and width Options: controls autoplay

 Not downloaded  Steps › Share › Embed › Choose size › Copy and paste the text (iframe)

YouTube Warnings YouTube videos do not display when run from your local file. You will get a gray box that says file not found. It will work fine once uploaded. YouTube HTML that you load does not validate. It uses an attribute frameborder=“0” that has been deprecated (is no longer supported). It is formatting that should be done in the CSS. In this case it means note to put on a border and if you delete it, it has the same impact. You can format the iframe element just as you would any other element

 Object Size of object: scroll bars Linking a pdf: can open in a browser, but not part of your website

 A chunk of code that you can embed in an existing environment  Differences › Resides: desktop or web › Embedding: any page or application or limited › Runs: your machine or server

 Today, most use HTML and embed tag  Also will see iframe and script  In any case, rules are the same › Must validate › Clean up formatting › Often easier to work if formatted  Exception for iframe › Need to keep width and height › Just numbers (represent px)

 Finding › General websites (may have old stuff) › Specific sites  Adding › Add › Format  Enclose in div  position and format  Warning: make sure that your browser isn’t blocking them

 They have divs in them that you can’t see › Implicaton: if you format all divs, it applies to the ones in the widget › Solution: name all divs with class or use section or header, …  They may use & or blank in URLs › Implication: won’t validate › Solution: replace all &s with & and all blanks with %20  They may be old › Don’t use if too many obsolete tags

1. Assure that you have no unnamed divs 2. Layout your page with a placeholder div that is the size of the widget that you are going to add 3. Add the widget inside the div 4. Assure that it looks the way that you want 5. Format the embedded code without any changes 6. Replace all inline formatting with classes and css 7. Assure that it still looks right 8. Eliminate any unneeded tags or css entries 9. Assure that it still looks right 10. Replace all & and blanks as needed 11. Validate