Fundamentals of Digital/Online Media

Similar documents
Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Contents. Downloading the Data Files Centering Page Elements... 6

HTML and CSS. Elliot Davies. April 10th,

CST 150 Web Design I CSS Review - In-Class Lab

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

How To Create A Web Page On A Windows (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook (

{color:blue; font-size: 12px;}

CSS. CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo. ADI css 1/28

Web Design with CSS and CSS3. Dr. Jan Stelovsky

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

Chapter 7 Page Layout Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

Contents. Introduction Downloading the Data Files... 2

Web Design for Print Designers WEB DESIGN FOR PRINT DESIGNERS: WEEK 6

ITNP43: HTML Lecture 4

Creating a Resume Webpage with

Coding Standards for Web Development

CREATING WEB PAGES USING HTML INTRODUCTION

Chapter 1. Introduction to web development

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

CS134 Web Site Design & Development. Quiz1

Basics of HTML (some repetition) Cascading Style Sheets (some repetition) Web Design

Skills and Topics for KidCoder: Beginning Web Design

Web Publishing Basics 2

What is CSS? Official W3C standard for controlling presentation Style sheets rely on underlying markup structure

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

Creating the Surf Shop website Part3 REVISED

Using Style Sheets for Consistency

Web Authoring CSS. Module Descriptor

Simply download Beepip from and run the file when it arrives at your computer.

Website Development. 2 Text. 2.1 Fonts. Terry Marris September We see how to format text and separate structure from content.

Colgate University Website Content Style Guide

Introduction to Web Technologies

How to code, test, and validate a web page

Dreamweaver. Introduction to Editing Web Pages

WordPress and HTML Basics

CIS 467/602-01: Data Visualization

Cascading Style Sheets

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17

Outline of CSS: Cascading Style Sheets

A send-a-friend application with ASP Smart Mailer

HTML5 and CSS3 Design with CSS Page 1

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 2

Website Development Komodo Editor and HTML Intro

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.

GUIDE TO CODE KILLER RESPONSIVE S

Introduction to Web Design Curriculum Sample

Introduction to Web Development

Cascading Style Sheet (CSS) Tutorial Using Notepad. Step by step instructions with full color screen shots

CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5

Appendix H: Cascading Style Sheets (CSS)

Mastering the JangoMail EditLive HTML Editor

JJY s Joomla 1.5 Template Design Tutorial:

Microsoft Expression Web Quickstart Guide

Basic tutorial for Dreamweaver CS5

HTML, CSS, XML, and XSL

Web layout guidelines for daughter sites of Scotland s Environment

Quick Guide to the Cascade Server Content Management System (CMS)

Dreamweaver CS6 Basics

Further web design: Cascading Style Sheets Practical workbook

Base template development guide

How To Write A Web Page In Html

customer community Getting started Visual Editor Guide!

Building a Horizontal Menu in Dreamweaver CS3 Using Spry R. Berdan

WEB 140 WEB DEVELOPMENT TOOLS

Лваполо. Customization

Creating Web Pages with Dreamweaver CS 6 and CSS

HTML TIPS FOR DESIGNING

Intro to Web Design. ACM UIUC

ICE: HTML, CSS, and Validation

Introduction to Adobe Dreamweaver CC

Creating HTML authored webpages using a text editor

USING THE INTRO (SPLASH) PAGE

Web Design and Databases WD: Class 7: HTML and CSS Part 3

But have you ever wondered how to create your own website?

Cascading Style Sheets (CSS)

MCH Strategic Data Best Practices Review

Using the Content Management System

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

Using an external style sheet with Dreamweaver (CS6)

Designing HTML s for Use in the Advanced Editor

Web Developer Jr - Newbie Course

GUIDE: How to fill out the Excel spreadsheet Introduction There is a total of 31 fields Purpose of this guide General Notes: Very important:

Basic Website Maintenance Tutorial*

Mobile Web Site Style Guide

Code View User s Guide

Learnem.com. Web Development Course Series. Quickly Learn. Web Design Using HTML. By: Siamak Sarmady

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

CSS for Page Layout. Key Concepts

Interactive Data Visualization for the Web Scott Murray

Flare Tips and Tricks. Tips and tricks. Importing content Lists. Variables and snippets Condition tags Printed documentation WebHelp.

Web Development CSE2WD Final Examination June (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?

FETAC Certificate in Multimedia Production. IBaT College Swords. FETAC Certificate in Multimedia Production Web Authoring Dreamweaver 3

Getting Started with KompoZer

Advanced Drupal Features and Techniques

01/42. Lecture notes. html and css

Creator Coding Guidelines Toolbox

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

MadCap Software. Import Guide. Flare 11

Transcription:

Fundamentals of Digital/Online Media Beginning HTML HTML-Hypertext Markup Language; the language of the Web. HTML files are text files that include tags that indicate the content and structure of a Web page. A Web browser reads the HTML file and interprets the tags, thus presenting the information in the way the designer intended. An HTML file can be developed in a simple text editor like TextEdit or Notepad (there are others, just don't use Word and don't choose Save as a Web page in Word). You simply save the file with the.html extension. You can also use a word processor like Word, but if so, you need to save as a text file and give it the.html extension (do not use Save as HTML feature). Once you have an html file you can move from TextEdit to Dreamweaver (we won't be using Dreamweaver in this class, just FYI) or back without issue to maintain and modify the page. Have a browser open while you work so you can test the file. In the browser, simply use File, Open on the file, and refresh any time you save and change. A Note about TextEdit: You must use a text editor using Plain Text to create and edit html files. The default with TextEdit is probably rich text. When you open a new TextEdit document, and you see something that looks like a ruler at the top of the page, you know you are in rich text format and this must be changed. Choose TextEdit, Preferences. Under New Document, select Plain Text (instead of Rich Text). Under Open and Save, click the top two boxes that deal with ignoring Rich Text. Close the preferences (using the red x in the top left of the window) and also close the document with the ruler. When you open a new document, you should not see the ruler and you will be working in Plain Text. A tag is a command written between angle brackets (the less than and greater than symbols). Ex. <html> Some tags have attributes that provide a variety of options within the tag. The attributes have associated values deemed by the designer. <tag attribute= value > Values are surrounded by quotation marks. Tags must also be closed properly. Ex. <strong>cindy s Page</strong> Tags, attributes and values must be in lowercase. When you save your file (or any folders), they should also be lowercase with no spaces. Basic Tags <html> - the opening tag on every html page. It tells the browser that this is an html file. <head> - indicates the heading of the document. Nothing within the head tag actually shows up on page, but this is where designers can store information about the title or special search terms associated with the page.

<title> - indicates the title of the page. This title does not show up on the page itself, but in the top Title Bar of the browser. <body> - indicates the beginning of the section with content in it. The attribute bgcolor can be used to change the background color. You can use the 6 character hexidecimal code (there are many places on the Web to find html color codes) or you can use a limited number of words to describe color, i.e. red, blue, lightblue, orange, etc. Ex. <body bgcolor="#aa11cc"> or <body bgcolor="red"> <strong> - bold; replaced <b> in XHTML <em> - italic; replaced <i> in XHTML <h1>, <h2>, <h3> <h6> etc. indicates a level of heading size. You can use the different headings to set up the format of your page and indicate different sections. <p> - indicates the opening of a paragraph, puts space between it and the previous content. <br> - provides a line break without the spacing of a paragraph. You can add images to a page with the following code: <img src="filename.jpg" /> This is the special way you close a standalone tag. You must also upload the image file to your Web server. You can add links to a page with the following code: <a href="http://www.google.com">google</a> is my favorite search engine. Colors when you use a color value, you can provide a color name or a color code preceded by the # sign. Go to http://www.w3schools.com/html/html_colornames.asp for a list of some names and codes to try. Lists- nested tags. You pick ordered or unordered and then provide the list items, nesting the tags appropriately. Here's an unordered list of my favorite bands/musicians. <ul> <li>wilco</li> <li>spoon</li> <li>old 97's</li> </ul> This will show each item with a bullet. If I want them to be numbered, then I use an ordered list. <ol> <li>wilco</li> <li>spoon</li> <li>old 97's</li> </ol>

Format of an HTML file <html> <head> <title>your Name Here</title> </head> <body bgcolor="red"> <h1>welcome to "Your Name Here's" Web Site</h1> <img src="filename.jpg" /> <p><strong>welcome to my first Web site!</strong> - continue writing more content here</p> <h2>links</h2> <p><a href="http://www.google.com">google</a> is my favorite search engine.</p> <p><a href="http://www.fastcompany.com">fast Company</a> is the only magazine to which I subscribe.</p> <p><a href="http://www.nytimes.com">the New York Times</a> I enjoy reading the Times each Sunday.</p> <h2>my Favorite Bands/Musicians</h2> <ul> <li>wilco</li> <li>spoon</li> <li>old 97's</li> </ul> <h2>contact Information</h2> <p>for more information, you can email me at croyal@txstate.edu</p> </body> </html> Part I: HTML Assignment You'll get a little experience making an html page. Your page should be formatted as above, but customize with your own content and colors. Open any text editor, like TextEdit or Notepad. Note: If you are using TextEdit on a Mac, please make the changes in the Preferences to create the file as Plain Text (TextEdit, Preferences Under New Document, choose Plain Text; Under Open and Save, select the first two boxes to ignore Rich Text). Your page must include: l Opening and closing html tag l head and body sections l An appropriate title in the head section l <h1> and <h2> - you can use more headings if you want. l At least three paragraphs l One list l Three external links with description l One image make sure you also upload the image. Save this file with your last name and an html extension (i.e. royal.html)

Go to TRACS, select dropbox and under Add, Select Upload file. Make sure you upload both your html page and your image. Then select your html page. You should see it rendering properly when you open in the browser. *Your file must work properly when I open it. Your image must show and your external links must work. Make sure you test the files yourself. You will not be given a chance to resubmit this assignment. See next page for HTML Part II

Part II: A Brief Intro to CSS You can add CSS (cascading stylesheets) to a separate page or in the head of a document (as well as in the lines of code, but that is least efficient). Normally, you have a global stylesheet to control an entire site, the typography, colors, layout etc. The combination of HTML/CSS allows you to separate the structure from the style (design) on your site. Open a new file in your text editor. Add code as follows below to create styles for your site. Name this fine style.css and make sure you save it in the same place as your html file. Then go back to your html page and add a line in the head: <link rel="stylesheet" href="style.css" type="text/css" /> body { color: black; background-color: beige; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } h1 { font-size: 16px; font-style: normal; font-weight: bold; text-decoration: none; } p { font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none; } a {color: red; text-decoration: none} a:visited {color: darkred; text-decoration: none} a:active {color: #666666; text-decoration: none} a:hover {color: gray; text-decoration: underline} Re-upload your html page (use the dropdown to resubmit the file) and upload the CSS page. *Your file must work properly when I open it. Your image must show and your external links must work. Make sure you test the files yourself. You will not be given a chance to resubmit this assignment.