SMT WEEKLY TRAINING JAMES CAMIRE STEVE ECKMAN TIM STIFFLER DANNY SAX MARY SOWDERS CHRIS MAHAN LISA MAHAN PAUL ISHAM HTML and CSS.

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 Basics Customizing your site using the basics of HTML.
HTML Basics and CSS style. Before we start Dreamweaver (DW) may take several minutes to start. Click on Start => Program Files => Development Apps =>
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.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Cascading Style Sheets
Today CSS HTML A project.
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Today’s Goals What is HTML?
The Language of The Web. Web Server To make Web pages, you create files written in HTML and place them on a Web server The HTML in your web page tells.
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.
© 2004, Robert K. Moniot Chapter 6 CSS : Cascading Style Sheets.
Cascading Style Sheets Based on Castro, HTML for the WWW, 6 th edition Ron Gerton, Fall 2007.
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.
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
1 Getting Started with CSS. 2 CSS Cascading Style Sheets XHTML provides structure for our documents (web pages) CSS provides Style or Presentation for.
HTML Introduction HTML
4.01 Cascading Style Sheets
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
The Language of The Web. Web Server To make Web pages, you create files written in HTML and place them on a Web server The HTML in your web page tells.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Basics of HTML.
Chapter 2: The Client Side: HTML CIS 275—Web Application Development for Business I.
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.
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.
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.
1 Essential HTML coding By Fadi Safieddine (Week 2)
 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.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
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 Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Getting Started with HTML Please use speaker notes for additional information!
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Introduction to web development and HTML MGMT 230 LAB.
CS 101 Sect 6 – the World Wide Web Introduction: history and essential standards of the World Wide Web. How the Web works: servers and browsers. Web building.
HTML: Hyptertext Markup Language Doman’s Sections.
Creating Links. The Anchor Element: The anchor tag can be used in three different ways: 1.External link – to link to a web page outside your own website.
IT Introduction to Website Development Welcome!
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
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.
2.1 XHTML. Motto High thoughts must have high language. –Aristophanes.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
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.
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.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
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.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Lecture 8 Introduction to Web Programming. Announcement  First In-class exam will be on Oct. 10 (Wednesday)  2.50pm – 4.05pm  Exam will cover all materials.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
HTML Basics.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Introduction to XHTML.
COMPUTING FUNDAMENTALS
Training & Development
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

SMT WEEKLY TRAINING JAMES CAMIRE STEVE ECKMAN TIM STIFFLER DANNY SAX MARY SOWDERS CHRIS MAHAN LISA MAHAN PAUL ISHAM HTML and CSS

COURSE OBJECTIVES COURSE OUTLINE PRESENTATION SCHEDULE DETERMINE STRUCTURE AND APPROACH Introduction

UNDERSTANDING OF COMPLEXITIES OF HTML DEEPER UNDERSTANDING OF HTML/CSS IMPROVE CUSTOMER COMMUNICATION THIS IS WHAT WE DO. Course Objectives

HTML BASICS BUILDING WEB PAGES XHTML CASCADING STYLE SHEETS TABLES, FORMS AND ADVANCED TOPICS Course Outline

JAMES CAMIRE – CHAPTERS 1, APPENDIX DANNY SAX - CHAPTERS 2, 9 STEVE ECKMAN - CHAPTERS 3, 10 TIM STIFFLER - CHAPTERS 4, 11 MARY SOUDER – CHAPTERS 5, 12 CHRIS MAHAN – CHAPTERS 6, 13 LISA MAHAN – CHPATERS 7, 14 PAUL ISHAM – CHAPTER 8 Presentation Schedule

THE LANGUAGE OF THE WEB Chapter 1

What Does HTML Look Like Head First Lounge Welcome to the Head First Lounge Join us any evening for refreshing elixirs, conversation and maybe a game orE two of Dance Dance Revolution. Wireless access is always provided; BYOWS (Bring your own web server). Directions You’ll find us right in the center of downtown Webville. Come join us!

How Does it Render?

Chapter 1

USE TEXT EDITOR SAVE BLANK FILE AS INDEX.HTML (NOTEPAD “) ADD HTML SAVE DOCUMENT OPEN BROWSER FILE -> OPEN SELECT INDEX.HTML FILE YOU CREATED VIEW OUTPUT. UPDATE FILE AND SAVE REFRESH BROWSER TO SEE CHANGES Creating our Page

AM I USING A SIMPLE TEXT EDITOR? AREN’T THERE POWERFUL TOOLS LIKE DREAMWEAVER, FRONTPAGE AND GO LIVE FOR CREATING WEB PAGES? I’M CREATING THESE FILES ON MY OWN COMPUTER – HOW AM I GOING TO VIEW THESE ON THE WEB/INTERNET? I’VE NOTICED THE HTML IN SOME PAGES DOESN’T ALWAYS MATCH OPENING TAGS WITH CLOSING TAGS. WELL, WHAT ABOUT THAT TAG IN THE LOUNGE EXAMPLE? DID YOU FORGET THE CLOSING TAG? Questions

AN ELEMENT IS AN OPENING TAG + CONTENT + CLOSING TAG, BUT CAN’T YOU HAVE TAGS INSIDE OTHER TAGS? LIKE THE HEAD AND BODY ARE INSIDE AN TAG? AN ELEMENT CAN HAVE AN “ATTRIBUTE?” WHAT DOES THAT MEAN? WHAT DOES THE ELEMENT DO? #D2B48C DOESN’T LOOK LIKE A COLOR. HOW IS #D2B48C THE COLOR “TAN”? More Discussion

Remember …

Exercise Starbuzz Coffee’s Mission body { background-color: #d2b48c; margin-left: 20%; margin-right: 20%; border: 1px dotted gray; padding: 10px 10px 10px 10px; font-family: sans-serif; } Starbuzz Coffee's Mission To provide all the caffeine that you need to power your life. Just drink it.

Exercise Output

MEETING THE ‘HT’ IN HTML Chapter 2

REVIEW THE HTML LOOK AT THE ANCHOR TAGS USE THE ELEMENT TO CREATE A HYPERTEXT LINK TO ANOTHER WEB PAGE. THE CONTENT OF THE ELEMENT BECOMES CLICKABLE IN THE WEB PAGE. THE HREF ATTRIBUTE TELLS THE BROWSER THE DESTINATION OF THE LINK. The Lounge

I JUST MAKE UP NEW ATTRIBUTES FOR AN HTML ELEMENT? HOW DO I KNOW WHAT ATTRIBUTES AND ELEMENTS ARE SUPPORTED? OR, CAN ALL ATTRIBUTES BE APPLIED TO ANY ELEMENT? I’VE SEEN MANY PAGES WHERE I CAN CLICK ON AN IMAGE RATHER THAN TEXT. CAN I USE THE ELEMENT FOR THAT? Questions

Organizing the Lounge

RELATIVE VS ABSOLUTE PATHS../ WHAT DOES IT MEAN WHAT’S A PARENT FOLDER? IF I HAVE A FOLDER “APPLES” INSIDE A FOLDER “FRUIT”, IS “FRUIT” THE PARENT OF “APPLES”? WHAT DO YOU DO IF YOU NEED TO GO UP TWO FOLDERS INSTEAD OF JUST ONE? MY OPERATING SYSTEM USES “\” AS A SEPARATOR; SHOULDN’T I BE USING THAT INSTEAD OF “/”? HTML Document Paths

Bullet Points

Paths continued

Questions?

GOING FURTHER WITH HYPERTEXT Chapter 2

Adding text for the link in an Tag Element Understanding Attributes Getting Organized Linking to a Subfolder Linking to a “Parent” Folder Fixing Broken Images

Adding text for the link in an Tag Element Element used to create a link to another page Content of the element acts as a label for the link. Appears with an underline in your browser. (Clickable) Example elixirs and driving directions  In your browser, “elixir” will be underlined to indicate it is clickable.  For more information Click Here

Telling the Browser Were to Point. Href attribute is how you specify the destination of the link. Implemented within an tag  Example: driving directions  Directions.html is the URL you are linking to  Driving directions is the title that when clicked, will take you to the directions.html.

What does the browser do?

Understanding Attributes Attributes give you a way to specify additional information about an element. <style type=“text/css”  Specifies which style language is being used. (CSS)  Href attribute tells us the destination of a hyperlink  Src attribute specifies the filename of the picture an img tag displays. You are not able to make up new attributes because the browser would not know what to do with them.

Getting Organized Top level folder: Holds all files in the site  AKA- “Root” folder of the site

Linking to a Subfolder Identify the source and the destination Create an href to represent the path traced. elixirs  Beverages (source)  Elixir.html (destination)  / separates all parts of the path Now the browser will look for the “elixir.html” file under the “beverages” folder

Linking to a “Parent” Folder Identify the Source and the Destination Create an href to represent the path traced Use “..” to go up a folder. This is because…. Use / to separate the path, enter the fole name after the /. Example: Back to the Lounge

Fixing Broken Images Was

Remember…

BUILDING BLOCKS: WEB PAGE CONSTRUCTION Chapter 3

Recap: Tags start with and end with Picture Names and Page Names surrounded by either “ “ or ‘ ‘ Available attributes determined by tag type Paths can be absolute, relative, or ?? GoTo

Web Construction Roadmap

Testing 1, 2, 3

Additional Common Elements The quote element To be or not to be HTML: “To be or not to be” Web view: Why?? Hint: Something to do with versioning…

Additional Common Elements What’s the difference? When to use? There is a quote from Hamlet that begins To be or not to be. This famous quote has… ….. Yesterday is ashes, Tomorrow wood. Only today does the Fire burn brightly. Inline elementBlock element

= linebreak is an empty element. Can you think of another empty element? Blockquote displays as if a occurs before and after it.

,, and is the list element. Is it a block or an inline element? defines the list items as ordered. defines the list items as unordered. Are and block or inline elements? What does add to the list items? ALL list items are defined must be either ordered or unordered.

Nesting

Elements To-Date h1block ainline eminline ulblock brhm… liblock olblock imginline q blockquoteblock