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

Similar documents
The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

To illustrate how to set TAG styles the <body> and <h1> tags (for the BODY and the HEADING 1 styles) will be adjusted.

CSS: The Basics CISC 282 September 20, 2014

Introduction to web development and HTML MGMT 230 LAB

Introduction to WEB PROGRAMMING

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

Cascading Style Sheets Level 2

What is CSS? NAME: INSERT OPENING GRAPHIC HERE:

CSC9B1: Essential Skills WWW 1

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

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

CSS.

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

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

How to create and edit a CSS rule

Overview. Part I: Portraying the Internet as a collection of online information systems HTML/XHTML & CSS

Introduction to CSS. Part 1: Simple Text Formatting. Source Files for this Exercise are available on the Course Website DW_CSS intro

HTML and CSS: An Introduction

Activity 4.1: Creating a new Cascading Style Sheet

CS 1100: Web Development: Client Side Coding / Fall 2016 Lab 2: More HTML and CSS

CSS is applied to an existing HTML web document--both working in tandem to display web pages.

ITNP43: HTML Lecture 4

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

Html basics Course Outline

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

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

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Objective % Select and utilize tools to design and develop websites.

Figure 1 Properties panel, HTML mode

Step 1- Creating a new XHTML Website (2points)

Lab Introduction to Cascading Style Sheets

The Structure of the Web. Jim and Matthew

By completing this practical, the students will learn how to accomplish the following tasks:

ICT IGCSE Practical Revision Presentation Web Authoring

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

INTRODUCTION TO WEB USING HTML What is HTML?

Cascading style sheets

COMS 359: Interactive Media

Introduction to Web Development


Web Design and Development ACS-1809

Creating and Building Websites

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

In the early days of the Web, designers just had the original 91 HTML tags to work with.

Beginning HTML. A tag is a command written between angle brackets (the less than and greater than symbols). Ex. <html>

60 minute physics. Digital. Nine hands-on activities: with GCSE Physics curriculum links. Digital. Electric circuits.

Chapter 7 Typography, Style Sheets, and Color. Mrs. Johnson

Faculty of Engineering Department of Computer Engineering. CSS Tutorial. Eng. Ahmed J. Alajrami

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

HTML & CSS November 19, 2014

MRK260. Week Two. Graphic and Web Design

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5

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

Dreamweaver Domain 5: Organizing Content by Using Dreamweaver CS5

Cascading Style Sheets. Overview and Basic use of CSS

AP CS P. Unit 2. Introduction to HTML and CSS

.hedgehog { background-image: url(backyard.jpg); color: #ffff99; height: 6in; width: 12in; } .tube {

Block & Inline Elements

INTRODUCTION TO HTML5! CSS Styles!

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

Web Engineering (Lecture 01)

Module 2 (VII): CSS [Part 4]

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004

Assignments (4) Assessment as per Schedule (2)

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating A Web Page. Computer Concepts I and II. Sue Norris

CSS: Cascading Style Sheets

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Cascading style sheets, HTML, DOM and Javascript

Web Design Course Syllabus and Course Outline

Diploma in Mobile App Development Part I

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

This document provides a concise, introductory lesson in HTML formatting.

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

Data Visualization (CIS/DSC 468)

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY

Using CSS in Web Site Design

Reading 2.2 Cascading Style Sheets

Very Basics of HTML. G day mates during this tutorial I will teach you the basics of HTML.

HTML & CSS. Rupayan Neogy

Web Recruitment Module Customisation

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

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

CSS Cascading Style Sheets

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910

Zen Garden. CSS Zen Garden

Your computer, the internet, and the web. A brief overview

Website Design (Weekday) By Alabian Solutions Ltd , 2016

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

CSS. Introduction to. Meganadha Reddy K. Technical Trainer NetCom Learning

COMSC-031 Web We S ite Site Development Development- Part 2 Part-Time Instructor: Joenil Mistal November 7, 2013

How to lay out a web page with CSS

Basic CSS Tips and Tricks

In this project, you ll learn how to create your own webpage to tell a story, joke or poem. Think about the story you want to tell.

Cascading Style Sheets (CSS) Part 1 of 3: Introduction and overview

Introduction to Web Tech and Programming

INFORMATICA GENERALE 2014/2015 LINGUAGGI DI MARKUP CSS

Using Dreamweaver CS6

Transcription:

Introduction to HTML and CSS Arts and Humanities in the Digital Age 2018 CHASE DTP Dr. Paul Gooding p.gooding@uea.ac.uk @pmgooding

Session Outline Introduction How do the web, and web browsers work? Getting started with HTML Getting Started with CSS Hands-on with HTML and CSS.

The Building Blocks of the Web Digital media is, at its most basic level, information reduced to a machine readable language: The machine processes this information and then returns it to you in a specified form (video, text, image, interactive content). It also provides an interface between you and the information. Web technologies are designed to facilitate the transfer of these files between machines on a network.

What is the WWW? The INTERNET is a network of networks, the global system of interconnected computer networks that links billions of devices worldwide. The World Wide Web is an application, a service that uses the Internet infrastructure to deliver web pages, file sharing and email services.

How do web browsers work?!doctype html>

Getting started with HTML HTML = HyperText Markup Language. HTML s primary function is to define the structure of a document using a tagging system; allows web browsers to present web pages using a standardised language. Originally used to create content and apply style information to web pages: defines which parts of a document are headings, paragraphs, tables etc; and can be used to define how each section is presented. Latest iteration is HTML5, which introduced tags for multimedia content to be displayed natively in HTML.

Using tags properly HTML is made up of a series of pre-defined Tags, which are indicated by triangular brackets: eg <p>this text is tagged as a paragraph</p> Tags need to be opened and closed: An opening tag looks like this: <p> A closing tag looks like this: </p> Tags must be nested : i.e. opened and closed in the correct order: In practice, this means that when you open a tag which nests in another set of tags, it must be closed before the surrounding tag is closed: <p>the nested tag <em>must be closed</em> before the surrounding tag</p>

Introducing Attributes NAME <a href= contact.html >Contact Details</a> Valu e

Practical Building Your First Webpage Start with Exercise 2: see if you can recognise the elements that we were just discussing. What else is there that you don t recognise?! How could you go about identifying these elements? Look at the workbook and follow the instructions in Exercise 3 Matthew, Francesca and I will circulate and give help as required!

Introduction to Web Layout with CSS

Getting started with CSS Cascading Style Sheets define the look and formatting of web documents. Designed to separate document content from presentation. Cornerstone of the web, helps to create visually engaging web pages, improves accessibility and allows for adaptive webpages for mobile platforms. HTML is for defining structural elements of a webpage CSS is for defining the style good practice to separate the two.

Benefits of CSS Style rules can be applied to multiple pages. Changes can be made to one CSS file rather than multiple HTML files. Browsers retain a copy of CSS, speeding up load times. CSS can allow for responsive web design on different platforms (desktop, mobile, tablets etc.). Separating HTML and style elements improves accessibility, particularly for readers using page reader applications.

Introduction to Web Layout with CSS First, we re going to look at CSSZenGarden: Look at a few of the different layouts and also use the developer function that I showed you last week to view the HTML code What do you notice about the HTML for the different layouts?

Selectors and Declarations CSS rules consist of a selector and declaration: h1 {font: arial;} selector declaration

Selectors and Declarations h1, h2, h3 { font-family: arial, helvetica, sans-serif; font-weight: bold; color: red;} - This rule applies to headings, and defines the font type, weight, and colour.

The Box Model

Writing comments in HTML/CSS It s good practice to leave comments when creating complex code. In HTML: <!--[comment]--> In CSS: Single line comment: // [comment] Multi-line comment: /* [comment] */

Want to get hands on with CSS? Try the CSS Tutorial on W3Schools. There s also a great HTML & CSS tutorial on Codeacademy.