Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Similar documents
WEB DESIGNING COURSE SYLLABUS

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

Ministry of Higher Education and Scientific Research

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

B. V. Patel Institute of Business Management, Computer & Information Technology, UTU

Website Designing Training

Alpha College of Engineering and Technology. Question Bank


GRAPHIC WEB DESIGNER PROGRAM

Deccansoft Software Services

Web Site Development with HTML/JavaScrip

Web development using PHP & MySQL with HTML5, CSS, JavaScript

Basics of Web Technologies

HTML5, CSS3, JQUERY SYLLABUS


Web Designing Course

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

Website Development with HTML5, CSS and Bootstrap

Kurdistan Regional Government Iraq Ministry of Higher Education and Scientific Research, Duhok Polytechnic University

PHP,HTML5, CSS3, JQUERY SYLLABUS

TUTORIAL QUESTION BANK

Static Webpage Development

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

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

WEB DESIGNING CURRICULUM

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

Web Development. With PHP. Web Development With PHP

Creating HTML files using Notepad

Styles, Style Sheets, the Box Model and Liquid Layout

Sections and Articles

Programmazione Web a.a. 2017/2018 HTML5

PHP & My SQL Duration-4-6 Months

HTML and CSS COURSE SYLLABUS

PHP / MYSQL DURATION: 2 MONTHS

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

AIM. 10 September

Designing for Web Using Markup Language and Style Sheets

Fundamentals of Web Development. Web Development. Fundamentals of. Global edition. Global edition. Randy Connolly Ricardo Hoar

Mobile Site Development

Varargs Training & Software Development Centre Private Limited, Module: HTML5, CSS3 & JavaScript

COMS 359: Interactive Media

CIS 1350 Final Project Part 1 of 4

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

CSS for Page Layout Robert K. Moniot 1

Introduction to WEB PROGRAMMING

Adobe Dreamweaver CS6 Digital Classroom

IT-1150: INTRODUCTION TO WEB PROGRAMMING

Course Outline. TERM EFFECTIVE: Summer 2016 CURRICULUM APPROVAL DATE: 11/23/2015

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

Shankersinh Vaghela Bapu Institue of Technology

CORE PHP CURRICULUM. Introductory Session Web Architecture Overview of PHP Platform Origins of PHP in the open source community

Course Outline Advanced Web Design

Helpline No WhatsApp No.:

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

Web Design & Dev. Combo. By Alabian Solutions Ltd , 2016

Web Development IB PRECISION EXAMS

Index LICENSED PRODUCT NOT FOR RESALE

HTML CS 4640 Programming Languages for Web Applications

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

TIME SCHEDULE MODULE TOPICS PERIODS. HTML Document Object Model (DOM) and javascript Object Notation (JSON)

HTML Syllabus Instructor: TBD

MODULE 2 HTML 5 FUNDAMENTALS. HyperText. > Douglas Engelbart ( )

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

Web Development. with Bootstrap, PHP & WordPress

Getting Started with CSS Sculptor 3

Overview

COMS 359: Interactive Media

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Setting Up a Development Server What Is a WAMP, MAMP, or LAMP? Installing a WAMP on Windows Testing the InstallationAlternative WAMPs Installing a

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2018)

1. Cascading Style Sheet and JavaScript

Document Object Model. Overview

COWLEY COLLEGE & Area Vocational Technical School

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

Guidelines for doing the short exercises

Markup Language. Made up of elements Elements create a document tree

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Course Outline Advanced Web Design

DATABASE SYSTEMS. Introduction to web programming. Database Systems Course, 2016

Website Design (Weekend) By Alabian Solutions Ltd , 2016

Table Basics. The structure of an table

Student, Perfect Final Exam May 25, 2006 ID: Exam No CS-081/Vickery Page 1 of 6

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

PIC 40A. Lecture 4b: New elements in HTML5. Copyright 2011 Jukka Virtanen UCLA 1 04/09/14

HTML. HTML Evolution

Web Development and Design Foundations with HTML5

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

Advanced Dreamweaver CS6

Taking Fireworks Template and Applying it to Dreamweaver

Chapter 3 Style Sheets: CSS


Website Design (Weekday) By Alabian Solutions Ltd , 2016

HTML + CSS. ScottyLabs WDW. Overview HTML Tags CSS Properties Resources

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

UNIT -I PART-A Q.No Question Competence BTL

Programming the World Wide Web by Robert W. Sebesta

Professional Diploma in Web Designing

Transcription:

Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand different Web controls. Be able to understand and write basic HTML and CSS code Create a full functioning website Understand how to upload websites to a web server Be able to program interactive JavaScript in a web page Detailed Syllabus Module No. 1 3 Topics SECTION I INTRODUCTION TO WEB TECHNOLOGY Introduction to Web Technology How a Website works? Client and Server Scripting languages Types of Websites Web Standards and W3C recommendations INTRODUCTION TO HTML What is Markup Language Basic structure of HTML Head Section and Elements of Head Section Meta Tags External Link Tags HTML TAGS HTML Attributes Header Tags Paragraph, Span and pre tags Anchor tag, Marquee tag Image tag, Object tag, Iframe tag List tag HTML comments No. of Sessions 5

5 6 7 8 9 Working with HTML Forms - Text Input, Text area, Checkbox, Radio button, Submit button, Reset button, file upload and hidden fields. HTML STRUCTURE TAGS Table tag Div tag Frames INTRODUCTION TO HTML 5 Introduction to HTML 5 What s new in HTML 5? HTML 5 DocType HTML 5 Structure Tags- nav, section, article, aside, header, footer HTML 5 Form Elements- Search, tel, url, email, number and range HTML 5 Media tags- Audio and video SECTION II INTRODUCTION TO CASCADING STYLESHEET Introduction to CSS Importance of CSS Building a CSS rule Attaching CSS to HTML using selectors Applying styles using CSS properties Types of CSS SPECIFIC HTML TARGETING WITH CSS SELECTORS Using HTML classes and IDs CSS pseudo-classes Combining selectors Layout and positioning-the basics of layout, Floating elements, Relative positioning INTRODUCTION TO JAVASCRIPT Introduction to JS Importance of JS Basic Syntax of JS- Statements, Comments, Variables Data types, JS Operators- Arithmetic, logical, comparison JS conditional statements JS loops ADVANCED JAVASCRIPT JS Events JS Objects - String Functions, JS Math Functions, JS Date Functions, JS Array Functions and Property JS User Defined Functions JS Validations using Object Functions JS Validations using Regular Expressions JS Document Object Model Introduction, DOM HTML, DOM CSS, DOM Events JS Browser Object Model - JS Cookies, JS Window, JS Location, JS Popups, JS 6 9

10 Time WEB HOSTING Hosting Website on Free Domains. Reference Books 1. Kogent Learning solutions Inc., HTML 5: Covers CSS3, JavaScript, XML, XHTML AJAX, PHP & JQuery: Black Book, Dreamtech Press.. Bangia Ramesh, Web Technology: Including HTML, CSS, XML, ASP, Java Script, VB Script, Firewall Media. 3. Julie C. Melone, HTML, CSS and Javascript, Pearson Education.. Schmitt Christopher, CSS Cookbook, Shroff Publishers. 5. Microsoft A., Dynamic HTML Reference and Software Development Kit, WP Publishers. List of Experiments 1. Write a HTML page to print Hello World.. Create a web page illustrating text formatting tags available in HTML. 3. Prepare a sample code to illustrate three types of lists in HTML.. Create a HTML file which displays 3 images at LEFT, RIGHT and CENTER respectively in the browser. 5. Create the below given table. 6. Using Frames Divide the web page as follows

7. Create a student registration form using the following tags <form>, <input>, <textarea>, <button>, <select>, <option>the registration form must consist of following information :First Name, Middle Name, Last Name, Gender (use radio button), Address, Phone No., email id, Hobbies (use checkbox), City, State, Country, College Name (use dropdown menu) 8. CSS - provide inline, internal and external style sheet for the student registration form. 9. Write a CSS program to set an image as the background. That is selected by user using a checkbox. 10. Write HTML/CSS code to create table with 5 rows and 3 columns. Even no. of rows display in green color and odd no. of rows display in white color. 11. Develop and demonstrate a HTML document that illustrates the use external style sheet, ordered list, table, borders, padding, color, and the <span> tag. 1. Create a CSS style sheet and use it to display the document. The information must include USN, Name and Name of the College, Branch, Year of Joining, and e-mail id. Make up sample data for 3 students. 13. Format your Profile Page Using Different CSS Elements (Note: e.g. CSS Background, Text, Font, Tables, Links, Images, Margin ) 1. Design the following layout using table tag,div tag and frames. 15. Design the layout in Q.1 using div tag and frames. 16. Design the layout in Q-1 using frames.

17. Write JavaScript to perform the following operations: a. to calculate sum of 1 to n b. to check whether given number is prime or not c. to check whether given number is Armstrong or not d. to check whether given number is palindrome or not e. to find roots of quadratic equation f. to calculate factorial of n g. to find highest from given three values h. to print any triangle form for given n i. to find all primes which are lies between a given range. 18. Write JavaScript to perform validation of following fields. a) mobile number(only 10 digits) b) email address(example@asw.com) c) password(must contain special symbol, lowercase and upper case letter, number) d) Re-type Password(password and confirm password must be same)