HTML Created by Mrs. Brown. W3C What does the abbreviation W3C stand for?

Slides:



Advertisements
Similar presentations
Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Advertisements

HTML popo.
Introduction to HTML & CSS
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.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
MSc. Publishing on WWW Tables and Style Sheets. Tables Tables are used to: Organize and display tabular data To create a layout for web pages.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Final Exam Our final will be held: –Thursday, May 3 rd –From 4:00 to 5:50 PM –In 109 CIWW (same room as class) There will be no make up and the final is.
CIS101 Introduction to Computing HTML Project Two.
Web Page Development Identify elements of a Web Page Start Notepad
Final Exam Our final will be held: –Monday, December 19 th –From 2:00 to 3:50 PM –In 809 Silver There will be no make up and the final is mandatory. It.
Final Exam Our final will be held: –Thursday, May 8 th –4:00 PM - 5:50 PM –In 109 CIWW (same room as class) There will be no make up and the final is mandatory.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
BASIC HTML TUTORIAL Amber Brady. HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
Define html document byusing Example : Title of the document The content of the document......
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Web Technologies Website Development Trade & Industrial Education
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
An Introduction To Websites With a little of help from “WebPages That Suck.
1 Week Four– Advance HTML 2 Dr. Fadi Safieddine. 2 Lecture Content Basic HTML Tables Using based Feedback form Creating and Using Image Maps Nested.
The Web Wizard’s Guide to HTML Chapter Seven Frames.
Using Frames in a Website GMU November 12-13, 2004.
Project 2 Web Page Design Creating and Editing a Web Page Pages
Chapter 7 Web Design.. HTML  Hypertext Markup Language  Using HTML, text is formatted by wrapping it in a tag.  The tags provide instructions to the.
HTML tags Some popular ones. Paragraph: separated by a single line of white space Line break NOTE: no end tag is used for this tag Headlines ( through.
Accessible Word and PDF documents
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
The XFEL Beam Dynamics Website Bartosz Poljancewicz News and Updates to the Start-to-End Simulations.
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.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
+ Web Design Terminology Digital Communications III- Frameworks-2.1 Terminology HTML Domain Name Hot Spot Site Maps.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
To be completed Your proposal  Your House style  Your site plan  Page plans (a draft layout for each of your five pages)  A design mock-up -  All.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
HTML Links HTML uses a hyperlink to another document on the Web.
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.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
HTML HTML stands for Hyper Text Markup Language. HTML is used in making the base of a Website You can just use an online website maker like weebly.com.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
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.
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.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Computer Basics Introduction CIS 109 Columbia College.
 Basic tags are the ones which defines the  General structure of the html document  These tags are a prominent part of a webpage. They enclose all.
Unit 15 – Web Authoring Website Proposal Purpose of Website: Target Audience: House Style: (colours to be used) Text Styles: Example: Font-Family – Arial,
Web Basics: HTML/CSS/JavaScript What are they?
Objective % Select and utilize tools to design and develop websites.
Images in HTML PowerPoint How images are used in HTML
Objective % Select and utilize tools to design and develop websites.
Introduction to web design discussing which languages is used for website designing
A01 DESIGN To be completed Your proposal  Your House style 
Dreamweaver Basics.
Introduction to HTML5.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
Unit 10 The Web Book Test.
IDT Links in HTML What you need to know….
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

HTML Created by Mrs. Brown

W3C What does the abbreviation W3C stand for?

Good Things What are some good things you think are good to see in websites?

Things to Avoid What are some things you think should be avoided in websites?

Paragraphs & Line Breaks What is the difference between and ?

Lists What are the three types of lists used in HTML?

Logical Tags vs. Physical Tags What is the difference between logical tags and physical tags?

Definition Lists Think of some things you could use a definition list for. (List 3 things)

Links If you had a line see our latest news which text would show in the browser for the link?

Images Which image type would usually be best for a scanned photo?

Text Wrap How would you make text wrap around an image?

Types of Image Maps What are the two types of image maps?

Types of Hotspot Shapes What three types of hotspot shapes can be included in an image map?

Browser Accommodations for Image Maps What are some ways you could accommodate browsers that won’t show an image map?

Places to use Image Maps List some examples of places where you would use an image map?

Tables in HTML What are two ways that you can use tables in HTML?

Merge Cells How would you merge cells in a table?

Advantages of Tables What are some advantages of using tables for page layout?

Disadvantages of Tables What are some disadvantages of using tables for page layout?

Purpose of Top Target Tag What is the purpose of the _top target in a hyperlink tag?

Frameset Tag If you have a document with a FRAMESET tag, where would you place the BODY section?

Online Forms What are some uses for an online form?

Forms How many forms can you have in a page?

Form Results What happens to the results of a form when it’s sent?

Advantages of Styles What are some advantages of using styles instead of HTML techniques?

Disadvantages of Styles What can you see are some disadvantages of styles?

Way to Define Styles What are the four way you can define styles?

Color Values Cougar 2 with color value of 5. File Size=3KB Cougar 1 with color value of 128 File Size=11KB

Transparent GIF

Animated GIF’s

Cougar Football Club-Index

Cougar Football Club-Frames

Cougar Football Club-About

Cougar Football-Upcoming Events

Cougar Football-Who’s Who

Cougar Football-Contacts

Cougar Football-Feedback

Cougar Football-Links

Styles Practice