Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 

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 Basics Customizing your site using the basics of HTML.
HTML popo.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML: HyperText Markup Language Hello World Welcome to the world!
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
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.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
HTML BASIC
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
 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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
HTML. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
DAT602 Database Application Development Lecture 14 HTML.
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.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
1 Essential HTML coding By Fadi Safieddine (Week 2)
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
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.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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 a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
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.
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Hypertext Mark-Up Language Web Page Creation HTML.
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.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
CSC 330 E-Commerce Teacher Ahmed Mumtaz Mustehsan Ahmed Mumtaz Mustehsan GM-IT CIIT Islamabad GM-IT CIIT Islamabad CIIT Virtual Campus, CIIT COMSATS Institute.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
HTML Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
4 HTML Basics 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.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
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 HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
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.
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.
Hyper Text Markup Language.  My First Heading My first paragraph. Example Explained The DOCTYPE declaration defines the document type The text between.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Uppingham Community College
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

Programming in HTML

 Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags  Tags Describe the Content of a Document  HTML documents  Plain Text (Text / Information)  HTML Tags (Formatting, Setup)

 WYSIWYG editors are available (example: Word) to quickly and easily create Web Pages  Disadvantages to Image-Based Editors  Compatibility Issues  Text may be positioned in the wrong place so search engines (Google) won’t see it  Font sizes may not appear correctly  May display differently in different browsers  Expansion of website can be limited based on program’s design interface  HTML was meant for Document Structure not Design  Image-based editors work on the design

 Relatively simple programming language  Can create dynamic and rich web pages  Easy to learn / many online tutorials available  Site can be optimized for Search Engine Rankings  Image ALT attribute  Accessibility Issue  Used by Search Engines – include Key Words here  Heading Tag – Key Words in or  Display Compatibility  Use of Browser Specific Tags  Pages Load Faster  Editors create a lot of excess code / larger file sizes  Wider Range of Design Options using CSS Styles Sheets (separates content from the design)  Most editors use old technique of Tables to layout a page

My First Heading My First Paragraph

 Keywords surrounded by angle brackets  Example:  Normally (but not always) come in Pairs  Beginning and Ending Tags  content text  text

 Software that reads and displays HTML code  Internet Explorer  Firefox  Google Chrome  Safari  Does not display the HTML tags  Interprets them  Displays the Content

 Right-Click on Desktop  New  Folder  Name it with your Name

 Can write HTML in any word processor or specialized software programs  Notepad is Readily Available (and Free)  Start  All Programs  Accessories  Notepad

My First Heading My First Paragraph

 File Menu  SAVE AS 1) Select Desktop 3) Select “All Files” 2) Your Folder

 SAVE AS  FileName.HTML 3) FileName.HTML

 Open Your Folder on the Desktop Double Click on Your Folder

 Double-click on the File Name Double-Click File Name

 Headings are defined with to tags  H1 defines the most important (top level) heading  H6 is the least important (bottom level) heading  Headings are important for the structure of a web page  Do not use just to make text bigger  Key words in and for Search Engines

 Add Text to your HTML Document My First Heading The Second Heading The Third Heading My First Paragraph

 Save: File  Save  Note – Not “Save As”  Display in Web Browser to see Headings

 HTML documents are divided into paragraphs  Empty lines are inserted before and after a paragraph This is a paragraph This is my first paragraph This is a second paragraph  Add code to your Webpage  Save and Display

 Hyperlinks allow you to click away from your page onto another page  Can be a word, a group of words, or a picture  Hyperlinks are one of the most important features of HTML documents  Links use the anchor tag  Anchor Tags use a “href” attribute to indicate the link’s destination

 Syntax: Link Text a  opens the anchor tag href  gives the destination URL (address of the destination web page) Link Text  Words that will display at the Link on the web page /a  close anchor tag

 Example Link: School of Computing “  Add to your Web Page  Save and Display

 Unvisited Links – blue and underlined  Visited Links – purple and underlined

 Adding Pictures to your Web Page  Images use the img tag and a src attribute  Example:  src attribute – the location of the image file  alt attribute give alternate information about an image in case the viewer cannot see the image  Slow connection / Using a screen reader  Image Tags are “empty tags” – No Closing Tag

 Add code to Web Page:  Save and Display

 To Size an Image include Width and Height properties   Used Pixels by default

 Deals with links to documents and images  Absolute Paths:  Very specific location of file is included  Required when linking to files outside of your domain location  Example: School of Computing  Relative Paths:  Change depending on the page the links are on  Used within the same domain location  Links in the same directory as the current page have no path   Sub-directories are listed without preceding slashes 

 Lines can be used to separate content  Created with an tag  No need for an ending tag  Normally used with other tags  Add Code to Document This paragraph has a line  Save and Display

 Formatting Tags:  Bold  Emphasized Text (not the same as italics)  Italics  Small Text  Strong (not the same as bold)  Subscript  Superscript

 Add some formatting to your webpage  Don’t forget end tags Sample bold text while this text it italic  Save and View in Web Browser

 Always test your code to make sure it is doing what you think it is doing Should have bolding and italics

 Comments are ignored by the Web Browser  Will not be displayed  Used to make your code more readable and understandable  Syntax:  Add a comment to your webpage

 Right Click in the Web Page  Select “View Source” or “View Page Source”

 HTML 5 is the new standard  It is a work in process  Not fully adopted yet  Most MAJOR browsers support many of the new elements  Some New Features  element for 2D drawing  and elements  New content elements  / /  Calendar and Date / Time controls