Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
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
Website Design.
Hypertext markup language.  Client asks for an html file  Server returns the html file  Client parses and displays it  This display is what most people.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
HTML Programming last updated 9/12/05 at 1:30pm HyperText Markup Language Reference: – HTML BasicsHTML Basics An HTML program is a set of paired tags that.
Unit 2, cont. September 14 HTML,Validating your pages, Publishing your site.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
INTRO TO WEB DEVELOPMENT
Chapter 14 Introduction to HTML
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
Basics of HTML.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web Web.
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.
Creating a Simple Page: HTML Overview
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
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.
Tutorial #2 Creating Links. Tutorial #1 Review Basic Page (DOCTYPE, HTML, Head, Title, Body) Tags Structure( ),,,,,, Nested Tags content Tag Attributes.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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. 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.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
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.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
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.
WEB DESIGN UNIT 2 Unit 2 Module 2-5. WHAT HAVE YOU LEARNED?  What is the title tag do? Where does it show?  What are the tags that need to be on every.
Web Site Design & Management Class Two. Agenda Attendance Questionnaire Setup/task Homework Review Screenshots Lists/Nested Lists Home Page Links Images.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Lecture: Web Design Assis. Prof. Freshta Hanif Ehsan Faculty of Computer Science Kabul Polytechnic University Spring Semester
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.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML Review * is used as a reference for most of the notes in this powerpoint.
`. Lecture Overview HTML Body Elements Linking techniques HyperText references Linking images Linking to locations on a page Linking to a fragment on.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
CIS 228 The Internet Day 2, 9/1/11 Hypertext. The Course Instructor: Bowen Alpern Office hour: GI 137-I, 4-5pm Tu.
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 Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Chapter 4 and 5. Objectives Introduce markup: elements and attributes How browsers interpret HTML documents Basic structure of HTML document What do style.
HTML Structure & syntax
Introduction to HTML.
HTML Basics.
Coding, Testing and Valdating a Web Page
Basic HTML and Embed Codes
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Pertemuan 1 Desain web Pertemuan 1
HyperText Markup Language
Presentation transcript:

Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014

Overview  Today: HTML SFTP & isis web space  Coming Up: Improve the Look of Your Web Page with CSS, September 16, 7-8 PM Advanced HTML & CSS, September 23, 7-8PM

What is HTML?  HTML stands for HyperText Markup Language Hypertext: linking to content Markup language: defining the structure  Paired with CSS, to define how this structure is displayed  Web browsers read this markup language (HTML and CSS) and interpret the instructions given to display the webpage

The Homepage  index.html is the default file name for the homepage/main directory of any website  When you visit a site like lib.unc.edu, the web server looks within the directory for the default file to display even if you don’t type out the full file namelib.unc.edu  Without this page, users will either see a directory listing of your website files or an error page (Read more here)Read more here

How to name files  As always think about your users when naming files since they’ll have to type in your URLs KISS principle = Keep it simple, stupid!  Use lowercase letters  Do not use spaces, instead use underscores (_) or dashes (-) to represent spaces  Use the proper extension such as.html or.css

Using HTML to Create Web Content

Tags  HTML uses tags to mark up content  Each tag (usually!) has an opening tag…  …and a closing tag

Document Structure My first page My First Heading My first paragraph.  An HTML document has a head and a body The head provides information about the document The body is where the document’s content goes

Document structure

Document Structure  The DOCTYPE declaration defines the document typeDOCTYPE declaration  The text between and describes the web page  The text between and is the visible page content  The text between and is displayed as a heading  The text between and is displayed as a paragraph

Common Tags, Part 1 Heading1 Heading2 Heading3 Heading4 Heading5 Heading6 This is first paragraph This is second paragraph Try it out!

Common Tags, Part 2 Example: Home My Research Experiments Home My Research Experiments = Unordered list (bulleted) = Ordered list (numbered) = List element Try it out!

Attributes  You can add more information to your tags with attributes. This is a link  An attribute consists of a name and a value. Tag: a Attribute Name: href Value:  Format: use quotation marks around the value. Use lowercase letters for the whole tag

Common Tags, Part 3 This is a link! I want a break after this linebreak

Adding Images  Place all images in a folder within your website folder titled “images”  Example:  Every image you include on your website should include attributes for: Source Alternative Display Name (Can also include width and height)

Nesting tags  Sometimes you’ll have one set of tags inside another: paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph paragraph. Oh wait, I want a link here ! paragraph paragraph paragraph  If so, close the tags in the reverse of the order you opened them Word< ?

Inline vs. Block  A block element: “takes up the full width available, and has a line break before and after it”* Block elements include through,, and  An inline element: “only takes up as much width as necessary, and does not force line breaks”* Inline elements include,, and  Note: Inline elements should be placed within block elements, not vice versa *from

Linking Between Pages  Linking between pages is similar to linking to external websites. Linking to a website: Google Linking between pages: Instructors

Other Cool Stuff HTML Can Do  Tables Tables  Forms – Great for quizzes! Forms

Putting Your Pages on the Web

SFTP Software  SFTP stands for “Secure File Transfer Protocol”  Used to copy a file from your computer to a server  In our case, this server is called “isis” and it hosts your personal UNC web space  UNC provides free SFTP Clients to get files from your computer to your isis serverSFTP Clients PC: Secure Shell Mac: Fetch or FuguFugu

Finishing up  HTML resources  UL Design Lab for design assistance  Future skillfUL sessions Improve the Look of Your Web Page with CSS, September 16, 7-8 PM Advanced HTML & CSS, September 23, 7- 8PM  Feedback