Creating A Webpage Using HTML & CSS

Similar documents
Using an external style sheet with Dreamweaver (CS6)

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

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Using Adobe Dreamweaver CS4 (10.0)

Introduction to Adobe Dreamweaver CC

Web Design I. Spring 2009 Kevin Cole Gallaudet University

Basic tutorial for Dreamweaver CS5

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

ADOBE DREAMWEAVER CS3 TUTORIAL

Using Style Sheets for Consistency

COURSE OUTLINE FACULTY OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA

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

Microsoft Expression Web

Adobe Illustrator CS6. Illustrating Innovative Web Design

Microsoft Expression Web Quickstart Guide

ITP 101 Project 3 - Dreamweaver

Adobe Dreamweaver CC 14 Tutorial

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

Create a Web Page with Dreamweaver

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Web Design with Dreamweaver Lesson 4 Handout

Dreamweaver: Getting Started Website Structure Why is this relevant?

Fireworks CS4 Tutorial Part 1: Intro

Web Development I & II*

Google Sites: Creating, editing, and sharing a site

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

Dreamweaver CS5. Module 1: Website Development

Creating a Table of Contents in Microsoft Word 2011

Utilizing Microsoft Access Forms and Reports

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Project 6 Word Processing (MS Word)

How to create pop-up menus

Dreamweaver CS5. Module 2: Website Modification

Designing HTML s for Use in the Advanced Editor

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Dreamweaver CS6 Basics

Creating Web Pages with Dreamweaver CS 6 and CSS

COMMON CUSTOMIZATIONS

Google Sites. How to create a site using Google Sites

Dreamweaver. Introduction to Editing Web Pages

Microsoft Word 2013 Tutorial

NUI Galway Web Training Presentation

Step-by-Step Instructions for Setting Up a Paper in APA Format

MAGENTO THEME SHOE STORE

Personal Portfolios on Blackboard

IAS Web Development using Dreamweaver CS4

Creating a Newsletter with Microsoft Word

WHITEPAPER. Skinning Guide. Let s chat Velaro info@velaro.com by Velaro

Site Maintenance. Table of Contents

Creating Web Pages With Dreamweaver MX 2004

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Word Processing programs and their uses

Getting Started with WebSite Tonight

Saving work in the CMS Edit an existing page Create a new page Create a side bar section... 4

CUSTOMER+ PURL Manager

Create Your own Company s Design Theme

Madison Area Technical College. MATC Web Style Guide

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

Advanced Drupal Features and Techniques

Introduction to Microsoft Word 2003

HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE

Creating Personal Web Sites Using SharePoint Designer 2007

Dreamweaver Domain 2: Planning Site Design and Page Layout

MS Word 2007 practical notes

Create a Google Site in DonsApp

ACE: Dreamweaver CC Exam Guide

Dreamweaver and Fireworks MX Integration Brian Hogan

Microsoft Word 2011: Create a Table of Contents

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

Creating a Resume Webpage with

Guide to PDF Publishing

Creating Your Personal Website

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website.

PASTPERFECT-ONLINE DESIGN GUIDE

NVCC Alexandria Campus

Last week we talked about creating your own tags: div tags and span tags. A div tag goes around other tags, e.g.,:

HTML CSS Basic Structure. HTML Structure [Source Code] CSS Structure [Cascading Styles] DIV or ID Tags and Classes. The BOX MODEL

Microsoft Word 2010 Tutorial

Check out our website!

Faculty Web Site with WCM

Your Blueprint websites Content Management System (CMS).

STATEMENT OF PURPOSE

Outline of CSS: Cascading Style Sheets

Your Guide to the All New, Drag & Drop, Mobile-Responsive Builder

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS

Creating Web Pages with Microsoft FrontPage

BCCC Library. 2. Spacing-. Click the Home tab and then click the little arrow in the Paragraph group.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

WEB DESIGN COURSE CONTENT

HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout

Creating Electronic Portfolios using Microsoft Word and Excel

ebooks: Exporting EPUB files from Adobe InDesign

Transcription:

Creating A Webpage Using HTML & CSS Brief introduction. List key learning outcomes: Understanding the basic principles of hypertext markup language (HTML5) and the basic principles of the internal cascading style sheets (CSS) using the dynamics provided by Adobe Dreamweaver. Learning how to incorporate headings, footers, and paragraphs into a webpage using the appropriate tags. Learning how to insert an image to a webpage directly from Adobe Photoshop. Learning how to incorporate Flash elements into a webpage. Getting started First (and most obviously) you are going to open Adobe Dreamweaver. The Welcome Page will then appear. Proceed to the Create New column and click HTML : a blank page will be created. Make sure to save this page. To do this go to File > Save As and type index.html. Every website has an index tab associated with it this is important for your website! After saving the webpage, go directly to the top left hand corner of the Dreamweaver program.

Notice the four tabs: Code; Split; Design; Live. Each tab will show you different aspects of your webpage. For this training, we will be utilizing the Split aspect. Once you select this button, you should notice two panels: the left showing HTML, the right showing a blank page. Creating a Foundation: Adding Content and Structure In this section, you will learn how to create a foundation for your website. For this exercise, you will need to create the following: header, footer, two different headings, and a paragraph. For my specific website, developed for an on- campus student organization, my specific elements are as followed: Header 1: SALUD Header 2: Save a Life, Understand Disease Paragraph: The power of knowledge can make the difference between life or death. SALUD: Save A Life, Understand Disease is a service- based organization that will be participating in a plethora of events aimed at disease eradication or elimination. SALUD is interested in recruiting passionate students from all over campus, regardless of major, to save lives via understanding disease. Footer: Copyright 2014 by Mike Garcia Feel free to redesign this exact website or create your own. This is the time to get creative! After you have created content for your website, simply copy and paste your information into the right panel of the screen. It should look like so:

Notice how each section is nestled between two tags (<p> and </p>). These tags are HTML specific devices that the internet uses to understand what element is exactly being applied to that section of text. Now, we are going to insert tags. First, make sure that the HTML tab, in the bottom left hand corner, to make sure the HTML properties are being used in Dreamweaver. Next, highlight your first header in your right panel and go to format pull down menu and select heading 1. Notice how in the left panel, the tags changed from <p> and </p> to <h1> and </h1>. Essentially, this function is changing the tags for you. Next, highlight your second header and change the tags to heading 2 by using the mechanism used previously for your first header. Finally, select your footer and apply the heading 5 tag.

Notice that your paragraph text was left alone. This is because your paragraph is already surrounded by paragraph tags and does not need to be changed. By now, it should look like this: Congratulations! You have finished the foundation to your very own, unique website. Make sure that all of your Beautifying: Designing a Webpage Using CSS Now that you have content and structure in your personal webpage, it is time to design and beautify your webpage. Note that the CSS coding is different from HTML coding. First, you will open a new CSS document by going to File > New > CSS. Next, save the file by going to File > Save As and naming your file salud.css. You will then need to attach your newly created CSS file to your HTML file. To do this, go back to index.html and in the left panel, click right after the <body> tag. Insert a break in the code by pressing

return on the keyboard. Then, type the following tag: <div id= h1 ></div>. Notice this tag is created for heading 1. Essentially, you are styling your first heading text. Your screen should now look like this: Now, click in the center of the tag (> <). Then, you are going to click the link button ( ) at the bottom right hand corner of the screen to link your newly created CSS file to your HTML file. Browse for index.css and press OK.

Now your CSS file has been linked to your HTML file. You are now going to add color to your font by adding a new CSS rule. Go to the bottom right hand corner of your screen, next to the link tab, and click the add button ( ). The following menu should appear: Select OK and now a new menu should appear. Feel free to play around with the different CSS elements. For my website, I will be changing the font size, font family, and the font color. Now, simply select <h1>salud</h1> and cut and paste directly into <div id= h1 ></div>. View your page in Design view and see your new style in action!

Image 1: HMTL Code vs. Design View Image 2: CSS Code vs. Design View

You should repeat these steps in order to add style to your other HTML elements. For simplification purposes, we will use the following CSS template for the background: @charset "UTF- 8"; /* CSS Document */ body { color: #39F line- height: 1.5 em; font- family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font- size: 16px; background- color: #09F; }.page { max- width: 980px; margin: 0px auto 0px auto; position: relative; background- color: #FFF; } h1 { font- size: 2em; font- weight: normal; color:#f60; margin: 0 0.5em 0;} h2 { font- size: 2em; font- weight: normal; color:white; margin: 0 0.5em 0; Where it says color, please feel free to change! Play around with each tag. To summarize, each section (body,.page, h1, h2) is where you should apply CSS rules for each relative position of your website. For example, if you change the color in the body position, your webpage background (where your body html tag) will appear that color.

Centering Text To center text, you should add the following tags in your HTML: <center></center> For example, to center your h1 tag you will write: <h1><center>salud</center></h1> Compared to: <h1>salud</h1> Inserting Photos Make sure the photos you want to save are saved to the desktop! The easiest way to do this is go to Insert > Image. Select your image and then center it! See if you can do this yourself using the directions listed above. MAKE SURE THAT YOU ARE INSERTING THE IMAGE IN THE HTML PAGE! Bibliography The following videos were used and adapted from Lynda.com: http://www.lynda.com/dreamweaver- tutorials/dreamweaver- CS6- WordPress- 38- Core- Concepts/161459-2.html http://www.lynda.com/web- Interactive- CSS- tutorials/css- Fundamentals/80436-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:css%0Apage:1%0As:relev ance%0asa:true%0aproducttypeid:2

Produced by: Mike Garcia ULN Internship Program PCL Media Lab Spring, 2015