Intro to Web Development Nesting Elements

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

Cascading Style Sheets
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Fun with Formatting: DIV tags and Cascading Style Sheets Dr. donna Bair-Mundy.
FORMATTING IN CONTEXT. FOLLOW UPS ANCHOR POINTS MUST BE UNIQUE  If you have more than one, how does it know where to go?  They can be repeated across.
INTRODUCTORY Tutorial 7 Creating Liquid Layouts. XP Objectives Discern the differences among various types of layouts Create a liquid layout Create a.
Interface Programming 1 Week 2. Interface Programming 1 CALENDAR.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
Basics of HTML. Example Code Hello World Hello World This is a web page.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
INFSCI  Start with a skeleton outline: copy and paste:  Warning sometimes copy and paste of quote marks from PowerPoint doesn’t work correctly.
Creating Tables in a Web Site Using an External Style Sheet
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
PRESENTED BY: CARY-ANNE HTML AND WEB DESIGN. HTML Browsers Tags: What are they?, Common Tags Lists Links and Anchors Images DIVs Validation WHAT WE’LL.
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
Coding: XHTML and CSS. Why code? Writers and editors are often asked to write and edit web copy. Although it is easy to create a web site without coding.
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Planning your site/organization on the Web Please use speaker notes for additional information!
Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything › Text › Lists › Other tables › Pictures › …
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
WRT235: Writing in Electronic Environments Session 2 Basic XHTML.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
>> More on CSS Selectors. Pre-requisite Open the file called sample.txt Copy the all the text from the file Open your browser and go to codepen.io Paste.
UNIT 2 UNIT 2 Module 3: HTML Lists Overview. List There are two common types of HTML lists Ordered list numbered Unordered list bullet points.
Cascading Style Sheets
Stylizing a Navigation Menu with CSS Web Design – Section 4-13 Part or all of this lesson was adapted from the University of Washington’s “Web Design &
Web Design Part I. Click Menu Site to create a new site root.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
HTML & CSS BasicsHTMLCSSQuizAnswers  The logo In this website(made of html and css Codes), you will learn some basics of How to use HTML and CSS codes.
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.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
1 HTML Tables. 22 Objectives You will be able to Create tables in HTML.
HTML and CSS HTML is used for the content of web pages CSS is used for the style of the web pages You are going to learn how they can be combined to create.
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
Creating a Web Page Presented by: Bernadette G. Bautista Manuel I. Santos MNHS April 29, 2011.
1 2/28/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Anchors and Tables.
Intro to HAML By Me, Christopher Judge. What is a HAML? Known as the HTML Abstraction Markup Language. Which uses, “functions as a replacement for inline.
HTML + CSS II LET’S BUILD AN ACTUAL WEBSITE!. OVERVIEW This Session  Brief review of basics   “id” and “class”  Using a CSS template Upcoming Sessions.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
A Simple Website using Cascading Style Sheets (CSS) IST2101.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
Html.
Lab Styling Tabs with CSS Scott Lydiard
>> Introduction to CSS
Tutorial: How to Creat a Website.
How to print black and white on your printer. (PC) Go to File
Introduction to Web programming
Using CSS.
CIS 273Competitive Success/tutorialrank.com
My web site..
Unit C in class EXERCISE
TOPICS Chrome Dev Tools Process for Building a Static Website
>> Dynamic CSS Selectors
Introduction to Web Page Design
Intro to Web Development Links
Intro to Web Development First Web Page
Web Page Design CIS 300.
Intro to Web Development Homework Review
HTML and Geocities.
Intro to Web Development Homework Review
Following these steps, you can output your record to your wiki quickly
HTML &CSS and Make a website with coding
Графика в Pascal.
Eclectic Animations.
Linking to files from your myASU course site
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

Intro to Web Development Nesting Elements

Create Web Page with Nested <div> Elements

<div> "division" HTML element Rectangle can Contain Anything

Example <div> Element Code

Nested <div> Elements

<div> Element with Gold Background Using CSS Code

Gold "Stuff 1" <div>

Step 1: Start with nested.html Go to Web Development Course: www.ScottsDevelopers.com/intro-to-web-development Open nesting.html PC View source code ctrl - u Select All ctrl - a Copy ctrl - c

Step 1: Start with nested.html Go to Web Development Course: www.ScottsDevelopers.com/intro-to-web-development Open nesting.html Mac View source code Select All Copy a c

Step 2: Paste into Atom Start Atom Create New File (File > New File) PC Paste into Atom (ctrl-v) Save to Desktop (ctrl-c) as nesting.html

Step 2: Paste into Atom Start Atom Create New File (File > New File) Mac Paste into Atom ( ) Save to Desktop ( ) as nesting.html v s

Step 3: Open in Chrome

Step 4: Nest Gold "Stuff1" <div> In Aqua <div>

Step 4: Nest Gold "Stuff1" <div> In Aqua <div>

Step 4: Nest Gold "Stuff1" <div> In Aqua <div>

Step 4: Nest Gold "Stuff 1" div> In Aqua <div>

Step 5: Create Nested <div> Page

Hint Colors Used are "aqua" "gold" "pink"