Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button?

Size: px
Start display at page:

Download "Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button?"

Transcription

1 Question No: 1 ( Marks: 1 ) - Please choose one In datalink layer, data packets are placed inside > Data frames page 6 > Data boxes > Data streams > None of these Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button? > <input type = button name= reset value= reset > > <input type= resetbutton value= Clear > > <input type= reset value= reset > > <input type= button name= reset value= clear > Question No: 3 ( Marks: 1 ) - Please choose one..tag is used into.tag because a row contains multi cells and to fill up these cells with data. > TD TR > TR TD > TD TG > TG TR Question No: 4 ( Marks: 1 ) - Please choose one Individuals who write programs or manipulate technologies to gain unauthorized access to computers and networks are > administrators > experts > hackers page 94 > coders Question No: 5 ( Marks: 1 ) - Please choose one Which tag is used for the hidden fields? > <FIELD> > <TEXT> > <INPUT> page 88 > <HIDDEN>

2 Question No: 6 ( Marks: 1 ) - Please choose one What is a correct way of referring to a stylesheet called "mystyle.xsl"? > <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?> page 77 > <link type="text/xsl" href="mystyle.xsl" /> > <stylesheet type="text/xsl" href="mystyle.xsl" /> > <?stylesheet type="text/xsl" href="mystyle.xsl"?> Question No: 7 ( Marks: 1 ) - Please choose one Which of them is NOT a predefined object? > Document > Date > Loop > Array JavaScript lets you use some predefined objects. This is for example the Dateobject, the Array-object or the Math-object. There are several other objects - please refer to the documentation provided by Netscape for a complete reference Question No: 8 ( Marks: 1 ) - Please choose one Which of these is not a comparison operator? > < > > > = page 58 >!= Question No: 9 ( Marks: 1 ) - Please choose one Var d = new date() Which of the following is correct about the d variable? > instance of new > instance of Date() method > instance of Date object _date_using_javascript.php3 > Simple Variable Question No: 10 ( Marks: 1 ) - Please choose one

3 When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called > Local Variables > Global Variables > Local and Global > None of the above If you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called local variables. Question No: 11 ( Marks: 1 ) - Please choose one Which of the following is NOT valid HTML code line? > <frameset rows="16%,84%"> > <frameset columns="16%,84%"> > <frameset cols="100,150"> > <frameset cols= 50%,50% rows= 16%,84% > Question No: 12 ( Marks: 1 ) - Please choose one CSS is a breakthrough in Web design because it allows developers to control the > Processing speed on client side > Data grid view on client side > Style and layout of home page. > Style and layout of multiple Web pages Question No: 13 ( Marks: 1 ) - Please choose one Which HTML tag is used to define an internal style sheet? > <css> > <script> > <style> > <sheet>

4 Question No: 14 ( Marks: 1 ) - Please choose one What is the correct HTML tag for adding a background color? > <background>yellow</background> > <body bgcolor="yellow"> page 23 > <body color="yellow"> > None Question No: 15 ( Marks: 1 ) - Please choose one How can you open a link in a new browser window? > <a href="url" target="new"> > <a href="url" target="_blank"> page 33 > <a href="url" new> > None of these Question No: 16 ( Marks: 1 ) - Please choose one Which of the following needs human action to execute? > Virus > Worm > Trojan Horse > All of these Question No: 17 ( Marks: 1 ) - Please choose one An address represented by four decimal numbers separated by a period is the > IP page # 7 > RIP > MAC > None of the given Question No: 18 ( Marks: 1 ) - Please choose one Which SQL statement is used to update data in a database? > SAVE > SAVE AS

5 > MODIFY > UPDATE Question No: 19 ( Marks: 1 ) - Please choose one Following are the names of some well known e-commerce software, EXCEPT > Intershop > IBM's WebSphere Commerce Professional Edition > Microsoft Commerce Server 2002 > Microsoft SQL Server 2005 Question No: 20 ( Marks: 1 ) - Please choose one Attributes colspan and rowspan are used in a tag for spanning the cells to a particular no. of columns or rows, respectively. Select the right one tag. > <TR> tag > <TD> tag page 25 > <TG> tag > None of the given Question No: 21 ( Marks: 1 ) - Please choose one Where in an HTML document is the correct place to refer to an external style sheet? > In the <body> section > At the top of the document > In the <head> sectionw3school > Between head and body Question No: 22 ( Marks: 1 ) - Please choose one What is the correct HTML for referring to an external style sheet? > <link rel="stylesheet" type="text/css" href="mainstyle.css"> w3school > <style src="mainstyle.css"> > <stylesheet>mainstyle.css</stylesheet> > <link url="stylesheet" type="text/css" href="mainstyle.css"> Question No: 23 ( Marks: 1 ) - Please choose one Choose the correct HTML tag to make a text bold:

6 > <bb> > <bld> > <bold> > <b> w3school -<b> and </b> are used for bold text. Question No: 24 ( Marks: 1 ) - Please choose one Which HTML tag is used to define an internal (embedded) style sheet? > css > text/style > Style w3school > Script Question No: 25 ( Marks: 1 ) - Please choose one What is the correct JavaScript syntax to write "Virtual University of Pakistan"? > document.write("virtual University of Paistan ") w3school quiz > ("Virtual University of Paistan ") > " Virtual University of Paistan " > response.write("virtual University of Paistan ") Question No: 26 ( Marks: 1 ) - Please choose one What of the following is the correct HTML tag for making a drop-down list? > <input type="list"> > <input type="dropdown"> > <select> w3school > <list> Question No: 27 ( Marks: 1 ) - Please choose one There is a way of describing XML data, how?

7 > XML uses a description node to describe data > XML uses a DTD to describe the data w3school > XML uses XSL to describe data > None of these Question No: 28 ( Marks: 1 ) - Please choose one Which HTML tag is used to define an internal (embedded) style sheet? > css > text/style > style w3school > script Question No: 29 ( Marks: 1 ) - Please choose one In CSS,How do you make the text bold? > font:b > font-style:bold > font-size:bold > font-weight:bold w3school Question No: 30 ( Marks: 1 ) - Please choose one How do you make each word in a text start with a capital letter? > text-transform:capitalize w3school > text-transform:first_capitalize. > Cann t be possible with CSS

8 > text-transform:uppercase Question No: 31 ( Marks: 1 ) - Please choose one How can you add a comment in a JavaScript? > 'This is a comment > //This is a comment w3school > <!--This is a comment--> > All of the above Question No: 32 ( Marks: 1 ) - Please choose one Which is NOT a correct name for an XML element? > All 3 tags are incorrect > <h1> > <1dollar> w3school > <Note> Question No: 33 ( Marks: 1 ) - Please choose one Which of the following, is condition part of given For loop for (i = 0; i <= 5; i++). > i=0. > i++. > i<=5. > (i = 0; i <= 5; i++). REF: For loop in client side JavaScript has three parts in its declaration. The first part initialize a variable, the second part checks the condition and the third part gives the steps in which the variable will change value. Here is the syntax.

9 For (initialization; condition; step ;) { Statement } Question No: 34 ( Marks: 1 ) - Please choose one In which direction all messages travel through a ring Topology > Same direction (clockwise) > Same direction( either "clockwise" or "counterclockwise") > Dual direction (both "clockwise" and "counterclockwise") > None of these Ring Topology In a ring network, every device has exactly two neighbors for communication purposes. All messages travel through a ring in the same direction (either "clockwise" or "counterclockwise"). A failure in any cable or device breaks the loop and can take down the entire network. Question No: 35 ( Marks: 1 ) - Please choose one Identify the networking device which regenerates the signals if these become weak. > Hub > Switch > Router > Repeater Repeater -- a networking device that regenerates digital signals as it is transmitted from one segment of a network to another Question No: 36 ( Marks: 1 ) - Please choose one Router is used on the layer

10 > First Layer > Second Layer > Third Layer > None of these Question No: 37 ( Marks: 1 ) - Please choose one ASP server scripts are surrounded by delimiters, which? > <script>...</script> > <%...%>page # 85 > <%>...</%> > <&>...</&> Question No: 38 ( Marks: 1 ) - Please choose one Which firewall uses strong user authentication to verify identity of a host attempting to connect to the network? > Packet filter firewall > Circuit level firewall > Application gateway firewall page # 96 > Hybrid firewall Question No: 39 ( Marks: 1 ) - Please choose one When two or more intranets are connected to each other they form a/an

11 > intranet > internet > extranet page # 98 > VPN Question No: 40 ( Marks: 1 ) - Please choose one A pixel can be identified by giving values just like: pixel 10, 15 and is given by > Column no. followed by its row no. page # 35 > Row no. followed by its Column no. > Length followed by Width > Width followed by Lenght Question No: 41 ( Marks: 1 ) - Please choose one Which of the following is NOT event handler? > Onmouseout > Onmousemove > Onselect > Online page # 55 Question No: 42 ( Marks: 1 ) - Please choose one What does the functionality of Target= _self tag? > Loads the new page into the same frame page # 33 > Loads the new page into the entire window > Loads the new page into a new browser window

12 > All of the above Question No: 43 ( Marks: 1 ) - Please choose one For which of following purpose the Firewall is used? > Efficient working > Protection against security attacks > Networking purpose > None of these Question No:44 ( Marks: 1 ) - Please choose one Which of the following tags are used for embedding sound files into HTML code? > <A href= song.wav > > <EMBED SRC="Skylar.MP3"> page # 37 > <A href= song.wav > and <EMBED SRC="Skylar.MP3"> > None of these Question No: 45 ( Marks: 1 ) - Please choose one Which event is detected when the mouse moves over a link? > overmouse event > onmouseover event > onrollover event > onmouseout event

13 Question No: 46 ( Marks: 1 ) - Please choose one Which of the following are not the Data types in JavaScript? > Int > Float page 54 > String > Null Question No: 47 ( Marks: 1 ) - Please choose one A certifies the binding between public key and its owner > CA page 101 > KDC > TLS > Firewall Question No: 48 ( Marks: 1 ) - Please choose one In star network features a central connection point called a "hub" that ought to be only a hub. > True > False Question No: 49 ( Marks: 1 ) - Please choose one

14 Content pages relate to which of the following tag? > <Frame> page 31 > <frameset> > <noframes> > <iframe> Question No: 50 ( Marks: 1 ) - Please choose one Which attribute is used in a tag to control the layout of element? > view > css > Style > Layout Question No: 51 ( Marks: 1 ) - Please choose one Where does the massage in Alert function display? > Browser page > Popup window page 57 > Task bar > Menu bar

15 Question No: 52 ( Marks: 1 ) - Please choose one Which one of following illustrates relationship between "<! -->" and //? > Closely related > Hide the code > Different > Hide the tags Question No: 53 ( Marks: 1 ) - Please choose one What does this mean: myfunction('hello') > Declaring a fuction with argument > Defining a function > Calling a function with argument > All of these Question No: 54 ( Marks: 1 ) - Please choose one In given XML code, which of following element represents the highlighted node. <?xml version="1.0"?> <note> <to>mr.riaz</to> <from>aamer</from> <heading>reminder</heading> <body>don't forget me this weekend!</body> </note>

16 > Property > Root > Child > Nothing Question No: 55 ( Marks: 1 ) - Please choose one You define an array using > var new array = myarray; > var myarray = array new; > var new Array() = myarray; > var myarray = new Array(); page 70 Question No: 56 ( Marks: 1 ) - Please choose one Which one Specify the space left between the edge of the image and the items to the left or right of it > FRAMESPACING > HSPACE > CELLSPACING page 26 > CELLPADDING Question No: 57 ( Marks: 1 ) - Please choose one In star topology, If hub fails, the entire network also fails. > True > False

17 Question No:58 ( Marks: 1 ) - Please choose one Which device uses the IP address > Switch > Router page 16 > Repeater > None of these Question No:59 ( Marks: 1 ) - Please choose one How do you define a numerical value? > var mynum = new Math; > var mynum = Math(6); > var mynum = 6; > Math.mynum = 6; Ref : html Question No: 60 ( Marks: 1 ) - Please choose one What does ++ operator do? > Adds two numbers together > Joins two text strings together > Adds 1 to a number > Adds 2 to a number Question No: 61 ( Marks: 1 ) - Please choose one Which one is the responsible to manage Internal processes? > E-business > E-commerce doubt > E-marketing > All of the given

18

ITA430 Solved & Unsolved MCQs BY

ITA430 Solved & Unsolved MCQs BY ITA430 Solved & Unsolved MCQs BY Question No: 1 ( Marks: 1 ) - Please choose one If 140.57 is network address and 220.200 is machine address then which class of network it is? A B C D Question No: 2 (

More information

100% SOLVED CURRENT QUIZ & LONG QUESTIONS FOR MID EXAME 2010 COMPOSED AND SOLVED BY ASIF RASOOL & MUBASHIR GHAFOOR. MBA(FINANCE)

100% SOLVED CURRENT QUIZ & LONG QUESTIONS FOR MID EXAME 2010 COMPOSED AND SOLVED BY ASIF RASOOL & MUBASHIR GHAFOOR. MBA(FINANCE) Question No: 1 Which one of the following,divides large network in small logical segments called subnets on basis of IP addresses Routers Bridge Switches Question No: 2 Switch is used on the laye First

More information

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved http://vustudents.ning.com Question No: 1 (Marks: 1) - Please choose one For which of the following we need to know the classification

More information

COMPOSED BY MUHAMMAD USMAN BUTT. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1)

COMPOSED BY MUHAMMAD USMAN BUTT. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1) COMPOSED BY MUHAMMAD USMAN BUTT MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1) Question No: 1 ( Marks: 1 ) Which of the following is Default subnet mask of class C? 255.0.0.0 255.255.0.0

More information

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad OCT 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 IT430 - E-COMMERCE Midterm Papers

More information

Question No: 1 (Marks: 1) - Please choose one. For which of the following we need to know the classification of E-commerce?

Question No: 1 (Marks: 1) - Please choose one. For which of the following we need to know the classification of E-commerce? MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved Asslam O Alikum 100% solved papers of it 430 (2010) with reference by Afaaq and Shani bhai (7) Remember Us In Your Prayers Best regard

More information

CSS Quiz Result. 2) Where in an HTML document is the correct place to refer to an external style sheet?

CSS Quiz Result. 2) Where in an HTML document is the correct place to refer to an external style sheet? CSS Quiz Result 1) What does CSS stand for? a) Creative Style Sheets b) Computer Style Sheets c) Cascading Style Sheets - correct answer d) Cascade Style Sheets e) Colorful Style Sheets 2) Where in an

More information

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses range

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses range MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses 128--- 191 range belongs to which of the following class networks? A B

More information

FOR MORE PAPERS LOGON TO

FOR MORE PAPERS LOGON TO IT430 - E-Commerce Question No: 1 ( Marks: 1 ) - Please choose one RIP(Routing Information protocol) is used by----------, to build a ------------ table _ bridges, hash _ routers, matrix _ routers, routing

More information

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

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 Part I. (50%) Multiple Guess Choice. 1. What does CSS stand for? a. Creative Style Sheets b. Computer Style Sheets c. Cascading Style

More information

Come & Join Us at VUSTUDENTS.net

Come & Join Us at VUSTUDENTS.net Come & Join Us at VUSTUDENTS.net For Assignment Solution, GDB, Online Quizzes, Helping Study material, Past Solved Papers, Solved MCQs, Current Papers, E-Books & more. Go to http://www.vustudents.net and

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet Chapter 4 Creating Tables in a Web Site Using an External Style Sheet MULTIPLE RESPONSE Modified Multiple Choice 1. Attributes are set relative to the elements in a table. a. line c. row b. column d. cell

More information

JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90

JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90 JB Academy, Faizabad Summative Assessment II Class X Time: 3:00 Hrs. Foundation Of IT MM-90 (Section-A) 1. Fill in the blanks. 10 (a) tags are case sensitive and tags are not case sensitive. (b) tag creates

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal COMSC-030 Web Site Development- Part 1 Part-Time Instructor: Joenil Mistal Chapter 9 9 Working with Tables Are you looking for a method to organize data on a page? Need a way to control our page layout?

More information

CSS Cascading Style Sheets

CSS Cascading Style Sheets CSS Cascading Style Sheets site root index.html about.html services.html stylesheet.css images boris.jpg Types of CSS External Internal Inline External CSS An external style sheet is a text document with

More information

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION Tutorial 5 Working with Tables and Columns HTML and CSS 6 TH EDITION Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple rows and columns

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself.

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself. Web Technology Assignment 3 Due: Next Section. (one day before if you submit by email) Notes: This assignment is individual assignment, every student should complete it by himself. 1. Choose the correct

More information

Chapter 4 Notes. Creating Tables in a Website

Chapter 4 Notes. Creating Tables in a Website Chapter 4 Notes Creating Tables in a Website Project for Chapter 4 Statewide Realty Web Site Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a

More information

PIC 40A. Midterm 1 Review

PIC 40A. Midterm 1 Review PIC 40A Midterm 1 Review XHTML and HTML5 Know the structure of an XHTML/HTML5 document (head, body) and what goes in each section. Understand meta tags and be able to give an example of a meta tags. Know

More information

Name Related Elements Type Default Depr. DTD Comment

Name Related Elements Type Default Depr. DTD Comment Legend: Deprecated, Loose DTD, Frameset DTD Name Related Elements Type Default Depr. DTD Comment abbr TD, TH %Text; accept-charset FORM %Charsets; accept FORM, INPUT %ContentTypes; abbreviation for header

More information

1.) WWW means. 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d.

1.) WWW means. 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d. 1.) WWW means. a.) World Wide Web b.) Web Wide World c.) Wide World Web d.) World Web Wide 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d.) None of

More information

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

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

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

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes 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

More information

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

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2018)

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2018) COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2018) RAMANA ISUKAPALLI RAMANA@CS.COLUMBIA.EDU 1 LECTURE-1 Course overview See http://www.cs.columbia.edu/~ramana Overview of HTML Formatting, headings,

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Solved MCQs on SQL

Solved MCQs on SQL Solved MCQs on SQL http://freepdf-books.com Solved MCQs on SQL Solved MCQs on SQL MCQ and Quiz about SQL (Structured Query Language) are available. Option 1 Strong Question Language Option 2 Structured

More information

Index. CSS directive, # (octothorpe), intrapage links, 26

Index. CSS directive, # (octothorpe), intrapage links, 26 Holzschlag_.qxd 3/30/05 9:23 AM Page 299 Symbols @import CSS directive, 114-115 # (octothorpe), intrapage links, 26 A a element, 23, 163, 228 abbr element, 228 absolute keywords for font sizing, 144 absolute

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p. Acknowledgments p. xix Preface p. xxi Web Basics Introduction to HTML p. 3 Basic HTML Concepts p. 4 HTML: A Structured Language p. 7 Overview of HTML Markup p. 11 Logical and Physical HTML p. 13 What HTML

More information

Tables *Note: Nothing in Volcano!*

Tables *Note: Nothing in Volcano!* Tables *Note: Nothing in Volcano!* 016 1 Learning Objectives After this lesson you will be able to Design a web page table with rows and columns of text in a grid display Write the HTML for integrated

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 6. Tables and Columns Objectives Explore the structure of a web table Create table heading and data cells Apply CSS styles to a table Create cells that span multiple

More information

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development INFS 2150 Introduction to Web Development 6. Tables and Columns Objectives Explore the structure of a web table Create table heading and data cells Apply CSS styles to a table Create cells that span multiple

More information

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

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN LECTURE1-22

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN   LECTURE1-22 IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN WWW.VUZS.NET LECTURE1-22 Question No: 01 ( Marks: 2 ) What does this mean? Padding-right Padding-right: adds space

More information

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1 Introduction Chapter 1: Structuring Documents for the Web 1 A Web of Structured Documents 1 Introducing HTML and XHTML 2 Tags and Elements 4 Separating Heads from Bodies 5 Attributes Tell Us About Elements

More information

LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI

LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI LAB MANUAL SUBJECT: WEB TECHNOLOGY CLASS : T.E (COMPUTER) SEMESTER: VI INDEX No. Title Pag e No. 1 Implements Basic HTML Tags 3 2 Implementation Of Table Tag 4 3 Implementation Of FRAMES 5 4 Design A FORM

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Project #3 Review Forms (con t) CGI Validation Design Preview Project #3 report Who is your client? What is the project? Project Three action= http://...cgi method=

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

INFS 2150 / 7150 Intro to Web Development / HTML Programming

INFS 2150 / 7150 Intro to Web Development / HTML Programming XP Objectives INFS 2150 / 7150 Intro to Web Development / HTML Programming Designing a Web Page with Tables Create a text table Create a table using the , , and tags Create table headers

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 9A0-803 Title : Certified Dreamweaver 8 Developer Exam Version : DEMO 1 / 7 1. What area, in the Insert bar, is intended for customizing and organizing frequently used objects? A. Layout

More information

INTERNET PROGRAMMING XML

INTERNET PROGRAMMING XML INTERNET PROGRAMMING XML Software Engineering Branch / 4 th Class Computer Engineering Department University of Technology OUTLINES XML Basic XML Advanced 2 HTML & CSS & JAVASCRIPT & XML DOCUMENTS HTML

More information

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 Web Programming and Design MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh Plan for the next 5 weeks: Introduction to HTML tags, creating our template file Introduction to CSS and style

More information

Exam : 1D Title : CIW Foundations. Version : DEMO

Exam : 1D Title : CIW Foundations. Version : DEMO Exam : 1D0-410 Title : CIW Foundations Version : DEMO 1. In an HTML 4.0-compliant browser, how is a radio button field displayed within a form? A. A radio button is displayed as a small box. B. A radio

More information

ABOUT WEB TECHNOLOGY COURSE SCOPE:

ABOUT WEB TECHNOLOGY COURSE SCOPE: ABOUT WEB TECHNOLOGY COURSE SCOPE: The booming IT business across the globe, the web has become one in every of the foremost necessary suggests that of communication nowadays and websites are the lifelines

More information

Assignments (4) Assessment as per Schedule (2)

Assignments (4) Assessment as per Schedule (2) Specification (6) Readability (4) Assignments (4) Assessment as per Schedule (2) Oral (4) Total (20) Sign of Faculty Assignment No. 02 Date of Performance:. Title: To apply various CSS properties like

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

HTML. HTML Evolution

HTML. HTML Evolution Overview stands for HyperText Markup Language. Structured text with explicit markup denoted within < and > delimiters. Not what-you-see-is-what-you-get (WYSIWYG) like MS word. Similar to other text markup

More information

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0 CSI 3140 WWW Structures, Techniques and Standards Markup Languages: XHTML 1.0 HTML Hello World! Document Type Declaration Document Instance Guy-Vincent Jourdan :: CSI 3140 :: based on Jeffrey C. Jackson

More information

SAMPLE QUESTION PAPER

SAMPLE QUESTION PAPER SAMPLE QUESTION PAPER Subject: FOUNDATION OF INFMATION TECHNOLOGY (FIT) Code: 165 CLASS:-X (2017-18) Time: 2 ½ Hrs. M.M.:40 General Instructions: (i) The sample question paper consists of 16 questions.

More information

Class X Foundation of Information Technology (Code: 165) Sample Question Paper

Class X Foundation of Information Technology (Code: 165) Sample Question Paper Class X Foundation of Information Technology (Code: 165) Sample Question Paper 2018-19 Time: 2 ½ Hrs. M.M.:40 General Instructions: (i) The sample question paper consists of 16 questions. (ii) All questions

More information

Introduction to Web Technologies

Introduction to Web Technologies Introduction to Web Technologies James Curran and Tara Murphy 16th April, 2009 The Internet CGI Web services HTML and CSS 2 The Internet is a network of networks ˆ The Internet is the descendant of ARPANET

More information

By Ryan Stevenson. Guidebook #2 HTML

By Ryan Stevenson. Guidebook #2 HTML By Ryan Stevenson Guidebook #2 HTML Table of Contents 1. HTML Terminology & Links 2. HTML Image Tags 3. HTML Lists 4. Text Styling 5. Inline & Block Elements 6. HTML Tables 7. HTML Forms HTML Terminology

More information

Developing Web Applications

Developing Web Applications Developing Web Applications Ralph Moseley Middlesex University IIICENTCNNIAL 1807 ewiley 2007 13ICCNTENNIAL John Wiley & Sons, Ltd Preface Introduction Features Additional Materials Trademarks Acknowledgments

More information

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3.

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. Write a script that inputs text from an HTML form and outputs the

More information

Downloaded from

Downloaded from SUMMATIVE ASSESSMENT-II, 2014 FOUNDATION OF IT Time - 3 hrs. Class-X M.M.-90 Date 04.03.2014 Q1. Fill in the blanks: [10] 1.1 To insert a table on a web page we use tag. 1.2 tag is used to create inline

More information

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

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

c122sep2914.notebook September 29, 2014

c122sep2914.notebook September 29, 2014 Have done all at the top of the page. Now we will move on to mapping, forms and iframes. 1 Here I am setting up an image and telling the image to uuse the map. Note that the map has name="theimage". I

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

Exercise. (1) Which of the following can not be used as the scope when using a JavaBean with JSP? a. application b. session c. request d.

Exercise. (1) Which of the following can not be used as the scope when using a JavaBean with JSP? a. application b. session c. request d. Exercise 1. Choose the best answer for each of the following questions. (1) Which of the following can not be used as the scope when using a JavaBean with JSP? a. application b. session c. request d. response

More information

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms. HTTP and HTML We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms. HTTP and HTML 28 January 2008 1 When the browser and the server

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

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

<body bgcolor=  fgcolor=  link=  vlink=  alink= > These body attributes have now been deprecated, and should not be used in XHTML. CSS Formatting Background When HTML became popular among users who were not scientists, the limited formatting offered by the built-in tags was not enough for users who wanted a more artistic layout. Netscape,

More information

PlantVisorPRO Plant supervision

PlantVisorPRO Plant supervision PlantVisorPRO Plant supervision Software Development Kit ver. 2.0 Integrated Control Solutions & Energy Savings 2 Contents 1. Key... 5 2. Context... 5 3. File Structure... 6 4. Log Structure and error

More information

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Oliver Pott HTML XML. new reference. Markt+Technik Verlag Oliver Pott HTML XML new reference Markt+Technik Verlag Inhaltsverzeichnis Übersicht 13 14 A 15 A 16 ABBR 23 ABBR 23 ACCEPT 26 ACCEPT-CHARSET

More information

Namma Kalvi.

Namma Kalvi. Namma Kalvi COMPUTER APPLICATION PUBLIC EXAM - 2019 ANSWER KEY PART - A I Choose the correct answer 10x1=10 1. c. warm booting 6. d. All the above 11. d..css 2. c. Giga 7. d. 2 12. b. F5 3. b. VGA connector

More information

Project 3 Web Security Part 1. Outline

Project 3 Web Security Part 1. Outline Project 3 Web Security Part 1 CS155 Indrajit Indy Khare Outline Quick Overview of the Technologies HTML (and a bit of CSS) Javascript PHP Assignment Assignment Overview Example Attack 1 New to web programming?

More information

Study-IQ education, All rights reserved

Study-IQ education, All rights reserved Copyright @ Study-IQ education, All rights reserved 1.You cannot close MS Word application by A) Choosing File menu then Exit submenu B) Press Alt+F4 C) Click X button on title bar D) From File menu choose

More information

CSC309 Tutorial CSS & XHTML

CSC309 Tutorial CSS & XHTML CSC309 Tutorial CSS & XHTML Lei Jiang January 27, 2003 1 CSS CSC309 Tutorial --CSS & XHTML 2 Sampel XML Document

More information

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

Which is why we ll now be learning how to write in CSS (or cascading sheet style) STYLE WITH CSS My word is changing things in HTML difficult! Can you imagine if we had to do that for every single thing we wanted to change? It would be a nightmare! Which is why we ll now be learning

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

Lecture 08. Tables in HTML. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Lecture 08. Tables in HTML. Mr. Mubashir Ali Lecturer (Dept. of Computer Science) Lecture 08 Tables in HTML Mr. Mubashir Ali Lecturer (Dept. of dr.mubashirali1@gmail.com 1 Summary of the previous lecture Adding images to web page Using images as links Image map Adding audio and video

More information

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2017)

COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2017) COMS W3101: SCRIPTING LANGUAGES: JAVASCRIPT (FALL 2017) RAMANA ISUKAPALLI RAMANA@CS.COLUMBIA.EDU 1 LECTURE-1 Course overview See http://www.cs.columbia.edu/~ramana Overview of HTML Formatting, headings,

More information

Web Site Development with HTML/JavaScrip

Web Site Development with HTML/JavaScrip Hands-On Web Site Development with HTML/JavaScrip Course Description This Hands-On Web programming course provides a thorough introduction to implementing a full-featured Web site on the Internet or corporate

More information

Document Object Model. Overview

Document Object Model. Overview Overview The (DOM) is a programming interface for HTML or XML documents. Models document as a tree of nodes. Nodes can contain text and other nodes. Nodes can have attributes which include style and behavior

More information

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

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

What is XML? XML is designed to transport and store data.

What is XML? XML is designed to transport and store data. What is XML? XML stands for extensible Markup Language. XML is designed to transport and store data. HTML was designed to display data. XML is a markup language much like HTML XML was designed to carry

More information

Lesson 5 Introduction to Cascading Style Sheets

Lesson 5 Introduction to Cascading Style Sheets Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition 1 Objectives Create a Cascading Style Sheet. Control hyperlink behavior with CSS. Create style classes. Share style classes

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

1) Introduction to HTML

1) Introduction to HTML 1) Introduction to HTML a) Two ways to Create a webpage (Hyper- Text Document): i) WYSIWYG: What You See Is What You Get: Drag- n- Drop tools like Microsoft Word and Adobe Dreamweaver i) Markup Language:

More information

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing Content Objective) applicable) Desktop Publishing Weeks 1-6 10-12 1. Create and edit a publication. 2. Design a newsletter. 3. Publish a tri-fold brochure 1-1 Start and quit Publisher 1-2 Describe the

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services (A Microsoft Learning Partner) HTML and CSS COURSE SYLLABUS Module 1: Web Programming Introduction In this module you will learn basic introduction to web development. Module

More information

Introduction to Computer Science (I1100) Internet. Chapter 7

Introduction to Computer Science (I1100) Internet. Chapter 7 Internet Chapter 7 606 HTML 607 HTML Hypertext Markup Language (HTML) is a language for creating web pages. A web page is made up of two parts: the head and the body. The head is the first part of a web

More information

Connecting the Dots. Building Web Applications with PHP, HTML, CSS, and JavaScript

Connecting the Dots. Building Web Applications with PHP, HTML, CSS, and JavaScript Connecting the Dots Building Web Applications with PHP, HTML, CSS, and JavaScript John Valance division 1 systems johnv@div1sys.com www.div1sys.com All materials copyright 2014-2017 John Valance

More information

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5

READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 READSPEAKER ENTERPRISE HIGHLIGHTING 2.5 Advanced Skinning Guide Introduction The graphical user interface of ReadSpeaker Enterprise Highlighting is built with standard web technologies, Hypertext Markup

More information

XML. Marie Dubremetz Uppsala, April 2014

XML. Marie Dubremetz Uppsala, April 2014 XML Marie Dubremetz marie.dubremetz@lingfil.uu.se Uppsala, April 2014 Presentation Plan 1 Introduction 2 XML Specificities and Motivations 3 XML: Vocabulary and Techniques Uppsala May 2015 2/37 Table of

More information

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts UNIX What do the 9 permission letters represent (rwxrwxrwx)? How do you know if you have the permission or not? What is

More information

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A

SUMMATIVE ASSESSMENT-II FOUNDATION OF INFORMATION TECHNOLOGY. Time allowed : 3 hours ] [ Maximum marks : 70. Section-A Series HRK/1 SET-4 Code No. 53/1 Roll No. Candidates must write the Code on the title page of the answer-book. Please check that this question paper contains 12 printed pages. Code number given on the

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

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

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery. HTML5/CSS3/JavaScript Programming Course Summary Description This class is designed for students that have experience with basic HTML concepts that wish to learn about HTML Version 5, Cascading Style Sheets

More information

CS134 Web Site Design & Development. Quiz1

CS134 Web Site Design & Development. Quiz1 CS134 Web Site Design & Development Quiz1 Name: Score: Email: I Multiple Choice Questions (2 points each, total 20 points) 1. Which of the following is an example of an IP address? a. www.whitehouse.gov

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

Dreamweaver CS3 Concepts and Techniques

Dreamweaver CS3 Concepts and Techniques Dreamweaver CS3 Concepts and Techniques Chapter 3 Tables and Page Layout Part 1 Other pages will be inserted in the website Hierarchical structure shown in page DW206 Chapter 3: Tables and Page Layout

More information

week8 Tommy MacWilliam week8 October 31, 2011

week8 Tommy MacWilliam week8 October 31, 2011 tmacwilliam@cs50.net October 31, 2011 Announcements pset5: returned final project pre-proposals due Monday 11/7 http://cs50.net/projects/project.pdf CS50 seminars: http://wiki.cs50.net/seminars Today common

More information

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6 CS 350 COMPUTER/HUMAN INTERACTION Lecture 6 Setting up PPP webpage Log into lab Linux client or into csserver directly Webspace (www_home) should be set up Change directory for CS 350 assignments cp r

More information

Web Programming Pre-01A Web Programming Technologies. Aryo Pinandito, ST, M.MT

Web Programming Pre-01A Web Programming Technologies. Aryo Pinandito, ST, M.MT Web Programming Pre-01A Web Programming Technologies Aryo Pinandito, ST, M.MT Document Formats: The evolution of HTML HTML HyperText Markup Language Primary document type for the web Transmitted using

More information