Chapter 3 Attractive Web Designing

Similar documents
Web Design and Development ACS-1809

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

ITNP43: HTML Lecture 4

Unit 1. THE WORLD OF DESIGNING (Practical worksheets)

COMS 359: Interactive Media

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

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

Which is why we ll now be learning how to write in CSS (or cascading sheet style)

CSS: The Basics CISC 282 September 20, 2014

INTRODUCTION TO HTML5! CSS Styles!

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

Cascading Style Sheets. Overview and Basic use of CSS

Cascading Style Sheet. Styles as Tag Attributes. Syntax. <h1>: what font type/size is used? STYLE = SELECTOR {RULES} Attributes such as bgcolor

CASCADING STYLE SHEET CSS

Introduction to WEB PROGRAMMING

How to create and edit a CSS rule

Web Recruitment Module Customisation

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

Cascading Style Sheets Level 2

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

AIM. 10 September

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

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

Cascading style sheets, HTML, DOM and Javascript

Basic CSS Lecture 17

Assignments (4) Assessment as per Schedule (2)

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

Lab Introduction to Cascading Style Sheets

CSS Selectors. Web Authoring and Design. Benjamin Kenwright

Activity 4.1: Creating a new Cascading Style Sheet

Diploma in Mobile App Development Part I

CSS: Cascading Style Sheets

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

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

RAVASMARTSOLUTIONS - TECH TIPS

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

Introduction to CSS. 2 Sep 13. Derek Peacock. An introduction to defining CSS style rules using tags, classes and ids.

CSS Cascading Style Sheets

Chapter 2 CSS for Style

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

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

Introducing Cascading Style Sheets. Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS

Figure 1 Properties panel, HTML mode

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

Using Dreamweaver CS6

HTML/XML. HTML Continued Introduction to CSS

CSS. Lecture 16 COMPSCI 111/111G SS 2018

CSS: formatting webpages

Three Ways to Use CSS:

IMY 110 Theme 6 Cascading Style Sheets

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

> > > > Cascading Style Sheets basics

ITSE 1401 Web Design Tools Lab Project 4 (Expression Web 4 - Units M, N, O, P) Last revised: 1/9/14

HTML TIPS FOR DESIGNING.

CASCADING STYLE SHEETS (CSS) BY: RIHAM ALSMARI, PNU. Lab 4

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Introduction to Cascading Style Sheet (CSS)

Styles, Style Sheets, the Box Model and Liquid Layout

CSS Lecture 16 COMPSCI 111/111G SS 2018

COMS 359: Interactive Media

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

2005 WebGUI Users Conference

CSS.

Lab 4 CSS CISC1600, Spring 2012

CSS Cascading Style Sheets

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

What is CSS? NAME: INSERT OPENING GRAPHIC HERE:

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

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Dreamweaver Domain 5: Organizing Content by Using Dreamweaver CS5

Lab 2: Movie Review. overview.png background.png rottenbig.png rbg.png fresh.gif rotten.gif critic.gif

CSC309 Winter Lecture 2. Larry Zhang

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

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

Web Engineering CSS. By Assistant Prof Malik M Ali

TEST NAME: MMWD 4.01 TEST ID: GRADE:09 - Ninth Grade Twelfth Grade SUBJECT:Computer and Information Sciences TEST CATEGORY: My Classroom

CS134 Web Site Design & Development. Quiz1

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

Web Development & Design Foundations with HTML5

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

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

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013

CITS1231 Web Technologies. Introduction to Cascading Style Sheets

Web Development & Design Foundations with HTML5

Html basics Course Outline

Shane Gellerman 10/17/11 LIS488 Assignment 3

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

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

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

Using Advanced Cascading Style Sheets

epromo Guidelines DUE DATES NOT ALLOWED PLAIN TEXT VERSION

GRAPHIC WEB DESIGNER PROGRAM

Web and Apps 1) HTML - CSS

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

ICT IGCSE Practical Revision Presentation Web Authoring

HTMLnotesS15.notebook. January 25, 2015

Introduction to Web Tech and Programming

Dreamweaver MX 2004 Cascading Style Sheets

HTML and CSS: An Introduction

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

Transcription:

Chapter 3 Attractive Web Designing Theory Part 1. What is a style in a Web page? The tags, attributes and page layout used to make contents of the web page attractive can altogether be called its Style. 2. What is Cascading Style Sheets? (CSS) Styles in a web page are used for making the page attractive. Cascading Style Sheets are files that contains code for designing a web page. The same style sheet can be used for several web pages. CSS technology is developed to avoid repetition of the code effectively. 1. LAB 3.1 (Adding Cascading style for a Paragraph tag) Step1 : Open school resources from Home folder. Copy the files banner, mohiniyatam, poem, school kalolsavam to a folder named Kalolsavam2016. Step2 : Application-Accesseries-Text Editor and type the following html code in this file. <!DoctypeHTML> body font-family: Verdana; color:blue; font-size : 40px; </style> Step3 : <body> <h1>group Items </h1> <p> Oppena<br> Thiruvathira<br> Kolkali<br> Mohiniyattam<br> Save the file with extension. html and save in your folder. 2. LAB 3.2 (Familiarising Different Style ) In the above Lab work 3.1, Change font family, color and font size try different styles in your web page. 3. LAB 3.3 (Applying Cascading Style to the Heading tag ) Replace the letter p by h1, you can apply the style in 3.1 to the heading Only. By replacing h1 by the word body you can apply the style to the all body of your

web page. Theory Part 3. What is Element Selector? Element selectors are elements for selecting tags of specified names. In the above LAB works we used Element selectors p, h1, body. 4. What is Class Selector? Class selectors are used to give distinct properties to different contents that are included in the same page using the same tag. 4. LAB 3.4 ( Giving different format to Paragraph tags ) Step1 : Type the following codes in a text editor. p.red font-family:verdana; color:#0000ff; font-size:40px; p.blue font-family:dejavu Sans Light; color:#ff0000; font-size:20px; </style> <body> <h3>group Items </h3> 5. LAB 3.5 ( Giving background colour ) p.red

</style> p.blue font-family:verdana; color:#0000ff; font-size:40px; font-family:dejavu Sans Light; color:#ff0000; font-size:20px; <h3>group Items </h3> 6. LAB 3.6 ( Modifying background of Heading ) p.red font-family:verdana; color:#0000ff; font-size:40px; p.blue font-family:dejavu Sans Light; color:#ff0000; font-size:20px; h3 font-family : URW Bookman L; color : #00ff00; font-size: 30px; background : #ff0000;

</style> 7. LAB 3.7 ( Difference while using Cascading Style Sheet ) Step 1 : Open 36.html Step2 : Cut all Css code from this file and past it in new Text Editor. Save the file by the file name 10Estyle.css Step3.: Save the file 36.html by using ' Save As...' and give name 37.html Step4. : Open both 36.html and 36._new.html and find the difference. 8. LAB 3.8 ( Add CSS file in the Web Page ) <link rel = "stylesheet" type ="text/css" href ="10EStyle.css"> 9. LAB 3.9 ( More Web Pages using external style sheet link ) Type these codes and save in different html pages. Before that create My_style.css file containing all your styles My_style.css

39_1.html <link rel = "stylesheet" type ="text/css" href ="My_style.css"> 39_2.html <link rel = "stylesheet" type ="text/css" href ="My_style.css"> <p class="green"> <p class="yellow"> 39_3.html <link rel = "stylesheet" type ="text/css" href ="My_style.css">

<h1> Group Items</h1> <p class="yellow"> ASSIGNMENT Make attractive the STUDENT PAGE in www.snmhss.org