Compiled by ackoo Introduction to HTML How much you know about web publishing? How a website is created? What kind of tools used for creating a website?

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
Web Development & Design Foundations with XHTML
HTML: HyperText Markup Language Hello World Welcome to the world!
Website Design.
Standards and Increasing Maintainability on Web- based Systems James Eaton SE4112/16/2006.
1 HTML Standards & Compliance. 2 Minimum Required HTML tags: (must go in this order!)
1. Content – Collective term for all text, images, videos, etc. that you want to deliver to your audience. 2. Structure – How the content is placed on.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
XHTML 16-Apr-17.
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
HTML Computing Concepts HTML - An Introduction 1.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
F DIGITAL MEDIA: COMMUNICATION AND DESIGN INTRODUCTION TO XML AND XHTML.
the Concept Attainment Model (teaching thinking skills across the curriculum) As demonstrated by: Wendy Lewis, JoAnn Clark, & Jenny Bremen XHTML coding:
XHTML and CSS Overview. Hypertext Markup Language A set of markup tags and associated syntax rules Unlike a programming language, you cannot describe.
HTML Introduction HTML
Chapter 1 Understanding the Web Design Environment
Developing a Basic Web Page with HTML
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Chapter 14 Introduction to HTML
Computer Sciences Department
Chapter 1 Variables in the Web Design Environment.
Chapter 1 Variables in the Web Design Environment
Intro to MIS – MGS351 Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.
Web page - A Web page is a simple text file that contains HTML tags (code) that describe what should be displayed on the browser. -The Web browser interprets.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
Lesson 4: Using HTML5 Markup.  The distinguishing characteristics of HTML5 syntax  The new HTML5 sectioning elements  Adding support for HTML5 elements.
CS 299 – Web Programming and Design Introduction to HTML.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Web page - A Web page is a simple text file that contains a set of HTML tags (code) that describe (to the browser) what should go on a web page. It may.
1 HTML intro The development of HTMLThe development of HTML The transition from HTML to XHTMLThe transition from HTML to XHTML XHTML syntax, tags, and.
HTML - basic tags - How to learn more. What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C.
3 XHTML.
1 XHTML محمد احمدی نیا 2 Of 19 HTML vs XHTML  XHTML is a stricter and cleaner version of HTML.  by combining the strengths of HTML.
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
WEB APPLICATION DEVELOPMENT For More visit:
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
Cascading Style Sheets
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.
Jozef Goetz, STEM Summer Camp Dr. Jozef Goetz.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
Week 2: Building a Simple Website IMC 320 Web Publishing Spring 2011.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
XP 1 HTML Tutorial 1: Developing a Basic Web Page.
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.
What is XHTML? XHTML stands for Extensible Hypertext Markup Language
Web Basics: HTML/CSS/JavaScript What are they?
Introduction to HTML.
3.02B Authoring Languages 3.02 Develop webpages..
XHTML
3.02B Authoring Languages 3.02 Develop webpages..
Lesson 4 – Introduction to CSS
XHTML 7-May-19.
XHTML 29-May-19.
محمد احمدی نیا XHTML محمد احمدی نیا
Presentation transcript:

Compiled by ackoo Introduction to HTML How much you know about web publishing? How a website is created? What kind of tools used for creating a website? Do you own a website?

Compiled by ackoo Introduction to HTML Overview: HTML XHTML Reasons for learning HTML Basic Concept of How HTML works Do it now!

Compiled by ackoo HTML (Hypertext Markup Language) HTML is a lingua franca for web pages and creating hypertext documents. It’s a text based language, a text based tool such as NOTEPAD can be used to create HTML document. HTML has been used to build up web pages since 1990s and it has been using until now and also will be used in the next generation of web page markup language. The last HTML specification, ie HTML 4.01 allowed you to use both uppercase and lowercase tags. The next generation of HTML is XHTML which stands for Extensible Hypertext Markup Language, was recommended as a standard by the W3C in The differences between HTML 4.01 and XHTML are actually very slight. XHTML requires lowercase tags only but HTML can use either uppercase or lowercase.

Compiled by ackoo XHTML (Extensible Hypertext Markup Language) XHTML is to create properly constructed documents. It’s cleaner and stricter version of HTML. It’s almost identical to HTML 4.01 It is intended to work with any device or system, it works in all browser versions but also in previous browser versions. XHTML is recommended by W3C. XHTML is the combination of HTML 4.01 with XML which increase the strength of markup language and useful for now and in the future.

Compiled by ackoo “I am able to use many web authoring tools, do I still need to learn HTML?” YES!

Compiled by ackoo The Reasons… HTML is the basic coding of building up web pages. We must know how it works. To troubleshoot broken links, or able to key in some useful coding to our web page in HTML forms. To copy tricks from other web site. To be more confidence in web design. etc

Compiled by ackoo Some examples of HTML There are so many examples…. browse the Internet, and click View> Source of your browser

Compiled by ackoo Basic Concept of HTML Language Structure HTML is build up from:- Elements (orTags), Attributes, Values. HTML Elements--The HTML element starts with a start tag (eg and end with an end tag (e.g ) e.g: This is my first homepage This text is bold There are two html elements found in this example.

Compiled by ackoo Basic Concept of HTML Language Structure Elements/Tags, Attribute, and Value (1) Container Tag The contents that the tag affects. Hot beaches This is an introduction paragraph. Container Tag with Attribute and Value The contents that the tag affects. Hot beaches Me (2) Standalone Tag (These tags must be closed as according to xhtml convention) attributeValue Opening Tag Closing Tag Opening Tag Closing Tag Attribute Value

Compiled by ackoo Basic Concept of HTML Language Structure example(1) Welcome to Diamond Dog Productions! Welcome! Diamond Dog Productions is the state's premiere source for musicians. Need more info on our artists and their schedules? Call us at Diamond Dog Productions Suite Main Street Minneapolis, MN Diamond Dog Productions is proud to be a member of the Musicians' Union. IDENTIFY: Elements/Tags Attributes Values

Compiled by ackoo Basic Concept of HTML Language example(2) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> Sizzle East - Where It's Spring Break All Year! <img src="Images/east1.jpg" width="240" height="180" alt="Sizzle East Resort - hotel and pool" /> Sizzle East is located on the Berry Islands, a chain of 30 cays and islets. Our resort sits on the northeastern edge of the Great Bahama Bank on Great Harbour Cay. Sport fishing is famous in the area, and diving is becoming popular. You can dive along the many reefs in the area. Or you can lie on the beach. Have a few cold ones, watch the scenery, celebrate not being at work -- the choice is yours. Watch our Sizzle slideshow Ready to visit? Book HERE. IDENTIFY: Elements/Tags Attributes Values

Compiled by ackoo About Tag… tag is deprecated (outdated) now! With HTML 4.0 (or newer version) all formatting can be moved out of the HTML document and into a separate style sheet, or we call it as Cascading style sheet (CSS). Inline style attribute for paragraph should be used when a unique style is to be applied to a single HTML element, such as The style attribute can contain any CSS property. The example shows how to change the color and the left margin of a paragraph: This is a paragraph

Compiled by ackoo Do it now: Create a simple html document which contains your biodata such as your name, mailing address, yahoo messenger id, contact number (or handphone number), etc. You can design your page and text with lines, background image, text colors, bold, italic, text with different size/format. FTP your file to me at FTP host: Login: mcc0013 Password: will be informed in class. Ref: