Intro to html5.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
HTML CS1315 Fall What You Need to Get Started A *simple* text editor to write HTML – Windows: notepad – Mac: textedit (be sure to pick Format 
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.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Slides That Don’t Quite Work by Thomas VanDrunen, Tarez Graban, and a host of others concerned about PowerPoint abuse.
HTML and Designing Web Pages. u At its creation, the web was all about –Web pages were clumsily assembled –Web sites were accumulations of hyperlinked.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
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 History CS 101. HTML Stands for Hypertext Markup Language A “Markup Language” dates from the early days of publishing when editing was done manually.
HTML Structure & syntax
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Topics in Technology and Marketing In The Beginning.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
1 An Overview of Telecommunications Telecommunications: the electronic transmission of signals for communications Telecommunications medium: anything that.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML ~ Web Design.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
Chapter 13. Applets and HTML HTML Applets Computer Programming with JAVA.
Internet Vocabulary CTE Intro. URL  The “address” of a website. Entering this address in the Address Bar will take you directly to a particular website.
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
Introduction to the Internet and HTML. Objectives Students develop an understanding of the origins of the internet Students will be able to identify the.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Overview of HTML and XML. Contents n History n Usage n Examples n Advantages n Disadvantages.
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.
History Internet – the network of computer networks that provides the framework for the World Wide Web. The web can’t exist without the internet. Browser.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
HTML BASIC IST 210: Organization of Data IST210 1.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML HyperText Markup Language Victoria E. Kozlek.
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Global communication… …global impact.. the world wide web Jason Maslanka.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Computer Basics Introduction CIS 109 Columbia College.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
HTML Structure & syntax
The World Wide Web.
Online PD Basic HTML The Magic Of Web Pages
Chapter 1 Introduction to HTML
Chapter 1 Introduction to HTML.
What is the Internet? © EIT, Author Gay Robertson, 2016.
HTML Part I.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to Computers
The Internet and HTML Code
CASE STUDY -HTML,URLs,HTTP
Web software.
HTML History CS 101.
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML 12/27/2018.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Web Page Design CIS 300.
ITI 163: Web, Mobile, and Social Media Design Introduction
WEB & HTML Background Info.
Multimedia Web Site Design
An Introduction to HTML Pages
Intro Project Introduction to HTML.
HTML Structure & syntax
WJEC GCSE Computer Science
Internet and the world wide web (www)
Presentation transcript:

Intro to html5

What is HTML? HTML stands for hypertext markup language.

HTML file is a special kind of file Whenever you open a file that has a .doc, your computer knows to open it in Microsoft Word. If you see a file with .ppt your computer knows, oh that's a Power Point file, I should open it in Power Point. In the same way, when your computer sees the .html file, it knows that it should open it in an internet browser such as Chrome, Firefox or Safari.

HTML is very similar to English We’ll dive into practices to gain a better understanding, but for now, don’t be overwhelmed by learning how to code. Webpage design is actually pretty easy!

Why HTML5 and not HTML1? HTML was created in 1990 as a way to electronically connect different documents via hyperlinks. Hence, this idea of a web of connections.   What was happening, is that scientists were using the Internet to list their different research papers, and you would have a long list, each paper independent of the other. But, HTML, gave you ways that you could read a paper, and right within the text, link to another exciting physics paper.

Original usage of HTML Because the audience from HTML tended to be people who were nuclear physicists, they didn't care about things such as color, images, or anything that wasn't science related, and that was the key. HTML was intended to work across any platform. And in order to do this you really had to avoid things such as special fonts or different colors or anything that was more about layout than content.

Mosaic, 1993 In 1993 Mosaic emerged as the first graphical browser and what that means is that there was a first browser to actually introduce the idea of images. When that happened, there was a lot of debate among the research community as to whether or not this was a good thing. The pioneers really wanted to keep it simple content based, and let everyone access it. But the innovators were saying no. People like pictures, they like layout.

The Browser Wars So there is a big battle between how the Internet should evolve from that point. After Mosaic emerged, the use of the Internet just absolutely exploded, and more and more people were using it for commercial means, instead of just for doing research. Mosaic had challengers though, in the form of Netscape, Internet Explorer and other browsers. This was the start of what we call the browser wars.

The true story of the internet: the browser wars https://www.youtube.com/watch?v=VANORrzKX50

Next Lesson Learning how to code using HTML (Hyper Text Mark-up Language)