HTML and Website Development

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.
Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HTML popo.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
CSS CSS Precise Aesthetic Control. Cascading Style Sheets Though they can be put in HTML header, usually a separate page that the HTML links to Contains.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Chapter 8 Creating Style Sheets.
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.
Prepared by ackoo Styli n g your page (font type, font size, colors, text decoration, alignment, set margin, table padding, etc.) References: W3Schools.
4.01 Cascading Style Sheets
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Basics of HTML.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Styles and Style Sheets for Design
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.
 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.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
Working with Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 5.
CSS Basic (cascading style sheets)
Just Enough HTML How to Create Basic HTML Documents.
Dreamweaver MX BTA3Open. Dreamweaver MX Application used for creating web sites Homepage must always be saved as index.htm All files names must be in.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
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.
Tutorial 3 Adding and Formatting Text with CSS Styles.
CSS – 8 Step Walk Through! Using HTML. You will use 8 steps to transform this page to…
Spiderman ©Marvel Comics Creating Web Pages (part 1)
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Group 9: Through examples, explain how to build a css navigation bar. Presented by: Daniel Ku, Matt Iannacci & Iphia Henry.
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.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Basic concepts of web design
WebD Introduction to CSS By Manik Rastogi.
CSS.
Cascading Style Sheets (CSS) Internal Style Sheets Classes
HTML – The COMPUTING UNLOCKED GUIDE
CSS HTML and website development.
4.01 Cascading Style Sheets
Madam Hazwani binti Rahmat
Cascading Style Sheets (Layout)
Introduction to web design discussing which languages is used for website designing
IS333: MULTI-TIER APPLICATION DEVELOPMENT
CSS Cascading Style Sheets
Website Design 3
Styles and the Box Model
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Training & Development
Tutorial 3 Working with Cascading Style Sheets
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML – The COMPUTING UNLOCKED GUIDE
HTML & CSS 7 Languages in 7 Days.
Johan Ng and Muhammad Hazzry
4.01 Cascading Style Sheets
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Cascading Style Sheets III B. Com (Paper - VI) & III B
Presentation transcript:

HTML and Website Development

Learning Objectives All to learn what HTML is and what it is used for Most to type basic HTML tags using a text editor to create a page that can be viewed in a browser Some to write CSS code to set styles, e.g. background colour of sections of the page; size, font, colour and alignment of text

World Wide Web (WWW) The World Wide Web is a huge collection of websites that we can access using the Internet Each website contains web pages which are navigated to via hyperlinks Web pages contain different types of information including images, text and multimedia

Where are all the websites stored? Websites are stored on web servers all over the world There is no central storage of websites

What happens when I view a web page? Your Computer Your ISP Website Host / Server Internet

Introduction to HTML HyperText Markup Language is the language of the web It describes the content in web pages

Web Pages

Web Page Code You can look at the HTML code behind a web page (Ctrl + U or View, Source) The first few lines of code behind this page look like this:

<Opening> and </Closing> tags <holiday> Swimming Sandcastles Sightseeing </holiday> Without the closing tag we would all be in a permanent state of ‘holiday’!

Parts of a Web Page Websites are made up of a Head and a Body Head Can you guess what any of the code lines do? For example, look at line 5: <title>Welcome to GOV.UK</title> What might this do? Head Body

Editing HTML Code Copy the Australia.html and Australia.jpg files to your own file area Open Australia.html in a browser Open the source code in Notepad Make changes to the source code and Save View the changes in a browser Things to try changing: Background and text colours Title and body text Font sizes Alignment Width of the picture Links

Writing HTML Code Copy the NewZealand.html and the NewZealand.jpg files to your own file area Open the NewZealand.html file in a browser Open the same file in a text editor such as Notepad or WordPad

Writing HTML Code Write a title in between the <title> and </title> tags Save the webpage using File, Save or press Ctrl+S Switch to the Browser and refresh or press F5. View your changes

Adding a heading After the <body> tag write <h1></h1> In between the new heading tags, write some text Save the html file and refresh the browser to view your changes

Changing the alignment Inside the <h1> tag write <h1 style="text-align:center"> Save and refresh the browser

Adding text and images

Adding breaks and links

Your Finished Page

HTML and Website Development CSS HTML and Website Development

What web page styles can you change?

CSS (Cascading Style Sheets) HTML defines the structure and content of your web page CSS defines the style and layout of web pages CSS can be used to change the style of a whole website, one web page or a single occurrence of an element, e.g. <h1 style="text-align:center">

Embedded styles <style> h1 {color: blue;} </style Style declarations are placed in the <head> section of a web page, between new <style> </style> tags To change the heading colour, for example: <style> h1 {color: blue;} </style

CSS Syntax Selector Declaration h1 {color: blue;} Property Value

Adding CSS to a web page Define the style at the top between the <style> tags <style> h1 {color:blue; text-align:center} </style> </head> <body> <h1> SEE AMAZING SCENERY </h1> Everything that falls inside that tag or selector in the html body adopts that style

Change the style of links Add CSS to apply styles to the <a> tag: Test your code! <style> h1 {color: ADD A COLOUR HERE; font-size: 24pt;} a:link {color: INSERT COLOUR HERE;} a:visited {color: INSERT COLOUR HERE;} a:hover {color: INSERT COLOUR HERE;} a:active {color: INSERT COLOUR HERE;} </style>

The <div> tag Divide up your page using the <div> tag Each <div> section can have its own formatting applied Content Header Navbar Container

Margins, Borders and Padding Content Padding Border Margin

Responsive Design Websites are viewed on different size screens Webpages must automatically adjust to fit Set widths as percentages rather than pixels

What makes good web design?

Common Web Design Features Limited colour palette Maximum 3 colours (+ black & white) Limited font selection Maximum 3 different font styles Common interface across all pages All pages in a site look similar with a similar layout Navigation bar Helps to find your way around the site

Limit your Colour Palette Keep to just 3 Colours (+ Black & White) Use either: colours next to each other on the Colour Wheel Colours opposite each other Three shades of the same colour

Keep a Common Layout Create a design that all pages can use Keep links in the same place on each page Save development time - just change the content Header or Banner Links Content

Consider your Audience and Purpose Define your audience clearly Young children learning to ride a bike Elderly people who have difficulty walking Parents who enjoy travel with young children Teenage boys interested in cars and racing What is the purpose of your website? To inform? To persuade? (maybe to buy?) To entertain? How will this affect your design?

Finally… Complete the plenary questions to show me what you have learnt today. Plenary questions should be completed and are available on the iTeach website