Structure and formatting HTML pages Helen Treharne Department of Computing.

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

Introduction to HTML. A Web Page is.. An ASCII (text) file.. Whose filename ends with.htm or.html –index.html or cookie-recipe.htm Contains HTML tags.
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.
Cascading Style Sheets
Chapter 3 – Web Design Tables & Page Layout
HTML popo.
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Cascading Style Sheets
1 تقنيات الانترنت عال457 HTML. 2 HTML  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web. HTML is a text formatting.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
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.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
HTML Tags. Bolding Text Or Italics Text Or
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
Chapter Concepts Discuss Fonts Understand Fonts
HTML Computing Concepts HTML - An Introduction 1.
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.
ETT 429 Spring 2007 Web Design I.
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.
7 Selecting Design and Color Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2.
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.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
HTML basics exercises.
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
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
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.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
More Basic HTML. Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features Add alignments.
Doing L I N K S Links 1: Internal Links Links to anchors on the current page (Internal).
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.
15.2 More Basic HTML. More Basic HTML Add spacing (single & double space) Save Refresh Add horizontal rule Add comments Add styles Add headings Add features.
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
G053 Lecture 12 Introduction To HTML Mr C Johnston ICT Teacher
Just Enough HTML How to Create Basic HTML Documents.
All you ever needed to know…and more!. H.T.M.L. HyperText Mark-up Language Web’s programming language All web browsers Set of instructions Written with.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
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.
DIGITAL DESIGN Digital Design is the art and process of creating a single Web page or entire Web sites and may involve both the aesthetics and the mechanics.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML BASIC IST 210: Organization of Data IST210 1.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
Coding with HTML {. THE BASICS { What is HTML and how can you use it to make websites?
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Microsoft Office Word 2003 Lesson 4
HTML Coding A new language.
Learning the Basics – Lesson 1
Computers and Scientific Thinking David Reed, Creighton University
15.2 More Basic HTML & CSS.
More Basic HTML 2 assignments: 1—complete the worksheet
Training & Development
Presentation transcript:

Structure and formatting HTML pages Helen Treharne Department of Computing

Structure of a HTML page It is possible to create web pages without knowing anything about the HTML source behind the page All you need to do is layout the page -

Where does the tag belong on a web page ? A Arm B Head C Body Question – title structure Answer: B

Example This is my test page

What tag tells the browser where the page starts and stops? A B C Question - structure Answer: C

Adding text to a page This is my test page This is my first web page and here is the text I want to include in it.

Changing the format of the text This is my test page This is my first web page and here is the text I want to include in it and now it appears in green! All text looks the same. We can change the font of the text of the whole page using the tag

Which of the two outputs represents the following html: This is my test page This is my first web page and here is the text I want to include in it and now it appears in green! This local text looks different. All text looks the same. Question - font

Adding text links to a page This is my test page This is a page with a link so click here to get to it

Changing format locally on a page What can you do in Word with formatting using the toolbar buttons?

TAGS – what else is available text writes text as bold text writes text in italics text writes underlined text text lowers text and makes it smaller text Lifts text and makes it smaller text Usually makes text italic text Writes text in biggest heading Also,, etc

Which attribute identifies the type of font to be used? A Character B Face CText-type Question - font Answer: B

Which of these is invalid HTML? A B C Question - font Answer: C

Question Answer: It depends link - to a page visitor hasn't been to yet. (standard is blue - #0000FF) vlink - to a page visitor has been to before. (standard is purple - #800080) alink - colour of the link when mouse is on it. (standard is red - #FF0000) What colours are links in HTML? ABlue BPink CRed

Adding image links to a page This is my test page The logo is a link to the Surrey homepage Adding border ="0“ removes the box around the logo

Aligning content This is my test page This is my new paragraph and I've added some alignment to it Now I just want to add some more then I can have it immediately on the next line This is my test page This is my new paragraph and I've added some alignment to it Now I just want to add some more then I can have it immediately on the next line

Question How many tags are needed to create the page? (count the start and tags separately)

This is my test page Hello world - a linebreak does not insert a linebreak in HTML you will need to insert special tags that will insert linebreaks where you want it! Another method is of course to write a sentence, that is long enough to force a linebreak. You can center And turn the center off And on! Go left! Go Right! 29 Tags (but many different ways of achieving similar output)

Changing the background 90% of websites have a white background! Designers often use slight variations of black and white to make the pages more readable Adding a plain background colour is done in the body tag - - # indicates a hexadecimal number. - First two digits are amount of red - Digits 3 and 4 amount of green - Digits 5 and 6 amount of blue What colour is represented by #FF00FF?

Question Answer: A To make the appearance of colours more powerful on your site do which of the following? ALimit their use BSplash them all over CDo not use colours

This is row one, left side. This is row one, right side. This is row two, left side. This is row two, right side. Tables This is row one, left side. This is row one, right side. This is row two, left side. This is row two, right side. Obvious purpose is to arrange information Most web pages use invisible tables for layout

Web design involves programming To make pages exciting we’ll need Javascript, PhP, Perl, AJAX etc. Web development is big business: Google purchased YouTube for £883m! “Websites now offer a potentially much more sophisticated user experience than the plain text sites around in the nineties. It was relatively easy to publish a decent website back then, but now it's difficult without expert programming skills.” web-developers-in-demand-as-pay- rises-26.html