Alabama Educational Technology Conference

Slides:



Advertisements
Similar presentations
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.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
Cascading Style Sheets
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
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.
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
4.01 Cascading Style Sheets
Basics of HTML.
Creating Tables in a Web Site Using an External Style Sheet
Creating a Simple Page: HTML Overview
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
Web Technologies Website Development Trade & Industrial Education
Website Development with Dreamweaver
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Just Enough HTML How to Create Basic HTML Documents.
Cascade Style Sheet Introduction. What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles were added.
 Use the think diagram … ISP Server.
Louisa Lambregts, Louisa Lambregts
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.
Cascading Style Sheets CSS. Source W3Schools
Web Terminology Intro to Web. North Lake College 2 by Sean Griffin HTML vs. XHTML HTML: Hypertext Markup Language XHTML: eXtensible Hypertext Markup Language.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
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.
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.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
WEB FOUNDATIONS CSS Overview. Outline  What is CSS  What does it do  Where are styles stored  Why use them  What is the cascade effect  CSS Syntax.
INTRO TO WEB DEVELOPMENT html
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
HTML Basics.
Project 1 Introduction to HTML.
4.01 Cascading Style Sheets
Web Development & Design Foundations with HTML5 8th Edition
HTML & teh internets.
Concepts of HTML, CSS and Javascript
Key concepts of Computing
Introduction to Web programming
AN INTRODUCTORY LESSON TO MAKING A SIMPLE WEB PAGE By: RC Emily Solis
Web Development & Design Foundations with HTML5
Introduction to web design discussing which languages is used for website designing
CASCADING STYLE SHEET CSS.
Website Design 3
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Cascading Style Sheets - Building a stylesheet
Digital Design – Copyright Law
Software Engineering for Internet Applications
What are Cascading Stylesheets (CSS)?
Cascading Style Sheets™ (CSS)
Training & Development
Tutorial 3 Working with Cascading Style Sheets
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
Web Development 101 Workshop
HTML and CSS Basics.
Cascading Style Sheets - Building a stylesheet
4.01 Cascading Style Sheets
Creating your website and learning HTML
INTERNATIONAL INSTITUTE OF IFORMATION TECHNOLOGY, (I²IT)
Presentation transcript:

Alabama Educational Technology Conference

Developing Websites Using HTML Michael Smith Executive Director Center for Technology Access & Training info@cetat.org www.cetat.org Prince George’s Community College Associate Professor | Department Chairman

Overview Introduction / Expectations Basic Terminology HTML Code Storyboarding Hosting Wrap Up jhjhjhjh

Introductions Name Occupation (if working) Expectation

Web Terminology Hypertext markup language Browser Text Editor File Extensions (html and image file extensions)

HTML Codes - TAGS Title Heading Paragraph Horizontal Rule Colors Images Links DOCTYPE HEAD BODY

Exercise Create Web Page Save Web Page View Web Page Edit Web Page Tags Save Web Page File Extensions View Web Page Edit Web Page <TITLE> <H1>, <H2>, <H3>, <P> <HR /> <UL> <OL> <IMG SRC>

Adding Color Color Colorname Hexadecimal # Background Color Text Color Link Color Colorname Hexadecimal #

HTML Codes – TAGS (links) Link to external site <a href="http://www.w3schools.com">Visit W3Schools</a> Link to internal page <a href=“page.html">Visit W3Schools</a>

Storyboard (layout) Hierarchical Linear

Design Considerations Repetition Banner Location of links Colors Fonts Proximity Related items placed close Unrelated items separated by space Contrast Variance between background and text color Alignment All pages should have some alignment

Wrap-Up

Supplemental Information Web server Home page Web page Web site Start page URL Domain TCP/IP DNS FTP Upload / Download Registering a Domain Filename Conventions Screen Resolutions

Resources DocType http://www.w3schools.com/tags/tag_doctype.asp Storyboard http://www.nvcc.edu/home/ataormina/wdc/readings/storybd.htm Title, Heading and Paragraphs http://www.w3schools.com/html/ Images http://www.w3schools.com/html/html_images.asp Links http://www.w3schools.com/html/html_links.asp Color Names http://www.w3schools.com/html/html_colornames.asp CSS Tutorial http://www.w3schools.com/html/html_css.asp http://www.w3schools.com/css/tryit.asp?filename=trycss_default

CSS – Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media (w3schools) CSS saves a lot of work. It can control the layout of multiple web pages all at once (w3schools) External stylesheets are stored in CSS files (w3schools) 3 Ways to apply CSS, external, internal, inline http://www.w3schools.com/css/css_howto.asp CSS Tutorial - http://www.w3schools.com/css/tryit.asp?filename=trycss_default

JavaScript What is JavaScript? – an object-oriented computer programming language commonly used to create interactive effects within web browsers What can it do? - change HTML attributes, validate text, menu and button effects

JavaScript - Demo Sample JavaScript Programs - http://www.w3schools.com/js/js_intro.asp

<!DOCTYPE html> <html> <body> <h1>What Can JavaScript Do?</h1> <p id="demo">JavaScript can change HTML content.</p> <button type="button" onclick="document.getElementById('demo').style.color ='red'"> Change to Red!</button> onclick="document.getElementById('demo').style.color ='blue'"> Change to Blue!</button> onclick="document.getElementById('demo').innerHTML = 'Hello JavaScript!'"> Change Text!</button> </body> </html>

References Basics of WEB DESIGN HTML 5 & CSS3 – Terry Felke-Morris – ISBN 13: 978-0-13-700338-9 http://www.w3schools.com http://www.websiteoptimization.com/speed/tweak/size/