A New Page to Add-On Your Multimedia Page. Creating a New Page Open up a new Windows Notepad Click File > Save As > My Computer > “your flash drive” Name.

Slides:



Advertisements
Similar presentations
Embedding Multimedia Bronze Level – Optional. Contents Embedding from YouTube Uploading to the Media Server Embedding from the Media Server Copyright.
Advertisements

Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Skip.  How do I capture video from my tape? How do I capture video from my tape?  Why isn’t my tape playing? Why isn’t my tape playing?  Why is there.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
WEBSITE UPGRADE: ADDING VIDEO AND AUDIO GREG YANKEY.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
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.
Embedding Videos. Adding Videos to Our Website: Videos can make our pages more interesting and engaging. Most video-hosting websites, such as YouTube,
Adding an image to a page in Dreamweaver Uploading files to x10hosting Editing uploaded files in x10hosting Adding links in Dreamweaver Uploading linked.
How to add a Wevideo project to you Jimdo Homepage Frontier EMST.
Spring 2008Created by Olivia Kepler - The Academy Movie Maker How-To You can either walk through this step by step or click on the links to take you to.
Did someone say Music? November 7, Adding MUSIC to a web page: 1. Find your music! 2. A good website is 3. You will.
Creating Tables in a Web Site
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 your Webpage with tables. This is a 2 column by 1 row table!
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
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.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
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.
Getting Started with HTML Please use speaker notes for additional information!
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
Creating webpages in Google Sites. 1- Create a Gmail account.
Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.
How To Add Flair To Your Site Maureen Enright, Elyse Kuriata, Nathan Boes, Hodge.
Homework #4 HTML Web Assignment II ©2001 E. Kinnear.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
Using an HTML image (img) element’s onclick event to change the source (src) of an iframe to an embedded youtube video.
 How to create a quiz and teacher code. 1)First find a video on Youtube or other video hosting website and copy the embed code (Video embed code pictured.
 Go to YouTube and click “create account” on the top right of the page.YouTube  If you already have a Google account (i.e. gmail) then you may use this.
How to embed a video into a power point if you do not have internet access. You will need to download the video to your computer or a flash drive. Drag.
Tech Training 12/16/19 How to add a post How to edit a post How to add & assign a category How to add tags.
PREZI PRESENTATION Adding files (images, videos, sounds)
Lesson 6 Links. Creating Folders  For every web site/page, you need to create a separate folder  The computer cannot find links if they are not stored.
This shows CIS17 and the first day introduction..
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
+ HTML Hypertext Markup Language. + Introducing HTML HTML is the language used in writing websites Open the “HTML Practice” link on the Daily Log Delete.
How to Embed a YouTube Video into a PowerPoint Presentation. Eric Hoehn TEC /1/10.
How to embed a YouTube video – it’s as easy as 1,2,3!
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
How to build a Web Page or “The things geeks never told you!”
Creating Web Pages with Links, Images, and Embedded Style Sheets
Making your own web site How to use Publisher to do it!
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
Body System Here Enter group members names here. Save Your Work! This is a good time to start saving your work. Go to FILE, then Save As…, then change.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
Senior Project Presentation Help Ms. Grandchamp. Agenda What a PowerPoint Should Have Order of the Pages Helpful Hints on Formatting Saving Your Presentation.
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
Advanced HTML Tags:.
Html.
مسابقة المدرسين المجددين
Cheat Sheet CSCI 100 JW Ryder
HTML HYPERTEXT MARKUP LANGUAGE.
Basic HTML and Embed Codes
Creating Tables in a Web Site
Nerd Website HTML.
Adding information to provider pages
Enhancing Your Web Site—Adding Links Web Page
Embedding Videos.
Creating your first website
The language of the internet
The language of the internet
Creating your first website
Timeline of Events.
Hypertext Markup Language
Did someone say Music? January 23, 2019.
Presentation transcript:

A New Page to Add-On Your Multimedia Page

Creating a New Page Open up a new Windows Notepad Click File > Save As > My Computer > “your flash drive” Name your file multimedia.html and change the type of file to all types

Linking index.html to multimedia.html Go to your index.html and add a link by inserting: Go To My Multimedia Page

“Fixing Up” Your Multimedia Page Put in the “Shell” that all HTML pages require Add a title in between the and tags Add a background, heading, and a small explanation for the things that you will be putting on this page. MAKE SURE YOUR MULTIMEDIA PAGE LOOKS GOOD!

Adding YouTube Videos Go onto Choose a video that you want to include onto your multimedia site. Click on share > embed > copy the highlighted code into the body of your multimedia.html Note that the video size can be changed just below where the code is located.

Adding a Music Player Bring from home an mp3 music file, if you cannot get one, please talk to me so we can get you one. To add the music player to your Multimedia page, insert the tags:

Iframes It is possible to add a website within your own website with an iframe using the code below:

Assignment Create a multimedia page with the following criteria: Title10 pts Working link (from index.html to multimedia.html) 10 pts 2 YouTube Videos20 pts Song20 pts Iframe 20 pts Aesthetic Appeal (includes description of things on your site) 20 pts