MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML Introduction CS 1020 – Lego Robot Design. Building Websites HTML (HyperText Markup Language)  The dominate language of the internet  Describes.
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
HTML: HyperText Markup Language Hello World Welcome to the world!
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
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.
LIST- HYPERLINK- IMAGES
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
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.
Lesson 4: Using HTML5 Markup.  The distinguishing characteristics of HTML5 syntax  The new HTML5 sectioning elements  Adding support for HTML5 elements.
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.
HTML (HyperText Markup Language)
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
 2002 Prentice Hall, Inc. All rights reserved.2 Chapter 2 — Introduction to HyperText Markup Language 4: Part I Outline 2.1Introduction 2.2Markup Languages.
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.
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.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Dreamweaver MX BTA3Open. Dreamweaver MX Application used for creating web sites Homepage must always be saved as index.htm All files names must be in.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
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.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
U NDERSTAND THE W EB AND D IGITAL C OMMUNICATIONS P ATHWAY 4.02 U NDERSTAND HOW W EBPAGES ARE CREATED AND USED.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
1999, COMPUTER SCIENCE, BUU Introduction to HTML Seree Chinodom
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.
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.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
HTML Structure & syntax
Intro to HTML CS 1150 Spring 2017.
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Objective % Select and utilize tools to design and develop websites.
Intro to HTML CS 1150 Fall 2016.
HTML.
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Objective % Select and utilize tools to design and develop websites.
COMPUTING FUNDAMENTALS
Basic HTML and Embed Codes
Pertemuan 1b
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Pertemuan 1 Desain web Pertemuan 1
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5

WHAT IS THE INTERNET ? At its most basic definition, the internet is essentially as a series of connections amongst many computers and file servers. It is these file servers that store website files and 'serve' them to computers once they request them – eg by typing a web address into a browser.

WHAT IS A WEBSITE? A simple website can be understood as a folder sitting on a server that contains website files. These files can include HTML files, images, video, audio etc.

WHAT IS A WEBSITE? The structure of the files inside a website folder is called the directory tree. As a web-developer keeping this directory tree well organised will make your life much easier. Generally speaking a directory tree will have a main/root directory which will contain all of html files that make up a website, along with any sub-directories. Convention suggests that these sub-directories should be named after the types of files they contain eg. ‘images’.

DIRECTORY TREE

INTRODUCTION TO HTML Every page on the internet is displayed with HTML. HTML stands for HyperText Markup Language. Put simply ‘Markup’ is a fancy word for code, while ‘HyperText’ is text displayed on an electronic device. So HTML = code that displays text on electronic devices. HTML is a made from markup tags. These HTML tags normally come in pairs called opening and closing tags eg. <tag></tag>

EXERCISE 1: HELLO WORLD! <!DOCTYPE html> <html> <head> <meta charset=‘UTF-8’/> <title>Hello World</title> </head> <body> Hello World! </body> </html>

ANATOMY OF AN HTML PAGE <!DOCTYPE html> The first piece of code is the DOCTYPE. This basically tells the browser how to handle your document. The <html></html> tags. These tags contain all of the html code – that means that all tags found inside the <html> tags are called ‘children’ of the html tag block. The <head></head> tags. The head is the first child of the <html> tag block. It contains all of the information about the website that is not displayed in the browser window. It is particularly helpful for Search Engines containing things like <meta> tags and the page <title>. The <body></body> tags. The name of this section defines itself. Every element displayed on a HTML page is found inside the <body> tags.

EXERCISE 2: A FEW MORE ELEMENTS <!DOCTYPE html> <html > <head> <meta charset=‘UTF-8’/> <title>Hello World | Part 2</title> </head> <body> <h1>Hello World! This is a h1 element</h1> <h2>This is an h2 element</h2> <h3>This is an h3 element</h3> <p>This is a paragraph element.</p> <p>This is another paragraph.</p> </body> </html>

<h> ELEMENTS and <p> ELEMENTS In HTML any area enclosed by tags is called an ‘element’ eg <body></body> is referred to as the body element. The <h> elements represent headings within the content. <h> elements can be numbered <h1> through <h6>. This enables each page to have a heading hierarchy. eg <h1> would be the main heading of a page or content section while <h2> or <h3> usually form sub-headings. Paying close attention to your pages hierarchy as it is very important for many reasons, with the main one being SEO (Search Engine Optimisation). The <p> element is used for encapsulating paragraphs.

EXERCISE 3: IMAGES AND LINKS <!DOCTYPE html> <html> <head> <meta charset=UTF-8/> <meta description=“My First HTML Page”/> <title>Hello World | Part 3</title> </head> <body> <img src=‘images/helloworld.jpg’ width=574 height=313 alt=‘Hello World’/> <a href=‘example1.html”’ target=‘_blank’>Example 1</a> <h1>Hello World! This is a h1 element</h1> <h2>This is an h2 element</h2> <h3>This is an h3 element</h3> <h4>This is an h4 element</h4> <h5>This is an h5 element</h5> <h6>This is an h6 element</h6> <p>This is a paragraph element.</p> <p>This is another paragraph.</p> </body> </html>

<img> and <a> ELEMENTS and ATTRIBUTES Some HTML elements contain tag attributes. A tag attribute identifies a characteristic about that element. Eg The <a> tag uses the ‘href’ attribute to create a hyperlink. The <img> element has a required ‘src’ attribute, which specifies the location of the image. It also has other optional attributes including ‘width’ ‘height’ and ‘alt’. The ‘width’ and ‘height’ attributes are handy as they tell the browser how much space it is required to reserve while the image loads. The ‘alt’ attribute is short for alternate text and is important for search engines, screen readers and it also loads in the browser window if an image fails etc.

SO WHAT IS HTML5? HTML5 is the fifth revision of the HTML. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices. HTML5 adds many new features to HTML. These include the new <video>, <audio> and <canvas> elements. Which we will explore later in the course. These features are designed to make it easy to include and handle multimedia and graphical content on the web without having to resort to technologies like Flash and other plugins. It also introduces other new elements, such as <section>, <article>, <header> and <nav>.

EXERCISE 4 : HTML5 ELEMENTS <!DOCTYPE html> <html> <head> <meta charset=‘UTF-8’> <meta name=‘description’ content=‘This is my MIDM web page’> <meta name=‘keywords’ content=‘sydney university, masters, digital media’> <title>MIDM Web Page</title> </head> <body> <header> <h1>Interactive and Digital Media</h1> </header> <nav> <a href=‘#’>Home</a> | <a href=‘#’>About</a> | <a href=‘#’>Work</a> | <a href=‘#’>Contact</a> </nav> <section> <h1>Welcome to SCA</h1> <p>Welcome to the MIDM course.</p> </section> <aside> News and Events </aside> </body> </html>

HTML5 ELEMENTS <header> The header element represents a group of introductory or navigation aids. It usually contains the sections heading and can also be used for a sections table of contents, a search form and any logos. <nav> This element represents a main navigation section of the page containing either internal or external links. <section>This represents a generic section of a document or application. In this context a section is a thematic group of content. Eg a website’s homepage could be split into several sections like introduction, news and contact. <aside> The aside element represents a section of a page that is related to the surrounding content, but could be considered separate.

EXERCISE 5: MAKE A WEBPAGE Use the HTML file you created in exercise 3 as a template to create a quick fact page about anything! This could be a kitten, dinosaur, band or your favourite food. Grab a few paragraphs of information from wiki and an image from google images. Be sure to also include a link to an external website.

THINGS TO DO W3 schools HTML Tutorial: http://www.w3schools.com/html/default.aps An inspiring HTML5 site worth looking at: Form Follows Function http://fff.cmiscm.com/