HTML - Examples Be sure to check speaker notes for additional information!

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
Cascading Style Sheets
HTML popo.
Teppo Räisänen LIIKE/OAMK 2010
Anne McGrath 16 th February  Review of what we have learned so far.  Angled brackets surround HTML tags.  The words between the angled brackets.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
CSS cont. October 5, Unit 4. Padding We can add borders around the elements of our pages To increase the space between the content and the border, use.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
How Tags are used to form your Web Page
Lists, Lists, & Lists Unordered List Ordered List Definition List.
Overview  Recap  HTML. Recap  What is cloud computing?  What are application service providers (ASPs)?  Describe major functions of operating systems.
Introductory XHTML pages Please use speaker notes for additional information!
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
Web Page Development Identify elements of a Web Page Start Notepad
Assignment 1 Pointers ● Be sure to use all tags properly – Don't use a tag for something it wasn't designed for – Ex. Do not use heading tags... for regular.
HTML Introduction HTML
Intro to Microsoft Word.
HTML Code HTML can be written on the simplest text programs. A web page is defined by the tag.
Using color and fonts in HTML and XHTML Please use speaker notes for additional information!
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
HTML Basics An Introduction to HTML. What is HTML? Stands for “Hyper Text Markup Language” Composed of “tags” which are surrounded by sideways triangles.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Explanation of Web 6, Web 7 and Web 9 at my site Please be sure to bring up the speaker notes for the explanation Intro - Web 6, Web 7 and Web 9.
CS105 Introduction to Computer Concepts HTML
Web Design Unit Assignment #2: Job Skills Favorite Links Page You will create a HTML web page with links to informational websites about a variety of job.
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)
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
HTML H yper T ext M arkup L anguage. HTML HTML is NOT case sensitive However, proper coding etiquette if for all to be in ALL CAPS and for text to be.
Understanding HTML Code
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
XP Mohammad Moizuddin Creating Web Pages with HTML Tutorial 1 1 New Perspectives on Creating Web Pages With HTML Tutorial 1: Developing a Basic Web Page.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Unit 1 Changing the Appearance of Text. TITLE CORNELL NOTES TOPIC: NOTES: Summary: HTML Hypertext Markup Language 1 st and last tag on a page Tags Tags.
Getting Started with HTML Please use speaker notes for additional information!
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
Getting Started with HTML Please use speaker notes for additional information!
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
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.
The Basics of Microsoft Word Getting Started and Formatting your paper.
Formatting Text with HTML. Objectives: Students will be able to: Define the structure of the document with block elements Format numbered, bulleted, and.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
This shows CIS17 and the first day introduction..
Click on CIS120/17 to go to website for course. The week of will tell you what is planned for the week and what has been assigned.
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.
1 PROJECT 3 WEB/HTML PROJECT USING NOTEPAD Management Information Systems, 9 th edition, By Raymond McLeod, Jr. and George P. Schell © 2004, Prentice Hall,
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
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.
Scott Marino MSMIS Summer Session Web Site Design and Authoring Session 4 Scott Marino.
Let’s Try It! Open Notepad
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
LAB Work 01 MBA 61062: E-Commerce
With Microsoft FrontPage 2000
Programming the Web using XHTML and JavaScript
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Programming for webpages
Presentation transcript:

HTML - Examples Be sure to check speaker notes for additional information!

Web1.html First Web page Internet User CIS44 This class meets on Friday from 4:00 until 6:45. The students have a wide variety of experience and background and are clearly being overworked - hopefully they are learning a lot too! The steps involved in seeing your Web page are: Create the Web page and save it with an HTML extension. Go to Netscape and use file/open page Using choose file - find file name you saved and open it You will see before you a magnificent Web page! For many HTML commands there is the open in and the close in Commands like do not have a close. Remember, to see the HTML code for a page go to View/Page Source or Source depending on the browser. The connecting arrows show the open and close of many of the tags. Note that there can be a close for LI but it is frequently not used.

Web1.html - as seen Internet User CIS44 This class meets on Friday from 4:00 until 6:45. The students have a wide variety of experience and background and are clearly being overworked - hopefully they are learning a lot too! The steps involved in seeing your Web page are: Create the Web page and save it with an HTML extension. Go to Netscape and use file/open page Using choose file - find file name you saved and open it You will see before you a magnificent Web page!

A Web Page NOTICE THE VARIETY OF CONDITIONS PLACED WITH THIS HEADER THIS ONE IS BORING IN COMPARISON Still centered Now the centering though is over One more line And one more line This is an example of a new paragraph. This is an example of a new paragraph with multiple lines. To have multiple lines, need a few more. Still not multiple - really! Well okay - that is multiple! Here is an example of an unordered list First item in the list Second item in the list Third item in the list Enough already!!! When I make changes to the page I am working on I save it in Notepad and then I simply do a RELOAD to bring up the new version in Netscape. Web2.html UL is an unordered list - the elements within the list are designated by LI. The contents of TITLE appear in the blue line at the top of the screen (at the left),

Web2.html - as seen Here is an example of an unordered list First item in the list Second item in the list Third item in the list Enough already!!! Note that when text is written after the, the text is indented.

Another Web Page YOU CAN CENTER USING CENTER This is not centered You can center using the align clause as well. You can also right align using the align clause. This Web Page has a non white background because the background color was set to FFFFC2. Note that #FFFFFF is pure white and # is pure black. I randomly put in 000BBB for the text and got a blue coloring. For the list of different codes and colors, go to my Web site and look for a listing under colors. NOTE: The # in front of the color code is not required. This gives me a large font This gives me an OBNOXIOUS BLINK Note that for standard colors, I can assign the color red to the font - I did this when I was also assigning a color. Notice that I underlined the obnoxious blink - read this word carefully - I hate to correct things that blink at me!!!! Web3.html Colors for the background and page text are set within the command. 2 ways to center a header: as a tag and ALIGN=CENTER as a parameter of another tag. The FONT tag is shown using the SIZE and COLOR attributes. The + is optional with the SIZE and the SIZE range should be 1 to 7. The COLOR can be done using default words for standard colors.

Web3.html - as seen

Search Engine - In depth study Search Engine Comparison Each person will be working with a different search engine. The engine should be totally analyzed and the following questions should be answered. Additional interesting information should be provided (in case I missed something). If something is not applicable to your search engine or is not supported by your search engine that is a legitimate answer. Please list the sources you used at the bottom of the report. Be prepared to hand in report converted to HTML on disk as well as on paper (done with a word processor). When and how was the search engine started? What was the concept or goal? What is the size of the index (approximately)? What is the frequency and methodology for updating the index (people, submissions, crawler, combination etc.)? Does the search engine utilize other search engines as its primary source or as a secondary source? In other words, does it do its own search or use other engine(s) - always, initially, after no success etc. Does the search engine include a directory or a subject tree? If there is a directory, what is the relationship to the search engine - does it cover the same sites, how is it updated etc. Web4.html (1st part) Set an entry point for a link that can be established in the code.

What part of the document is indexed: whole, headers, first paragraphs etc. How is ranking done when the results are presented? Does it tell the rating/ranking place when it presents? How is presenting done (list, summaries, user choice etc.)? What is the default handling (and/or) if you simply enter several words? In a search, is there any way to weigh words? Is there a query by example or "more like this" feature? Is there a way to refine the search? Is there a feature that lets the user narrow the search by date? Does the search engine have a narrow the search component that lets you use only these results for the next search? Does the search let you type a "plain English type of question" to do the search? Does the search engine use concepts or fuzzy kinds of searches? If so is there a way to do the search that will not use the fuzzy components? Does the search engine have both simple and advanced searches? Are there limits on what can be done in the simple search and what can be done in the advanced search? Briefly outline. For the questions below - if the feature is handled specify how and show your own example: Phrases Wildcard AND search OR search Web4.html (2nd part) Named entry point that can be used as a point of entry.

NOT search Proximity search Nested AND/OR search Case- sensitivity (how is case handled) Is there field searching (URL, titles etc.) - if so specify what fields. Did you find other features that you like that are not covered in this set of specifications? If so, briefly explain them. Go to the questions Go to the feature list Back to the top Web4.html (3rd part) Links to set entry point. The entry points are set using NAME.

Web4.html - as seen Shows the links on the web page.

Another example Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal - I think I got the quote right, but... Now I am going to use the BLOCKQUOTE to indent this quote: Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. Look at the difference in the way these look! Now how about a quote within a quote type setup. Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. Four score and seven years ago, our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal. Note that the BLOCKQUOTE not only indents it also spaces around the quote. Web5.html (1st part) The BLOCKQUOTE is not close prior to issuing a second BLOCKQUOTE. This will result in double indenting

Now lets look at an ordered list This is the first thing. This is the second thing. This is the third thing. Here is another, but this time instead of numbering 1, 2, 3 I am going A, B, C This is the first thing. This is the second thing. This is the third thing. Web5.html (2nd part) creates an ordered list. creates an unordered list. In this example the OL creates an ordered list with the list elements following TYPE=A which designates capital letters for the list elements. You will see A, B, C.

Now let's look at an outline type setup - I have options of A, a, I, i, 1: First Second First under Second Second under Second Third under Second First under Third under Second Second under Third under Second Forth under Second Fifth under Second Third Here is another version of the unordered list This is the first thing. This is the second thing. This is the third thing. Web5.html (3rd part) The ordered list was not closed before another was started - this means the second will be a sub-list to the first. Essentially I have a nested list with one list nested within the other. The difference in TYPE settings changes appropriately from Roman numerals, to capital letters, to numbers as I create an outline.

Here is an unordered list but using a square for a bullet - the options are DISC, CIRCLE, SQUARE This is the first thing. This is the second thing. This is the third thing. I can also do a list without the LI, but then I will not have bullets. This is the first thing This is the second thing This is the third thing Notice that both the unordered list and the ordered list, indent things and also space before and after. Now lets try this - I am simply surrounding a sentence with UL and close UL: This is an indented sentence. This is indented twice. Web5.html (4th part) Unordered list with square bullets. Test it to see if it works in all browsers and all versions.

Web5.html - 1st screen as seen This is the first thing. This is the second thing. This is the third thing. This is the first thing. This is the second thing. This is the third thing.

Web5.html -2nd screen as seen First Second First under Second Second under Second Third under Second First under Third under Second Second under Third under Second Forth under Second Fifth under Second Third This is the first thing. This is the second thing. This is the third thing. This is the first thing This is the second thing This is the third thing This is an indented sentence. This is indented twice.