Presentation On HTML & Podcast Done by: Shamelia Young & Sheriece Williamson.

Slides:



Advertisements
Similar presentations
Creating Podcasts. What are podcasts? Podcasts are like radio or TV shows that are downloaded over the Internet. They can be downloaded to iTunes or listened.
Advertisements

Podcasting. What is Podcasting? A collection of technologies for distributing Audio and Video over the Internet Distributed by a RSS (Really Simple Syndication)
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Basics of HTML What is HTML?  HTML or Hyper Text Markup Language is the standard markup language used to create Web pages.  HTML is.
To. An easy way to explain the internet is to think of your school computers all linked together into a network that you can put information into.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Tutorial 1 Developing a Basic Web Page
Developing a Basic Web Page with HTML
Developing a Basic Web Page Posting Files on UMBC
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
Chapter 14 Introduction to HTML
The Internet & The World Wide Web Notes
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web. Web.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Web Design Basic Concepts.
Tutorial 1: Getting Started with HTML5
Lecturer: Ghadah Aldehim
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
16-1 The World Wide Web The Web An infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that information.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
Just Enough HTML How to Create Basic HTML Documents.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
CPT 499 Internet Skills for Educators Session Ten Class Notes.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Web Application Programming Presented by: Mehwish Shafiq.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
DIGITAL DESIGN Digital Design is the art and process of creating a single Web page or entire Web sites and may involve both the aesthetics and the mechanics.
HTML Hyper Text Markup Language 1BFCET BATHINDA. Definitions Web server: a system on the internet containing one or more web site Web site: a collection.
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML HyperText Markup Language Victoria E. Kozlek.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Basic concepts of web design
Prepared by Dr. Maher Abuhamdeh 2014/2015 First semester
Web Basics: HTML/CSS/JavaScript What are they?
Tonga Institute of Higher Education IT 141: Information Systems
“Real Simple Syndication” (RSS)
UNIT 15 Webpage Creator.
WEBSITE DESIGN Chp 1
Chapter 27 WWW and HTTP.
Tonga Institute of Higher Education IT 141: Information Systems
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
HTML What is it? HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
Tonga Institute of Higher Education IT 141: Information Systems
What is HTML?.
Chapter 16 The World Wide Web.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
WEB DESIGNING THROUGH HTML
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Presentation transcript:

Presentation On HTML & Podcast Done by: Shamelia Young & Sheriece Williamson

What is HTML??? HTML is the language that web pages are written in - in fact, HTML stands for hypertext mark-up language. But what does that mean? Hyper is the opposite of linear. Old-fashioned computer programs were necessarily linear - that is, they had a specific order. But with a "hyper" language such as HTML, the user can go anywhere on the web page at any time. Text is just what you're looking at now - English characters used to make up ordinary words. Mark-up is what is done to the text to change its appearance. For instance, "marking up" your text with <b> before it and </b> after it will put that text in bold. Language is just that. HTML is the language that computers read in order to understand web pages.

What Is HTML Used For? HTML, or Hypertext Markup Language, is used to create web pages. Site authors use HTML to format text as titles and headings, to arrange graphics on a webpage, to link to different pages within a website, and to link to different websites. How HTML is used to Create a Web Document HTML is a set of codes that a website author inserts into a plain text file to format the content. The author inserts HTML tags, or commands, before and after words or phrases to indicate their format and location on the page. HTML tags are also used to add tables, lists, images, music, and other elements to a webpage.

Advantages and Disadvantages Advantages Easy to use Loose syntax (although, being too flexible will not comply with standards) Supported on almost every browser, if not all browsers. Widely used; established on almost every website, if not all websites. Very similar to XML syntax, which is increasingly used for data storage Free - You need not buy any software Easy to learn & code even for novice programmers Disadvantages It cannot produce dynamic output alone, since it is a static language Sometimes, the structuring of HTML documents is hard to grasp You have to keep up with deprecated tags, and make sure not to use them Deprecated tags appear because another language that works with HTML has replaced the original work of the tag; thus the other language needs to be learned (most of the time, it is CSS) Security features offered by HTML are limited

What is a Podcast??? A podcast is a digital audio file (usually MP3 or AAC) made available for download on the internet through an RSS 2.0 feed. The web address of the media file is contained in the enclosure tag of an item in the XML file. The enclosure tag was added to the RSS 2.0 standard in 2004 making podcasting possible.

Applications Podcasts can be used for a number of different things, and as the industry evolves I'm sure broadcasters and webmasters will find additional ways to use podcasts in the future. 1.) Talk Shows 2.) Music Shows 3.) Interviews 4.) Story Telling 5.) Tutorials 6.) Directions 7.) Commentaries 8.) Sportscasts

Advantages and Disadvantages Advantages available anytime/anywhere for students easy to create, distribute, and download -- no professional equipment is required new podcasts are auto- downloaded can restrict podcasts to students enrolled in the course power of audio over text -- students can listen and learn while walking, riding, waiting in line, etc. Disadvantages entire file is downloaded to students' computer/device need sufficient bandwidth to download the podcasts in a timely fashion limited usefulness for hearing impaired people no interactivity -- audience cannot participate, etc. intellectual property issues