HTML Presented by: Ondřej Procházka Course: Distributed Data Processing Mentor: Rafał Michalski.

Slides:



Advertisements
Similar presentations
Farhan Nisar University of Peshawar
Advertisements

HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
Basic HTML Workshop LIS Web Team Spring 2007.
Introduction to HTML & CSS
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.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML: HyperText Markup Language Hello World Welcome to the world!
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
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;
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Basic HTML Workshop LIS Web Team Fall What is HTML? Stands for Hyper Text Markup Language Computer language used to create web pages HTML file =
Review HTML  What is HTML?  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
Basics of HTML.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
Creating a Simple Page: HTML Overview
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Creating a Basic Web Page
Using HTML to Create a Basic Web Page… By Josh Gallagan.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
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.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
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.
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.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
Introduction to HTML 1 Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan.
Creating Webpage Using HTML
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML: Hyptertext Markup Language Doman’s Sections.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Introduction To HTML.  HTML stands for Hyper Text Markup Language.  HTML was developed by Tim Berners-Lee.  HTML is maintained by World Wide Web Consortium(W3C).
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
1 Web Application Programming Presented by: Mehwish Shafiq.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
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.
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.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML tags and attributes By: Dennis Champagne. List of tags.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
LBSC 690 Session 4 Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
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
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
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.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
Building a Web Page. A Brief History In 1989, Tim Berners-Lee invented the Web. To enable particle physics from around the world to organize and share.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Web Basics: HTML/CSS/JavaScript What are they?
Lecturer (Dept. of Computer Science)
Introduction to web design discussing which languages is used for website designing
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Introduction to HTML5.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
Presentation transcript:

HTML Presented by: Ondřej Procházka Course: Distributed Data Processing Mentor: Rafał Michalski

Content What is HTML, how it works What are tags, how are they implemented Overview of major HTML elements Evolution … history ~ present ~ future

What is HTML? Stands for: HyperText Markup Language It is the code behind your webpage Non-proprietary markup language ISO/IEC international standard

Hypertext Markup Language

How does it work? It is just a simple text containing a content surrounded by words in angle brackets The brackets contain pre-defined tags that can format text, create hyperlinks etc. We save this simple text with a.html or.htm extension and open it in a browser

What are the TAGS? Tags are simple pre-defined instructions Tags tell the browser how to display a page Tags are containers that describe a certain type of element, such as a paragraph, font Tags are not case sensitive

How do we use TAGS? This is my text! Let me show you how it works! Tag Attribute Value

How does a page look? Hello DDP! This my text!

Head elements - specifies additional metadata (author, keywords,..) - specifies a base URL for all the links in a page - specifies links to other documents (CSS,..).. - adds a JavaScript or other scripts.. - specifies the style of a document

Presentational markup.. *.. *Only valid in the Transitional and Frameset variants of HTML 4.01!

Block elements.. - Creates a paragraph, most common block level el. - Inserts a horizontal rule.. ** h1, h2, h3,.. h6 - Section headings at different levels..,..,.. - tags for creating lists.. “definition list, term, descr.”

Block el. - Tables.. - Creates a table.. - Creates a row in a table.. - Creates a table heading.. - Creates a table data cell …colgroup, col, caption, thead, tbody, tfoot

Other elements Creates a hyperlink - Inserets an image, src=“..” defines the source - Specifies a line-break.. - defines a division/section in a document - usually used to group block-elements to format..them with style

Omitted elements Frame tags Forms Non-standard HTML tags –Blink, marquee, blackface, etc. Commenting

Additions to HTML Cascading Style Sheets (CSS) –allow to set specific styles, formating for your page JavaScripts (JS) –scripting language adding interactivity to your page Plug-ins –Flash, QuickTime, Acrobat or streaming audio, video

Evolution #1 Roots date back to 1980~Tim Berners-Lee –project ENQUIRE, first hypertext system, for CERN 1989 Tim submitted a proposal for an Internet-based hypertext system 1991 first publicly available description of HTML in a document “HTML Tags”

Evolution # proposal for a specification, draft "Hypertext Markup Language (HTML)" 1995 new specification - HTML HTML 3.2, HTML 4.0 (by W3C) 1999 HTML 4.01 –In 2000 ISO/IEC int. standard - HTML 4.01 Strict

Evolution #future HTML standard is constantly evolving HTML 5 published as a Working Draft in January 2008 Work done by W3C (timeframe ~2010 Q3)

HTML 5? Final death of the element Content-editable API New elements – – and

Sources Thank you for your attention!