 https://www.youtube.com/watch?v=bw7O5fk3kqk&feature=share https://www.youtube.com/watch?v=bw7O5fk3kqk&feature=share Use the think diagram … ISP Server.

Slides:



Advertisements
Similar presentations
Cascading Style Sheets
Advertisements

HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
HIGH LEVEL OVERVIEW: CSS CSS SYNTAX CONSISTS OF A SET OF RULES THAT HAVE 3 PARTS: A SELECTOR, A PROPERTY, AND A VALUE. IT’S NOT NECESSARY TO REMEMBER THIS.
Cascading Style Sheets
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
/k/k 1212 Cascading Style Sheets Part one Marko Boon
Today CSS HTML A project.
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
CSS CSS Precise Aesthetic Control. Cascading Style Sheets Though they can be put in HTML header, usually a separate page that the HTML links to Contains.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Session Objectives What is CSS? Define CSS syntax Learn about the authoring options Add comments to a CSS Defining color in CSS.
XP Introducing Cascading Style Sheets With Cascading Style Sheets (CSS), you can create one or more documents that control the appearance of some or all.
Introduction to Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 4.
Beginning Web Site Creation: Dreamweaver CS4. XHTMLCSS  Describes the structure  Content  Collection of styles  Formatting body { background-color:
Web Workshop: CSS Objectives: - “What is CSS?” - Structure of CSS - How to use CSS in your webpage.
Workshop: CSS-Part I Cascading Style Sheets add style to your HTML web pages.
More HTML Chapter 4. 2 Nesting Tags How do you write the following in HTML? The wrong way: This is really, REALLY fun ! Tags must be correctly nested.
4.01 Cascading Style Sheets
JMD2144 – Lesson 5 Web Design & New Media. ‘Div’ide and conquer One of the most versatile structure tags available is the.. tag Short for ision, it allows.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
TECH2018 Multimedia and the Internet More about CSS and Page Layouts.
XHTML and CSS Introduction to XHTML and CSS Bharti Patel 1 phones off (please)
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
1Computer Sciences Department. And use
Tutorial #3 Cascading Style Sheets. Review: Last Class Image sizing Pathnames Project Default Path Relative Path Absolute Path Blackboard Homework Submission.
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
 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.
Doman’s Sections Information in this presentation includes text and images from
Introduction to CS520/CS596_026 Lecture One Gordon Tian Fall 2015.
I NTRO TO CSS IAT100 Spring I NTRO TO CSS Covered in this lesson: Overview What is CSS? Why to use CSS? CSS for Skinning your Website Structure.
1 WDMD 170 – UW Stevens Point WDMD 170 Internet Languages eLesson: CSS Introduction to Style Sheets (NON-audio version) © Dr. David C. Gibbs
Website Development & Management Working with Style Rules Instructor: John Seydel, Ph.D. CIT Fall
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
 A style sheet is a single page of formatting instructions that can control the appearance of many HTML pages at once.  If style sheets accomplished.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Tutorial #4 Formatting Text and Links. Tutorial #3 Review - CSS CSS format Selector { property1: value1; /* Comments */ } Embedded, In-Line, and External.
Tutorial #3 Cascading Style Sheets. Tutorial #2 Review - Anchors Links to Site DMACC Internal Links Go to Top Mail To me Local.
Form Tag How to use Form Tag Something NEW ? PARAMETER Attribute NAME Specifies the name for a form To specify which form to submit with JavaScript, this.
ALBERT WAVERING BOBBY SENG. Week 2: HTML + CSS  Quiz  Announcements/questions/etc  Some functional HTML elements.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 7.
IS1825: Developing Multimedia Applications for Business Lecture 1: Introduction to CSS Rob Gleasure
Cascading Style Sheets Part 1. CSS vs HTML HTML: Originally intended to markup structure of a document (,...,,,,,...) CSS Developing technology, CSS1,
CSS Tutorial 1 Introduction Syntax How to use style specifications. Styles.
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.
Cascading Style Sheets
CSS Cascading Style Sheets. Cascading Style Sheet (CSS) A cascading style sheet (CSS) is a set of rules that define styles to be applied to entire Web.
Cascading Style Sheets (CSS). A style sheet is a document which describes the presentation semantics of a document written in a mark-up language such.
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.
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
CSS Hadas Kahsay. Overview  What is CSS  Basic syntax of CSS Rules  How to link CSS style to html documents  Browsers and CSS  Advantages of CSS.
Web Technologies Beginning Cascading Style Sheets (CSS) 1Copyright © Texas Education Agency, All rights reserved.
CSS Cascading Style Sheets *referenced from
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.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 3 Introducing Cascading Style Sheets.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Introduction to CS520/CS596_026 Lecture One Gordon Tian Fall 2015.
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.
CSS (Cascading Style Sheets). CSS CSS – Cascading Style Sheets – Cascade because of the way CSS rules can stack on top of each other. Allows you to add.
1 Cascading Style Sheets
WebD Introduction to CSS By Manik Rastogi.
4.01 Cascading Style Sheets
Introduction to Web programming
Cascading Style Sheets (Layout)
Website Design 3
Cascading Style Sheets™ (CSS)
Web Design and Development
4.01 Cascading Style Sheets
Presentation transcript:

 Use the think diagram … ISP Server (server farm) DDS IP address HTTP TDS & Data Packets

Go to

Novice  Know how to use the basic HTML tags (,,,,, )  Know how to use HTML to add an image and hyperlink  Know how to code a ordered and unordered list (,, tags) Intermediate  Know how to use in line STYLES (color, font-family, font-size, background-color)  Know how to use a tags Expert  Know how to use a linked Cascading style sheet (CSS)  tags  Add a navigation bar using CSS and link two pages together

This is my first web page This is my message to the world!

Adding images and Links NB: In Chrome > View image >copy url link text for the hyperlinks” Adding Lists list item 1 list item 2 list item 1 list item 2 Adding a table Month Savings January $100 February $80

 Intermediate  See the HTML cheat sheet on Edmodo to find the following tags:  Add a tag to make a new line of text bold  Add a tag to make a new link of text italic  Add a tag to make a line of text H1  Expert  See the colour code chart on Edmodo to find the codes for colours  Add a tag to apply a colour to the text hello world Or hello world  Take a photo of your code and upload to Edmodo as a new post

 Understand what HTML and CSS are used for  Define some basic HTML terminology  Explain and implement and tags  Create all types of headings to

 Demonstrate knowledge of tags so far including, and  Define hyperlinks, explain their use and create a link using  Understand and create an image tag  Construct a linked image

 Recognise HTML can be used to create lists  Recognise indentation and explain why it is used  Describe and create ordered and unordered lists  Demonstrate how to use nesting with lists

 Describe what inline CSS is  Use style attributes (including font-color, font-family, text-align)  Demonstrate how to bold and italicise text

 Explain what CSS is and the reason it is separate from HTML  Create a link to a CSS stylesheet  Describe 'selectors', 'properties' and 'values' and implement property-values  Illustrate CSS syntax and comments

Explain why hexadecimal values are used in CSS  Explain why 'em' units are needed and the need for default fonts as backups  Create backgrounds and borders and style them 7. CSS an Overview Plenary: Build a basic HTML index page and linked CSS stylesheet

 Draw your brain  Write about what you know about website design

 HTML  HTML TAGS  CSS  JavaScript  Web browser

 

Expert Novice I can add HTML tags in the correct order I can add images and links Intermediate I can use inline styles Expert I know how to use CSS Intermediate Novice

Add your own navigation bar styles - go to Colour codes: #codeshttp:// HTML Cheatsheet: CSS Cheatsheet: How to HTML tags

I now know how to

p { color: blue; } h1 { color: red; }

a:link { color: green; } a:visited { color: blue; }

This is my first web page

#image1 { left:55%; top:20%; width:152px; height: 160px; position: absolute; }

1. Print html code 2. Print CSS 3. Print screen what it looks like in chrome!!!