Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Similar documents
Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 2

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

MPT Web Design. Week 1: Introduction to HTML and Web Design

Dreamweaver Domain 5: Organizing Content by Using Dreamweaver CS5

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

Assignments (4) Assessment as per Schedule (2)

MRK260. Week Two. Graphic and Web Design

Introduction to WEB PROGRAMMING

Styles, Style Sheets, the Box Model and Liquid Layout

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

COMP519 Web Programming Lecture 6: Cascading Style Sheets: Part 2 Handouts

HTML and CSS COURSE SYLLABUS

Designing the Home Page and Creating Additional Pages

Lab Introduction to Cascading Style Sheets

ADDING CSS TO YOUR HTML DOCUMENT. A FEW CSS VALUES (colour, size and the box model)

Hypertext Markup Language, or HTML, is a markup

Time: 3 hours. Full Marks: 70. The figures in the margin indicate full marks. Answer from all the Groups as directed. Group A.

CSS: The Basics CISC 282 September 20, 2014

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Page Layout Using Tables

Introduction to Cascading Style Sheet (CSS)

GRAPHIC WEB DESIGNER PROGRAM

Designing for Web Using Markup Language and Style Sheets

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 3 Introduction to CSS

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language)

What is CSS? NAME: INSERT OPENING GRAPHIC HERE:

Cascading style sheets

WEB DESIGN: CONSTRUCTION, FILES, CODE AND COLOURS UNIT NUMBER: H383 34

Cascading style sheets, HTML, DOM and Javascript

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Web Designing HTML5 NOTES

Web Design and Development Tutorial 03

The Benefits of CSS. Less work: Change look of the whole site with one edit

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1

Lesson 5 Introduction to Cascading Style Sheets

CSS how to display to solve a problem External Style Sheets CSS files

ICT IGCSE Practical Revision Presentation Web Authoring

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

Understanding the Web Design Environment. Principles of Web Design, Third Edition

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Unit 20 - Client Side Customisation of Web Pages. Week 1 Lesson 2 Introduction to CSS

Web Development & Design Foundations with HTML5, 8 th Edition Instructor Materials Chapter 3 Test Bank

Using Dreamweaver CS6

Programmazione Web a.a. 2017/2018 HTML5

Block & Inline Elements

CSC9B1: Essential Skills WWW 1

Web Design. Basic Concepts

CSS Design and Layout Basic Exercise instructions. Today's exercises. Part 1: Arrange Page into Sections. Part 1, details (screenshot below)

Final Exam Study Guide

HTML & CSS. Lesson 1: HTML Basics Lesson 2: Adding Tables Lesson 3: Intro to CSS Lesson 4: CSS in more detail Lesson 5: Review

Basics of Web. First published on 3 July 2012 This is the 7 h Revised edition

Hyper Text Markup Language HTML: A Tutorial

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Revision for Grade 7 ASP in Unit :1&2 Design & Technology Subject

Web Development IB PRECISION EXAMS

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

MEXICO 2015, ilab XALAPA

Deccansoft Software Services

IBM Forms V8.0 Custom Themes IBM Corporation

Web Design and Development ACS-1809

Html basics Course Outline

HTML & CSS. Rupayan Neogy

Training Sister Hicks

INTRODUCTION TO WEB USING HTML What is HTML?

A network is a group of two or more computers that are connected to share resources and information.

COMS 359: Interactive Media

DAY 4. Coding External Style Sheets

ADOBE VISUAL COMMUNICATION USING DREAMWEAVER CS5 Curriculum/Certification Mapping in MyGraphicsLab

Cascading Style Sheets (CSS)

2. Write style rules for how you d like certain elements to look.

Using Dreamweaver CS6

Ministry of Higher Education and Scientific Research

CompuScholar, Inc. Alignment to Utah's Web Development I Standards

CSS worksheet. JMC 105 Drake University

Taking Fireworks Template and Applying it to Dreamweaver

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

Introduction to HTML and CSS. Arts and Humanities in the Digital Age 2018 CHASE DTP Dr. Paul Gooding

Tutorial. Activities. Code o o. Editor: Notepad Focus : Text manipulation & webpage skeleton. Open Notepad

Chapter 3 Style Sheets: CSS

UNIT -II. Language-History and Versions Introduction JavaScript in Perspective-

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

ITNP43: HTML Lecture 4

The Structure of the Web. Jim and Matthew

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Introduction to web development and HTML MGMT 230 LAB

Certified CSS Designer VS-1028

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

CSS.

HTML. Based mostly on

Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

COMS 359: Interactive Media

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

HTML CS 4640 Programming Languages for Web Applications

ATSC Week 2 Web Authoring

Transcription:

Web Programming and Design MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Plan for the next 5 weeks: Introduction to HTML tags Recap on HTML and creating our template file Introduction to CSS and style Introduction CSS Animations Combining HTML, CSS to make a portfolio site

Recap of last weeks work

How to view your Website: http://cs1.ucc.ie/~yourusername

What you will need? We will write our code using a text editor such as Notepad++, Sublime or Text Wrangler We will then test our code in a Browser such as Google Chrome, Mozilla Firefox, Internet Explorer For Homework: Download and install a text editor on your personal machine

What is HTML? HTML stands for Hyper Text Markup Language HTML allows us to describe and define the structure of our website using markup All the elements in a web page are represented in tags <tag> Example of HTML elements include: headings, paragraphs, images, videos The Browser will not display these tags, instead it will use the tags to render the web page

HTML Reminder HTML stands for Hyper Text Markup Language HTML allows us to describe and define the structure of our website using markup All the elements in a web page are represented in tags <tag> Example of HTML elements include: headings, paragraphs, images, videos Nearly all HTML tags come in pairs with an start and end tag <tag> </tag> The Browser will not display these tags, instead it will use the tags to render the web page <tagname>some Content in here.</tagname> Defines the type of element The stuff that gets displayed Close off the element

HTML Structure Only white is visible (rendered) in browser, the grey does not structure and is a template for every web page

CSS

Where to write our CSS? 3 Places the Style can go We can write all our CSS in an external CSS file and link it to our HTML document We can write our CSS within <style> tags in the <head> tag of our HTML document We can write our CSS inline. That is within the HTML tags: <div style= color: blue; ></div>

What can we do with CSS? Change Colour Change Spacing Change the Font Change the Layout Change the Size of things We can give things Borders And much more.

What is CSS? CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen It allows us to change the style or appearance of our web page CSS contains a selector and property, value pair The selector is the HTML tag you would like to style h1 {color: blue;} In this example, all the h1 tags in the HTML document will be changed to blue Selector (HTML tag) Property Value

CSS Syntax The declaration block is contained within { } there can be multiple declarations within these { } A declaration must include a style property and a value, they are separated by : A CSS declaration always ends with a ; Declaration Declaration h1 {color: blue; text-align: center;} Selector (HTML tag) Property Value Property Value

CSS Syntax In the below example all text within h1 (heading) tags will be displayed in the browser in blue But what if we did not want to change all the h1 elements? Perhaps we only wanted to change one h1 tag to display blue To write a comment in CSS we use /* comment written here */ h1 {color: blue;}

CSS: Colour

CSS Colour There are a few ways of selecting colour. Today we will use the colour name You can find a list of supported colour names at: https://www.w3schools.com/colors/colors_names.asp

Important Links https://www.w3schools.com/colors/colors_names.asp