INTRODUCTION TO HTML5.

Slides:



Advertisements
Similar presentations
Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
Advertisements

HTML. The World Wide Web Protocols Addresses HTML.
WeB application development
Website Design.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
Chapter 1 Understanding the Web Design Environment
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Chapter 14 Introduction to HTML
HTMLMR.Mostafa badr1. Lesson 3 HTML Tags Lesson 2 Creating a HTML File Lesson 1: Hyper Text Markup Language (HTML) Basics Get Trained for a Better Future.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basics of HTML.
Creating a Simple Page: HTML Overview
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.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
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.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
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 web development and HTML MGMT 230 LAB.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
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).
1 Credits Prepared by: Rajendra P. Srivastava Ernst & Young Professor University of Kansas Sponsored by: Ernst & Young, LLP (August 2005) XBRL Module Part.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
The Teacher Computing HTML HyperText Markup Language.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
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.
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML.
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.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
HTML Structure & syntax
HTML Structure & syntax
Week-12 (Lecture-1) Cascading Style Sheets (CSS): describe how documents are presented on screens. Types of Style Sheets: External Style Sheet - Define.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Project 1 Introduction to HTML.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Inquiring and analyzing options for creating a website
Introduction to HTML Section A – Programming, HTML
Bare boned notes.
4.01B Authoring Languages and Web Authoring Software
Chapter 1 Introduction to HTML.
Coding, Testing and Valdating a Web Page
Unit 2, Lesson 5 Website Development Tools
Introduction to web design discussing which languages is used for website designing
Unit 2, Lesson 5 Website Development Tools
Web Programming– UFCFB Lecture 9
4.01B Authoring Languages and Web Authoring Software
Web Page Development Tools
Introduction to Web Page Design
HTML HYPERTEXT MARKUP LANGUAGE.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to HTML- Basics
Structuring Content in a Web Document
Web Page Development Tools
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
Computer communications
An Introduction to JavaScript
Web Programming– UFCFB Lecture 9
HTML Structure & syntax
HTML5 and CSS3 Illustrated Unit B: Getting Started with HTML
Presentation transcript:

INTRODUCTION TO HTML5

HTML HTML stands for Hyper Text Markup Language. World Wide Web(WWW) is actually in form of files written in a special language called HTML.

STRUCTURE OF WEB SITE A well-structured website should allow the user to get the information within few clicks. A Web site has three main sections,

IMPORTANCE TO HTML5 Used in any platform Display any type of document, anywhere in the world Used in any platform (UNIX, Windows etc) Make text attractive Easy to learn Consider to be most powerful tool for web designing

LIMITATION OF HTML Use scripting language for user interaction Not a software programming language HTML use fixed predefined tags

WEB BROWSERS

HTML EDITORS 2 TYPES WYSIWYG(What You See Is What You Get) Text editors

WYSIWYG(What You See Is What You Get) They have graphical interfaces and tools to develop Web Pages(insert table,images,tables,lists….etc) Microsoft FrontPage & Adode Dreamweaver are 2 popular WYSIWYG HTML editors. Advantages: Web sites created quickly. No need of HTML tags/commands knowledge.

TEXT EDITORS Create HTML documents with Notepad, WordPad or any other text editor. Should familiar with HTML coding.

Creating a HTML program?

Viewing HTML documents in a Web browser?

HTML Elements

HTML Tags

HTML Attributes

Types of HTML Elements Container Elements Empty Elements HTML element that have only ON tag. Container Elements Includes both ON and OFF tags.

HTML rules Tag name and attribute names are not case sensitive. Attribute values should always enclosed in quotes, mostly double quotes. Eg:<hr color=“green”> Attributes values are case sensitive. Space between tags do not matter. Eg: <b>WELCOME</b> <b> Is the same as WELCOME <b> WELCOME </b> </b> Tag names cannot contain spaces. Eg:<h e a d> is not same as <head> Elements can be nested. Eg: <b><u> WELCOME </u></b>(correct) <b><u> WELCOME </b></u>(wrong)

Structure of an HTML Document

LINE BREAK ELEMENT<br>

CASCADING STYLE SHEET[CSS] CSS is the language that provides a set of style rules for displaying elements on a web page. SYNTAX: slector{property1:property1-value; property2:property2- value;………..} Example: body{background-color:yellow;background-repeat:repeat-y}

CSS styles can be incorporate in an HTML document in one of the following ways External style sheets: It is the separate document has the extension .css. These are used to apply a uniform style to many Web Pages without writing the same code again. Embedded style sheets: A set of styles is created as part of an HTML document. These are used when you want to apply similar styles to different elements on the same page. It created using the <style> tag inside the <head> tag. Inline styles: This is used to apply a style to specific elements of a web page.

Create a your own WEB PAGE …