The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML: HyperText Markup Language Hello World Welcome to the world!
WeB application development
Cascading Style Sheets
Chapter 2 HTML Basics Key Concepts
HTML / CSS – Basics Why the heck are we doing this?
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
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.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
© Ms. Masihi 1.  A web page is created using a language called, Hypertext Markup Language, better known as HTML Code.  HTML is a user friendly language.
Chapter 14 Introduction to HTML
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Basics of HTML.
Creating a Simple Page: HTML Overview
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.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
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.
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.
HTML (HyperText Markup Language)
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 
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
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.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Hypertext Mark-Up Language Web Page Creation HTML.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML: Hyptertext Markup Language Doman’s Sections.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
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 HyperText Markup Language ©Richard L. Goldman July 15, 2003.
The Look of the Web. CSS3 Cascading Style Sheets- Third iteration Separate page the user never sees unintentionally Used to alter appearance and visual.
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.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
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.
INT222 – Internet Fundamentals
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
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.
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.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Elements of HTML Web Design – Sec 3-2
Elements of HTML Web Design – Sec 3-2
Chapter 4 - Introduction to XHTML: Part 1
Introduction to HTML- Basics
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
WJEC GCSE Computer Science
Presentation transcript:

The Language of the Internet

HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar and Vocabulary Defines Structure and Content Formerly defined style as well Tag- predefined element of HTML that alters the display of a page

Rules of HTML Two types of “tags” Container Tags- Come in pairs, contain content within This Text is Bold Empty Tags- standalone tags that are their own content Tags are written within “ ” called carrots A “/” defines end of tag CaSe InSeNsItIvE Bad Practice

Rules of HTML All HTML documents must start with a Document type declaration and an HTML tag Defines which version of HTML you’re using Tags can have modifiers to alter how they work Sample

WYSIWYG Editors “What You See Is What You Get” Provides graphical interfaces for building websites Simple and easy to use Clunky, buggy, never does what you want Adds excess or poorly written code Generally a bad idea

Text Editors ANY text editor can write HTML code Word is NOT a text editor Basic Text Editors Notepad TextEdit- Format >> Make Plain Text Advanced Text Editors Notepad++ SublimeText Dreamweaver Brackets

Structure of HTML Document Two main components Head Contains mostly unseen information for browser Connects to CSS, JS files Declares title of page Body Contains all content for page All text, images, and structure Structure gained by nesting- putting tags within tags

Head Comes after tag Must contain a Should be consistent and relevant across pages Often will contain a tag Connects Cascading Style Sheet and Javascript and tags can be used instead of linking to external page, - Unnecessary

Body Contains content to display Tags within are nested to provide structure for site Tags used within: Dozens and Dozens more

Sample Website Code Page Title This is a Heading This is a paragraph.

Images Necessary evils in websites Can provide visual aid and appeal Can make your site look like cheap junk Must be carefully aligned Should be small files and properly sized Are always copyright protected Fair Use clause allows educational use

Images Called a hotlink, goes to external page and pulls image from there Awful, Terrible, Horrible, Abysmal, Bad Idea If located in same folder as html document If located in images folder Excellent, Terrific, Brilliant, Amazing, Super Good Idea

Modifiers src= “Source” – what link the image is being pulled height= & width= Defines the height and width of the image. If only one is defined, image will scale other dimension

Hyperlinks Known as Anchors Index Page “Anchor Hyperlink REFerence Used to link pages to eachother both internally and externally href=“about.html” – Links to page on same site Called Relative Tag href=“ – Links to external site Called Absolute Tag

Modifiers href Where you want the user to go when they click your link target Where a link is to be opened target=“_self” – Opens in current window (default) target=“_blank” – Opens in new window or tab

Structure Tags Tags will come by default as either inline or block Block- puts content on its own line Inline- leaves content where it is Block Tags h1, h2, h3, h4, h5, h6 – “Header” tags div – “Division” tag p – “Paragraph” tag header, article, footer tags Inline Tags span – Does nothing (for now…)

Tables First Rule of Tables- we don’t talk about tables. Second Rule of Tables- we don’t talk about tables. Used for layout and structure in past Terrible, Awful, Horrible, Abysmal, Foul, Wrong, Abhorrent, Heinous, Horrid, Shameful, Loathsome, Revolting, Repulsive, and Generally Bad Idea Should only be used to display tabular data

More Useful Tags Comments Great for hiding incomplete or broken code Great for leaving reminders, notes, memos Lists - Unordered List (bullet points) - Ordered List (numbered) - List Item (item in an ol or ul) Most commonly used to create Navigation menus

More Useful Tags, - Bolds text, - Italicizes text - Underlines text - Highlights text - Strikethrough text - Small text, - Superscript and Subscript text - “Break” – Ends line and moves to next - “Horizontal Rule” - Adds line with break