Instructor: Mike Panitz HTML, Continued.

Slides:



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

Nvu - How to Create Your Own Website From Start to Finish!Dr. Dawn Sherry & Dr. Barry J. Monk Dr. Dawn Sherry Dr. Barry J. Monk Assistant Professor of.
- Relative and Absolute URLs -HTML and CSS Validation -Caches -3 ways of adding style -Firebug CS110: Computer Science and the Internet.
HTML Creating Web pages. HTML Hyper Text Markup Language Not programming, but a markup language using tags to format text in Web browsers.
“Cascading Style Sheets” for styling WWW information DSC340 Mike Pangburn.
How Tags are used to form your Web Page
Images, Tables, lists, blocks, layout, forms, iframes
1 Lecture #5 Static Web Documents Shimrit Tzur-David HAIT Summer 2005.
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
HTML for Beginners An IEEE/ACM Presentation given by Hamilton Turner.
Web Program Development1 February 23, 2011 HTML Web Page Development Debbie Bartlett February 23, 2011.
There is a certain way that an HTML file should be set up. The HTML section declares a beginning and an ending. Within the HTML, there should be a HEAD.
More HTML Chapter 4. 2 Nesting Tags How do you write the following in HTML? The wrong way: This is really, REALLY fun ! Tags must be correctly nested.
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
Introduce yourself to the people around you BIT116: Scripting.
Thursday, July 9 Instructor: Craig Duckett Crash Course in HTML.
IPUB 100 Lesson 2 Instructor Mark Lamontagne Homework Review.
Cascading Style Sheets. Defines the presentation of one or more web pages Similar to a template Can control the appearance of an entire web site giving.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
WDV 101 Intro to Website Development
Assignment 2 Due November 4, 1:30pm. Website You are creating a website for a fictional business which must sell some sort of product You can create any.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Web Foundations MONDAY, SEPTEMBER 30, 2013 LECTURE 3: COMMON HTML TAGS, NEW HTML5 SECTIONS, USING FTP.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
HTML - basic tags - How to learn more. What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C.
F-1 Management Information Systems for the Information Age Copyright 2004 The McGraw-Hill Companies, Inc. All rights reserved Extended Learning Module.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Getting Started with HTML Please use speaker notes for additional information!
JMD2144 – Lesson 4 Web Design & New Media.
Tutorial #4 Formatting Text and Links. Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External.
Web Site Design & Management Class Two. Agenda Attendance Questionnaire Setup/task Homework Review Screenshots Lists/Nested Lists Home Page Links Images.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
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.
Website Development & Management Going Live with Web Pages (b) CIT Fall Instructor: John Seydel, Ph.D.
The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.
HTML: Hyptertext Markup Language Doman’s Sections.
Definition CSS “Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Web Site Design & Management Class Three February 12, 2003 Pam Scanlon.
1 Lect 4 HTML-Intro. 2 HTML & Web Pages A Web page is a text document that contains additional formatting information in the HyperText Markup Language.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML Links HTML uses a hyperlink to another document on the Web.
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)
SY306 Web & Databases for Cyber Operations Spring 2016 LCDR Phong Le
More HTML Images and Links. Links An anchor tag (a) is used to define a link, but you also need to add something to the anchor tag – the destination of.
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. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
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 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
Text Elements. We've already learned about the,,,, and elements. Now let's learn some elements that we'll use to present actual text content on our web.
Computer Basics Introduction CIS 109 Columbia College.
CSE 102 Introduction to Web Design and Programming
>> HTML: Tags – Hyperlink, Media, Lists
Introduction to HTML:.
Weebly Elements, Continued
BIT116: Scripting Lecture 02
Elements of HTML Web Design – Sec 3-2
HTML Lesson 2.
Elements of HTML Web Design – Sec 3-2
Collaboration with Google Docs
Presentation transcript:

Instructor: Mike Panitz HTML, Continued

 Quiz  Learning How To Learn (HTML) : H2, H3, H4, H5, H6  Learning How To Learn (HTML) : Numbered and bulleted lists 2

1. First, close all the windows/programs on your computer, so that you're starting from scratch 2. Download ICE FILE #1 (there's a direct link under Lecture #2, under 'Quiz')ICE FILE #1 3. Edit the file and make it look like the image off the right. a) Don't forget the page title! 1. Create a 'StudentTracker' account if you haven't already done so 2. Upload your schedule using the 'Schedule' option 3

 Start working on the Lecture 2 ICEs – work on Part 1.  This exercise (technically) involves you learning some new html – the H2, H3, H4, H5, and H6 elements.  In practical terms these are all very, very similar to H1 so this exercise is really more of a review of the HTML that you saw last lecture.  Instead, the real focus of this exercise is to start you on the path to being able to teach yourself basic HTML in a (semi-)independent way 4

 To 'nest' something means to put something inside something else, when both things are the same type of thing  I *think* that the term comes from Russian nesting dolls  Photo: Lachlan Fearnley  (Image from /wiki/File:Russian_Dolls.jpg ) /wiki/File:Russian_Dolls.jpg 5

 Some HTML elements can be 'nested' within each other  Much like Russian Nesting dolls This word is underlined, this one is in bold, and this one is italicized  You must put a nested element completely inside another one.  You cannot have the nested item overlap another tag. 6

 You must put a nested element completely inside another one.  You cannot have the nested item overlap another tag.  In the following example the 'u' element is wrong because it starts before the tag and ends between the tag and the tag  In the following example the 'i' element is wrong because it starts before the tag and ends after the tag This word is underlined, and this one is italicized text 7

 If you want a bulleted list you can use the HTML tag to start the list…  …and of course to end it  UL means "UNordered list"  Each item in the list should be started with the tag (for 'list item')  …and of course to end it  If you want a numbered list you can use the HTML tag to start the list…  …and of course to end it  OL means "Ordered list"  Just like for the unordered list, items in the ordered list should be started with the tag and ended with the tag 8

 Work on parts 2, 3, 4, and optionally 5  There's some reference material on the next two slides that may be useful 9

TagsDescriptionExample ordered list list item Creates a numbered list, followed by a line of white space. You can also declare its start, order, and the type of list using 1 (default), A, a, I (upper case Roman numeral), I (lower case roman numeral) Apple Banana Cantaloupe 1.Apple 2.Banana 3.Cantaloupe W3Schools: tag 10

TagsDescriptionExample unordered list list item Creates a bulleted list, followed by a line of white space. You can also declare its type using CSS and the list-style-type propertylist-style-type Apple Banana Cantaloupe Apple Red Delicious Granny Smith Banana Cantaloupe Apple Banana Cantaloupe Apple o Red Delicious o Granny Smith Banana Cantaloupe W3Schools: tag 11

12

13 Hello element Examples:

TagsDescriptionExample “anchor” – this is a hyperlink to another documentCould also be a link to another place in the same document You can search the web with Google or Bing. You can also go to another file in this same directory You can search the web with Google or Bing. You can also go to another file in this same directoryGoogleBinganother file in this same directory Links that start with “ are ‘absolute’ – they specify a single location on the web Anything else is a ‘relative’ link. In the above example, when you click on that last link the web browser will ask the server for the file “anotherFile.html” in the same folder (directory) as the above file. If the above file is at then that third link would go to If the above file is at then that third link would go to W3Schools: tag 14

 Absolute  You can search the web with Google or Bing.  Good for linking to other websites  Relative link to another file in the same folder  You can also go to another file in this same directory  This works great as long as anotherFile.html is in the same folder as the starting.HTML file  Works well when you have a small number of other files to link to. (If you've got a lot of files then use the next option)  Relative link to another file in a subfolder  You can also go to another file in this same directory  This works great as long as stuff1.html is in a folder named extraStuff. The folder named extraStuff must be in the same folder as the as the starting.HTML file  Good for keeping things organized (by subfolder) when you've got a lot of files. 15

 Work on parts 6 and 7  The instructor will walk you through part 6 16

 The previous elements (h1, h2, etc, p, ol, ul) are all “block” elements  Each one starts on a new line, and whatever follows is on the next line  Let’s look at some “inline” elements  They’ll structure something inside a block, without causing new lines.  Src: 17

TagsDescriptionExample Strong says that this is particularly important B means “bold” In practice both tend to produce boldface Lasers can be very dangerous! Do not look directly at the laser’s beam emitter! If you do look directly at the beam, then in the future please do not look at the laser with your remaining eye. Lasers can be very dangerous! Do not look directly at the laser beam emitter! If you do look directly at the beam, then in the future please do not look at the laser with your remaining eye. Note that the strong & b elements are inline – they change how the text looks without forcing a new line. W3Schools: tag 18

 Please work on ICEs 9 through 11 19

 Create one for yourself so that you know what to study for quizzes, exams, etc  Also, Google around for reference sheets / cheat sheets online and see what you find  Then do part 12 in the ICEs Note:  I have not yet talked about color, tables, forms (including checkboxes, radio buttons, or select elements).  I will cover these — as well as a few other HTML features — as the quarter progresses. 20