Instructional Technology & Design Office 217-244-4903 or 800-377-1892 Beginning Web Design Presented by Laura Miller.

Slides:



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

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
HTML – A Brief introduction Title of page This is my first homepage. This text is bold  The first tag in your HTML document is. This tag tells your browser.
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 Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 4.
Instructional Technology & Design Office or Insert Workshop Name Presented by Your Name Here.
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
Developing a Basic Web Page with HTML
Learning a New Language: HTML Spring 2013 ITD Workshop.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
CSS (Cascading Style Sheets): How the web is styled Create Rules that specify how the content of an HTML Element should appear. CSS controls how your web.
Review HTML  What is HTML?  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
Basics of HTML.
Introduction to Web Development in HTML Web module day 1 IS 201.
© 2012 Adobe Systems Incorporated. All Rights Reserved. LEARNING THE LANGUAGE OF THE WEB INTRODUCTION TO HTML AND CSS.
Creating a Simple Page: HTML Overview
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
Chapter 4 HTML. Objectives Explain how HTML/XHTML are used and describe the difference between them Interpret HTML code Explain how HTML Forms are used.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
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.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
 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.
Instructional Technology & Design Office or HTML and CSS Workshop Presented by Troy Babbs and Becca.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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.
HTML 4 Foundation Level Course HyperText Markup Language Most common language used in creating Web documents. You can use HTML to create cross-platform.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
CSS Basic (cascading style sheets)
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 7.
Essentials of HTML Class 4 Instructor: Jeanne Hart
Cascade Style Sheet Introduction. What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles were added.
Introduction to web development and HTML MGMT 230 LAB.
XHTML and CSS. The Browser The browser is not print!
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 2 Key Concepts 1 Copyright © Terry Felke-Morris.
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.
Cascading Style Sheets CSS.  Standard defined by the W3C  CSS1 (released 1996) 50 properties  CSS2 (released 1998) 150 properties (positioning)  CSS3.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Introduction to CSS. Why CSS? CSS Provides Efficiency in Design and Updates CSS relatively easy to use Can give you more flexibility and control Faster.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
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 HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Group 9: Through examples, explain how to build a css navigation bar. Presented by: Daniel Ku, Matt Iannacci & Iphia Henry.
HTML 5 AND CSS Dr Mohd Soperi Mohd Zahid Semester /16.
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
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.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Fall 2016 CSULA Saloni Chacha
Web Basics: HTML/CSS/JavaScript What are they?
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
>> Introduction to CSS
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

Instructional Technology & Design Office or Beginning Web Design Presented by Laura Miller

Purpose + Learning objectives Agenda: - Introduction of HTML - Basic code elements - Current code/design standards - Go over file template

Some Things you will need 1. A code editor - For Macintosh: o Text Wrangler - For Microsoft Windows: o Notepad++ - Some simple-text editors will work (e.g., TextEdit) 2. A place to put your web page files on the Internet - I: Drive - Google Sites, Wix, Weeble - Web hosting service provider with domain name You can also view HTML webpage files locally in your favorite web browser.

What is HTML? HTML = HyperText Markup Language Tim Berners-Lee created the first version in the late 1980s as a way to share research. HTML became standardized in November 1995 as HTML 2.0. The current standard is HTML5. World Wide Web Consortium (W3C) is the international standards organization for the World Wide Web. W3C maintains the standards for HTML, CSS, XML, among many other languages.

Syntax of HTML Each element has three components: Tags are enclosed in angle brackets – Attributes may be included in the start tag Content is always placed in between the two tags content

Basic construction of an html document Hello HTML World Hello world!

Common HTML Elements TextStructural -,, ListsLinks & Images Link Anchor Links: Text Link

Text Tags Heading Tags Heading 1 - Heading 6 Used for titles, subtitles to create a hierarchy in the content Inherent font-size with h1 the largest and h6 the smallest Don’t skip heading numbers Paragraph Tag Text text text text Encompasses big blocks/paragraphs of text. Use a for every paragraph/text block

Hello HTML World Title of Essay Name Date First Subtitle or Subsection First Paragraph Second Subtitle or Subsection Second Paragraph

Lists Ordered Lists : Numbered List Item 1 List Item 2 Unordered Lists : Bullet Pts. List Item 1 List Item 2 Nested Lists List Item 1 Sub Item 1 Sub Item 2 List Item 2 List Item 1 Sub Item 1 Sub Item 2 List Item 2

Hello HTML World Title of Essay Name Date First Subtitle or Subsection First Paragraph Second Subtitle or Subsection Second Paragraph Key Things: Key Thing 1 Key Thing 2

Links UIUC Homepage Go to top Set by This is the top

Hello HTML World Title of Essay /h1> Name Date First Subtitle or Subsection First Paragraph Second Subtitle or Subsection Second Paragraph Key Things: Key Thing 1 “ Key Thing 2 Back to Top

Images Almost every website uses images, and a website without images is pretty boring. What is the plural of TARDIS? Images as link/anchor: The tag does not have “content”. It is an empty element.

Hello HTML World Title of Essay /h1> Name Date First Subtitle or Subsection First Paragraph Second Subtitle or Subsection Second Paragraph Key Things: Key Thing 1 “ Key Thing 2 Back to Top

Comments Comments are a way for you to make notes in your HTML code. They are never shown in the web browser. You can also comment out existing code instead of deleting it. This text is shown in the web browser. <!–- This comment is temporarily removing this code. This text is shown in the web browser. -->

element elements allow you to designate containers around elements that you want to control in CSS. IDs Class

Hello HTML World Title of Essay /h1> Name Date First Subtitle or Subsection First Paragraph Second Subtitle or Subsection Second Paragraph Key Things: Key Thing 1 “ Key Thing 2

What is CSS? CSS=Cascading Style Sheet CSS is used to describe the look and formatting of a markup language, such as HTML. CSS was developed primarily to allow for a separation of the document content from the document presentation. Benefits of separating content from presentation: Improved accessibility Cleaner webpages More control over the look of the website Easier to update

Linking Your css and html Hello HTML World Hello world!

CSS rules h1 {color: blue; font-size: 1em; } Selecto r Declaration {property: value;} Types of Selectors HTML Elements : h1 Div ID : #id Div Class :.class

Common CSS Declarations TEXT Font color {color: #efefef;} Font type {font-family: } Alignment {text-align: center;} {text-align: right;} {text-align: justify;} Indent {text-indent: 50px;} Layout Padding {padding: 10px;} Margin {margin-bottom: 10px} Border {border: 1px solid #000;} Background-color {background-color: #efefef;} Other Comments /* comment */

@charset "utf-8"; h1 {color: #0000FF; size: 2em; weight: 900; } h2 {border-bottom: 2px solid #0000FF; } p {text-indent: 50px; margin: 5px; } #top { padding-bottom: 10px; }.list { border: 1px solid #000000; }

Browser Tools Use built-in browser tools to see how sites work: Ctrl or Command + U will display the source code in most browsers Right-clicking or Ctrl-clicking and selecting “Inspect Element” will usually reveal the code for a particular object

Validators & Accessibility tools HTML CSS Accessibility Accessibility

Questions, comments, concerns… Thank you for listening! GSLIS also offers a HTML workshop via Blackboard Collaborate. Additional info for learning HTML: W3C Tutorials Lynda Tutorials Stack Overflow Code Academy 30 Days to Learn

Questions, comments, concerns… Thank you for attending our workshop! Check out these resources to teach yourself more about web design: urli.st/moo Contact GSLIS Help Desk: Feedback is always appreciated!