Class one: intro to HTML, HTML page structure, text, images, and links.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

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.
HTML Introduction CS 1020 – Lego Robot Design. Building Websites HTML (HyperText Markup Language)  The dominate language of the internet  Describes.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Web Development & Design Foundations with XHTML
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
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
Website Design.
Class two: HTML comments, tables and lists, outline elements, intro to CSS, backgrounds and font formatting.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
XHTML Basics.
4.01 How Web Pages Work.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
ICT for IGCSE – Syllabus Cambridge IGCSE ® Information and Communication Technology0417.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
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 Workshop Session 1: Introduction to HTML Fall 2006.
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.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
Introduction to Web Development in HTML Web module day 1 IS 201.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
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.
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 
HTML Structure & syntax
Introduction to HTML5. History of HTML HTML first published – Tim Berners-Lee HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
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.
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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Editing for the Web TECM 4190 Dr. Lam. What makes a website “good” Write down some characteristics that you consider define a “good” website.
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.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
ALBERT WAVERING BOBBY SENG. Welcome  Introductions  Existing knowledge?  Laptops?  Course goals  Introduction to several topics  Encourage creativity.
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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
BEGINNER WEB DESIGN. INTRODUCTION Vocabulary Design Tools of the Trade HTML CSS.
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.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
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 Basics: HTML/CSS/JavaScript What are they?
Introduction to HTML:.
The Internet.
Introduction to HTML.
Lecture 8. HTML. Author: Aleksey Semyonov
Introduction to Web Page Design
Introduction to Web Application Design
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

class one: intro to HTML, HTML page structure, text, images, and links

 Hyper Text Markup Language  The language of the web: HTML documents = web pages  Deals with content – design is for CSS SEMANTIC vs. STYLE  HTML standards set by Web Hypertext Application Technology Working Group (WHATWG) and World Wide Web Consortium (W3C). HTML 4.01 released in1999, HTML 5 set for formal recommendation in 2014.Web Hypertext Application Technology Working GroupWorld Wide Web Consortium

 Web browsers are programs made to display HTML documents.  There are many of them: Chrome Explorer Firefox Opera Safari

EXPLORER FIREFOX  Right click on page, select View Source.  Right-click on page, select View Page Source. CHROME  Right click on page, select View Page Source or Inspect Element.

 Any text editor will work (but please don’t use Word)  We’ll use Notepad++ (Windows only)  Other options you can use: Sublime Text ( OSX, Windows, Linuxhttp:// Text Wrangler ( r/) OSX onlyhttp:// r/ And about a gazillion others…

or

name of webpage

 Points browser toward Document Type Definition (DTD)  Should always be included before  HTML5 standard is TRY IT: Sam & Sally's Cafe

 Tells the browser that it’s reading an HTML document. TRY IT: Sam & Sally's Cafe …etc… ©2012 Sam &Sally's Cafe | Home | About Us | Menu | Direction

 Contains information about the page, but not necessarily shown. Helps organize and design the page. TRY IT: Sam & Sally's Café

 Contains the visible part of the HTML page – what the browser will show. TRY IT: Sam & Sally's Cafe …etc… ©2012 Sam &Sally's Cafe | Home | About Us | Menu | Direction

TRY IT: Sam & Sally's Café …etc… Great food & great times …etc… Hours …etc… Reservations …etc… Upcoming events …etc… Join Our Mailing List

TRY IT:

TRY IT: This is a paragraph welcoming the visitor to come check out the cafe. …etc… In sodales felis pulvinar ligula gravida sodales. …etc… We're happy you'd like to join us for a meal! There are three ways to make reservations: …etc… Check out the folowing events. All events will take place at Sam & Sally's Cafe. Be sure to check back for new events posted regularly. …etc… Paragraph about our mailing list and how to join.

TRY IT: Hours Monday 5 PM - 9 PM

 Text in an alternate voice or mood, or otherwise offset from the normal prose, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, a ship name, or some other prose whose typical typographic presentation is italicized  “Joie de vivre”  represents stress emphasis of its content, not importance  “You didn’t go to the store.”  Text stylistically offset from the normal prose without conveying any extra importance, such as key words in a document abstract, product names in a review, or other spans of text whose typical typographic presentation is boldened  “Press the enter key to continue”  represents strong importance for its contents  “DO NOT go near the pit full of spikes.”

TRY IT: Directions Great food & great times

Linking to other pages on website: TRY IT: Home About Us Menu Directions

Linking to pages external to your website: TRY IT: Reserve online through Ope nTable