CMPT241 Web Programming More HTML. Homework 1 Summary of what you have learned Link to the homework on the home page The page needs to be representable.

Slides:



Advertisements
Similar presentations
LIS650lecture 1 XHTML 1.0 strict Thomas Krichel
Advertisements

PHP Meetup - SEO 2/12/2009. Where to Focus? Ensuring the findability of content Ensuring content is well understood by search engines Maximizing the importance.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
XHTML Basics.
HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Unit 2, cont. September 14 HTML,Validating your pages, Publishing your site.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 Popularity of browsers:  Popularity of search.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Meta Tags What are Meta Tags And How Are They Best Used?
CS 415 N-Tier Application Development By Umair Ashraf July 16,2013 National University of Computer and Emerging Sciences Lecture # 12 HTML/ XHTML/ HTML5.
Dawn Pedersen Art Institute. Introduction All your hard design work will suffer in anonymity if people can't find your site. The most common way people.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
IPUB 100 Lesson 2 Instructor Mark Lamontagne Homework Review.
Define html document byusing Example : Title of the document The content of the document......
Search Engine optimization.  Search engine optimization (SEO) is the process of affecting the visibility of a website or a web page in a search engine's.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
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.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Creating Webpage Using HTML
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
Building a Search Engine Friendly ™ eCommerce Website ECMTA Webinar July 2008 Mountain Media is a trademarks of New Earth Technologies. All other logos/images.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
Chapter 10 History of HTML & HTML introduction Disclaimer: All words, pictures are adopted from “Learning Web Design (4th.)” by Jennifer NiederstRobbins,
Basic Search Engine Optimization. What is SEO?  SEO is an abbreviation for search engine optimization.
Session: 1. © Aptech Ltd. 2Introduction to the Web / Session 1  Explain the evolution of HTML  Explain the page structure used by HTML  List the drawbacks.
A Brief Digression on Search Engine Optimization (SEO)
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
Meta Tags. Example Tag Demo Meta Tags Meta means “beyond”. Meta tags provide information about data to browsers,“beyond” what regular tags provide.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
HTML5 Introduction to Web Programming. Plan of the course HTML5 Structure of a document Main HTML Tags –Headings –Paragraphs –Links –Tables –Forms –Images.
HTML. HTML: What is it? – HTML stands for Hyper Text Markup Language – An HTML file is a text file containing small markup tags – The markup tags tell.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML Overview.  Students will learn: How HTML tagging works How browsers display tagged documents How an HTML document is structured.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
Tutorial #1 Using HTML to Create Web Pages. HTML, XHTML, and CSS HTML – HyperText Markup Language The tags the browser uses to define the content of the.
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
CHAPTER 8 Multimedia 1. Using Multimedia ❖ Multimedia: the combination of text, sound, and video to express an idea or convey a message. ❖ Podcasts: a.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
REEM ALMOTIRI Information Technology Department Majmaah University.
HTML CS 4640 Programming Languages for Web Applications
HTML5 Basics.
Web Page Elements Writing For the Web
HTML Vocabulary.
Basic HTML and Embed Codes
Introduction to HTML- Basics
Structuring Content in a Web Document
CMPT241 Web Programming More HTML.
HTML CS 4640 Programming Languages for Web Applications
Presentation transcript:

CMPT241 Web Programming More HTML

Homework 1 Summary of what you have learned Link to the homework on the home page The page needs to be representable Check your page from the public url ▫Pictures are not displayed ▫You shouldn’t use the same examples we did in class ▫You may start a page and make it more perfect every week. 2

A few miscellaneous elements Superscript and subscript (inline) ▫ element ▫ ▫ x t = v 0 t + at 2 ▫ 3

A few miscellaneous elements Abbreviation ▫ content ▫ PEMDAS 4

HTML 5 embedding an audio New in HTML5: audio and video Before: object ▫ play in the background without visible appearance ▫ autoplay = “autoplay” ▫ loop = “loop” 5

HTML 5 embedding a video can use all attributes introduced in audio ▫ muted 6

Embedding a YouTube video 7

Web Standards Why use valid HTML and web standards? ▫more rigid and structured language ▫more interoperable across different web browsers ▫more likely that our pages will display correctly in the future ▫easier for search engines to examine 8

W3C HTML Validator validator.w3.org checks your HTML code to make sure it meets the official strict HTML specifications ▫Start from the first error more picky than the browser 9 Validate this page HTML

What is HTML 5? a new W3C standard version of the HTML markup language successor to HTML 4.01 and XHTML 1.1 balance between too-loose-ness of HTML 4 and too-strict-ness of XHTML reduces the browser's need for plugins to display content, e.g. multimedia make web content more rich, semantically meaningful, descriptive, accessible 10

11

Web page metadata data about data ▫information about your page (for a browser, search engine, etc.) placed in the head of your HTML page meta tags often have both the name and content attributes 12 <meta name="description" content=“Harry Potter Official Website." /> HTML

NameValueDescription charsetutf-8International character set used by the page nameauthor description keywords generatorwhat software was used to create this page reviseddate when the page was late updated http-equivrefreshtime and/or URL to which the browser should redirect 13

meta element to describe the page 14 HTML

meta element to aid search engines Google usually uses the content of your meta description tag as their short snippet to display in the search results, along with the page’s title. ▫ 24?hl=en&ref_topic= https://support.google.com/webmasters/answer/356 24?hl=en&ref_topic= HTML

Redirecting The meta refresh tag can also redirect from one page to another 16 HTML HTML