Amber Annett David Bell October 13 th, 2011. What will happen What is this business about personal web pages? Designated location of your own web page.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML Basics Customizing your site using the basics of HTML.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
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.
HTML: HyperText Markup Language Hello World Welcome to the world!
Teppo Räisänen LIIKE/OAMK 2010
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
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.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Fluency with Information Technology Third Edition by Lawrence Snyder Chapter.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
DAT602 Database Application Development Lecture 14 HTML.
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.
Web Technologies Website Development Trade & Industrial Education
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.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
 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.
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.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
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 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.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup 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.
Creating Web Pages with Links, Images, and Formatted Text
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.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
INTRODUCTION. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language,
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 Lesson 3 Hyper Text Markup Language. Assignment Part 2  Set the file name as “FirstName2.htm”  Set the title as “FirstName LastName First Web Site”
HTML GUIDE Press F5 and then Click on the links on the left to get to the section you want Section 1: Getting Started Section 2: Moving Banner Section.
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 Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Creating and Editing a Web Page
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
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 is a markup.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
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.
Creating Web Pages with Links, Images, and Embedded Style Sheets
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.
Chapter 4 and 5. Objectives Introduce markup: elements and attributes How browsers interpret HTML documents Basic structure of HTML document What do style.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
HTML.
Computers and Scientific Thinking David Reed, Creighton University
If You Know Nothing About HTML, This is Where You Start.
Presentation transcript:

Amber Annett David Bell October 13 th, 2011

What will happen What is this business about personal web pages? Designated location of your own web page. Introduction to HTML (Hyper Text Markup Language) Writing your own HTML Make your web page! Recurring Theme for Today: “It’s Simple!”

Part 1 - Lets take a quick look: Open your internet browser (Internet Explorer and Mozilla Firefox are examples of an internet browser) Type in the following address (URL): So let’s take a look at what your screen looks like…

Part 1 - Lets take a quick look:

Address (URL) Login Here List of People and Their Pages

Part 1 - Lets take a quick look:

Part 2 – Basic HTML Very simple “code” that can allow you to create simple yet informative web pages perfect for a university setting. First point you should pay attention to, when learning HTML is…..

Part 2 – Basic HTML The basics are quite simple… Don’t panic: simple commands can be learned in minutes! Don’t worry: it is very hard to actually “break” something Don’t freak out!

Part 2 – Basic HTML HTML can be written in any text editor such as notepad or word pad directly on the University editing page shown before When working with an external editor, note that HTML code should be saved in.html or directly copy- pasted into the University editor for testing Basic building blocks to create your web page…

Part 2 – Basic HTML HTML is written with “Tags” Tags have a very simple characteristic to recognize and remember: Start: (e.g. ) Stop : (e.g. ) Example: This is my Title Congratulations, you now know the foundation for all HTML programming! Let’s take a look at some real tags to see what they do:

Part 2 – Basic HTML A very simple webpage in notepad would look something like this: Welcome Hello world! Matthew Rules!!!

Part 2 – Basic HTML

Part 2 – Basic HTML: Lets See What We Can Do Now! HTML files contain HTML Elements (Sequences of Tags) Elements normally have two tags around text text Empty elements e.g. horizontal rule Elements with attributes, e.g. formatting: Centred heading HTML not case sensitive Be consistent for clarity Links may be case sensitive

Part 2 – Basic HTML: Lets See What We Can Do Now! The Browser creates its own space Space created around headings Space created between paragraphs White space in HTML is reduced to single space There are no carriage returns tabs or multiple spaces

Part 2 – Basic HTML: Lets See What We Can Do Now! Character formatting – It’s so simple! Logical Styles (preferred – Browser decides how to display) Emphasis Strong emphasis Physical Styles Italics Bold Underline ? What do you think this would be? Comments

Part 2 – Basic HTML: Lets See What We Can Do Now! Horizontal Rule Adds horizontal line across screen Line Break Starts new line without white space

Part 2 – Basic HTML: Lets See What We Can Do Now! An unordered list first item (Note: the tag is not required) second item third item An ordered list first item second item third item first item second item third item 1 first item 2 second item 3 third item

Part 2 – Basic HTML: Lets See What We Can Do Now! Definition of Table Your text More text Your text Start of first row First cell Second cell End of first row

Part 2 – Basic HTML: Put it Together Welcome Hello world! Matthew Rules!!! Hi Mom Miss You HTML IS SIMPLE!

Part 2 – Basic HTML: Lets See What We Can Do Now! Anchor element (URL is a Web Page Address) Text shown as a link Target or Location to link to Put this at the top of the page: A link to a point within the same HTML page e.g. put this at the bottom of the page: Go to top of page

Part 2 – Basic HTML: Lets See What We Can Do Now! Full (or Absolute) URL Server name included so file can be on any server NEWS Pages on a different Web site should be opened in a new window: NEWS

Part 2 – Basic HTML: Lets See What We Can Do Now! Image tag No closing element Attributes SRC specifies name and location of a file ALT alternative text be displayed if image does not display File types (more info available on web).gif(for diagrams with large areas of single colours).jpg(for photographs)

Part 2 – Basic HTML: Lets See What We Can Do Now! BORDER Specifies the width of the image border in pixels WIDTH and HEIGHT Specify the size of the image in screen pixels It is better to reduce the number of pixels! ALIGN sets position to LEFT, RIGHT, etc. <IMG SRC=“images/matthew.jpg" ALT=“Matt on top of Blackford Hill“ TITLE=“Blackford Hill” BORDER="0" ALIGN=RIGHT WIDTH=300 HEIGHT=500>

Part 3 – Lets Build Something! This is where you can write your HTML

Part 3 – Lets Build Something! A “Word” kind of Editor [Doesn’t Always Work!]

Part 3 – Lets Build Something! This is where you can add/remove/modify Menu Items

Part 3 – Lets Build Something! Folder creation for storing and organizing files

Part 3 – Lets Build Something! Making a new page for more HTML and menu items

Part 3 – Lets Build Something! Adding Images/Pictures to include in your site

Part 3 – Lets Build Something! Add a file to your site (good for downloading) Eg: PDF file

Part 3 – Lets Build Something! Lets modify code!

Part 3 – Lets Build Something! What does this look like?

Part 3 – Lets Build Something! What does this look like?

Part 3 – Lets Build Something! What does this look like?

Part 3 – Lets Build Something! What does this look like? Not in the menu yet! The editor

Part 3 – Lets Build Something!

Finally – Best Practices Don't use image files that are more than ca 150 k. 300 x 300 pixels should be adequate Use jpeg compression to reduce file size Don't use images unless you have full copyright permission Create links to other people's images on the Web but don't steal them! Include acknowledgements in the ALT text

Finally – Best Practices HTML must conform to the standard Use HTML version 4.0 or 4.01 avoid non-standard HTML Use an HTML validator, e.g. Display your page in Internet Explorer Select menu: View / Source Select Edit / Select All, then Edit / Copy This copies all of your HTML plus all the additional HTML added by Zope (i.e. the GeoSciences banner, the menus, etc.) to the clipboard Go to Paste your document int the “Validate by Direct Input” box Press “Check” Correct any errors and repeat. Note there may be errors in the Zope headers that you cannot edit.

Finally - Construct Your Web Page cf.