UNIVERSITY OF CALICUT
|
|
|
- Fay Sanders
- 9 years ago
- Views:
Transcription
1 UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION (2014 Admn. onwards) IV Semester Core Course for BMMC (UG SDE) FUNDAMENTS OF WEB DESIGNING Question Bank & Answer Key Choose the correct Answer from the bracket. 1. What tag uses to display a picture in a webpage? a. picture b. image c. img d. src 2. <b> tag makes the enclosed text bold. What is other tag to make text bold? a. <strong> b. <dar> c. <black> d. <emp> 3. Tags and test that are not directly displayed on the page are written in section. a. <html> b. <head> c. <title> d. <body> 4. Which tag inserts a line horizontally on a web page? a. <hr> b. <line> c. <line direction= horizontal > d. <tr> 5. What should be the first tag in any HTML document? a. <head> b. <title> c. <html> d. <document> 6. Which tag allows us to add a row in a table? a. <td> and </td> b. <cr> and </cr> c. <th> and </th> d. <tr> and </tr> 7. How can we make a bulleted list? a. <list> b. <nl> c. <ul> d. <ol> 8. How can we make a numbered list? a. <dl> b. <ol> c. <list> d. <ul> 9. How can we make an link? a. <a href= xxx@yyy > b. <mail href= xxx@yyy > c. <mail>xxx@yyy</mail> d. <a href= mailto:xxx@yyy > 10. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript's syntax is loosely based on Java's C. They both originated on the island of Java 11. Choose the correct HTML tag to make a text italic a. <ii> b. <italics> c. <italic> d. <i> 12. Choose the correct HTML tag to make a text bold? a. <b> b. <bold> c. <bb> d. <bld> Fundaments of Web Designing Page 1
2 13. What is the correct HTML for adding a background color? a. <body color= yellow > b. <body bgcolor= yellow > c. <background>yellow</background> d. <body background= yellow > 14. Choose the correct HTML tag for the smallest size heading? a. <heading> b. <h6> c. <h1> d. <head> 15. What is the correct HTML tag for inserting a line break? a. <br> b. <lb> c. <break> d. <newline> 16. What does vlink attribute mean? a. visited link b. virtual link c. very good link d. active link 17. Which attribute is used to name an element uniquely? a. class b. id c. dot d. all of above 18. Which tag creates a check box for a form in HTML? a. <checkbox> b. <input type= checkbox > c. <input=checkbox> d. <input checkbox> 19. To create a combo box (drop down box) which tag will we use? a. <select> b. <list> c. <input type= dropdown > d. all of above 20. Which of the following is not a pair tag? a. <p> b. < u > c. <i> d. <img> 21. To create HTML document we require a a. web page editing software b. High powered computer c. Just a notepad can be used d. None of above 22. The special formatting codes in HTML document used to present content are a. tags b. attributes c. values d. None of above 23. HTML documents are saved in a. Special binary format b. Machine language codes c. ASCII text d. None of above 24. Some tags enclose the text. Those tags are known as a. Couple tags b. Single tags c. Double tags d. Pair tags 25. The character tells browsers to stop tagging the text a.? b. / c. > d. % 26. In HTML document the tags a. Should be written in upper case b. should be written in lower case c. should be written in proper case d. can be written in both uppercase or lowercase 27. Marquee is a tag in HTML to a. mark the list of items to maintain inqueue b. Mark the text so that it is hidden in browser c. Display text with scrolling effect d. None of above 28. There are different of heading tags in HTML a. 4 b. 5 c. 6 d To create a blank line in your web page a. press Enter two times b. press Shift + Enter c. insert <BR> tag d. insert <BLINE> 30. Which of the following is not a style tag? a. <b> b. <tt> c. <i> d. All of above are style tags 31. The way the browser displays the object can be modified by a. attributes b. parameters Fundaments of Web Designing 2
3 c. modifiers d. None of above 32. Which of the following HTML code is valid? a. <font colour= red > b. <font color= red > c. <red><font> d. All of above are style tags 33. Which of the following is an attribute related to font tag? a. size b. face c. colord. All of above are style tags 34. HTML supports a. ordered lists b. unordered lists c. both type of lists d. does not support those types 35. What tag is used to list individual items of an ordered list? a. LI b. OL c. UL d. None of above 36. When should we use path along with file name of picture in IMG tag? a. path is optional and not necessary b. when the location of image file and html file are different c. when image file and html file both are on same location d. path is always necessary when inserting image 37. Which of the following is not a valid alignment attribute? a. Left b. Right c. Top d. All of above 38. Which attribute is used with img tag to display the text if image could not load in browser? a. description b. name c. alt d. id 39. Which attribute can be used with BODY tag to set background color green? a. background= green b. bgcolor= green c. vlink= green d. None of above 40. Which attribute we ll use with TD tag to merge two cells horizontally? a. merge=colspan2 b. rowspan=2 c. colspan=2 d. merge=row2 41. A webpage displays a picture. What tag was used to display that picture? a. picture b. mage c. img d. src 42. <b> tag makes the enclosed text bold. What is other tag to make text bold? a. <strong> b. <dar> c. <black> d. <emp> 43. Tags and test that are not directly displayed on the page are written in section. a. <html> b. <head> c. <title> d. <body> 44. Which tag inserts a line horizontally on your web page? a. <hr> b. <line> c. <line direction= horizontal > d. <tr> 45. What should be the first tag in any HTML document? a. <head> b. <title> c. <html> d. <document> 46. Which tag allows you to add a row in a table? a. <td> and </td> b. <cr> and </cr> c. <th> and </th> d. <tr> and </tr> 47. How can we make a bulleted list? a. <list> b. <nl> c. <ul> d. <ol> 48. How can we make a numbered list? a. <dl> b. <ol> c. <list> d. <ul> 49. How can we make an link? a. <a href= xxx@yyy > b. <mail href= xxx@yyy > c. <mail>xxx@yyy</mail> d. <a href= mailto:xxx@yyy > 50. What is the correct HTML for making a hyperlink? a. <a href= >GOOGLE</a> b. <a name= google.com >GOOGLE</a> c. < google.com </a> d. url= google.com >GOOGLE Fundaments of Web Designing 3
4 51. Choose the correct HTML tag to make a text italic a. <ii> b. <italics> c. <italic> d. <i> 52. Choose the correct HTML tag to make a text bold? a. <b> b. <bold> c. <bb> d. <bld> 53. What is the correct HTML for adding a background color? a. <body color= yellow > b. <body bgcolor= yellow > c. <background>yellow</background> d. <body background= yellow > 54. Choose the correct HTML tag for the smallest size heading? a. <heading> b. <h6> c. <h1> d. <head> 55. What is the correct HTML tag for inserting a line break? a. <br> b. <lb> c. <break> d. <newline> 56. What does vlink attribute mean? a. visited link b. virtual link c. very good link d. active link 57. Which attribute is used to name an element uniquely? a. class b. d c. dot d. all of above 58. Which tag creates a check box for a form in HTML? a. <checkbox> b. <input type= checkbox > c. <input=checkbox> d. <input checkbox> 59. To create a combo box (drop down box) which tag will we use? a. <select> b. <list> c. <input type= dropdown > d. all of above 60. Which of the following is not a pair tag? a. <p> b. < u > c. <i> d. <img> 61. What is the full form of HTML? a. Hyper text markup language b. Hyphenation text markup language c. Hyphenation test marking language d. Hyper text marking language 62. What is the full form of HTTP? a. Hyper text transfer protocol b. Hyper text transfer package c. Hyphenation text test program d. none of the above 63. What is a search engine? a. a program that searches engines b. a web site that searches anything c. a hardware component d. a machinery engine that search data 64. What is the full form of TCP/IP? a. transmission control protocol / internet protocol b. telephone call protocol / international protocol c. transport control protocol / internet protocol d. none of the above 65. HTML document start and end with which tag pairs? a. <HEAD>.</HEAD> b. <BODY>.</BODY> c. <HTML>.</HTML> d. <WEB>.</WEB> 66. Which tag is used to create body text in HTML? a. <HEAD> b. <TEXT> c. <TITLE> d. <BODY> 67. Yahoo, Infoseek and Lycos are? a. Search Engines b. Browsers c. News groups d. None of the above 68. What does the.com domain represents? a. Education domain b. Commercial domain c. Network d. None of the above 69. In Satellite based communication, VSAT stands for? a. Very Small Aperture Terminal b. Varying Size Aperture Terminal Fundaments of Web Designing 4
5 c. Very Small Analog Terminal d. None of the above 70. Outlook Express is a a. Client b. Browser c. Search Engine d. None of the above 71. <TITLE> </TITLE> tag must be within a. Title b. Form c. Header d. Body 72. Text within <EM> </EM> tag is displayed as a. bold b. italic c. list d. indented 73. Text within <STRONG> </STRONG> tag is displayed as a. bold b. italic c. list d. indented 74. <UL> </UL> tag is used to a. display the numbered list b. underline the text c. display the bulleted list d. bold the text 75. Which tag is used to display the numbered list? a. <OL></OL> b. <DL></DL> c. <UL></UL> d. <LI></LI> 76. Which tag is used to display the large font size? a. <LARGE></LARGE> b. <BIG></BIG> c. < SIZE ></SIZE> d. <FONT></FONT> 77. <SCRIPT> </SCRIPT> tag can be placed within a. Header b. Body c. both A and B d. none of the above 78. using<p> tag will a. start a new paragraph b. break the line c. end the current paragraph d. none of the above 79. <TD> </TD> tag is used for a. Table heading b. Table Records c. Table row d. none of the above 80. Which is true to change the text color to red? a. <BODY BGCOLOR=RED> b. <BODY TEXT=RED> c. <BODY COLOR=RED> d. none of the above 81. With regards to addresses: a. hey must always contain symbol b. hey can never contain spaces c. they are case-insensitive d. all of the above 82. A homepage is a. an index of encyclopedia articles b. where all Internet data is stored c. required for access to the Internet d. the first page of a website 83. Which of the following is used to explore the Internet? a. Browser b. Spreadsheet c. Clipboard d. Draw 84. What is Internet Explorer? a. An Icon b. A File Manager c. A Browser d. The Internet 85. What do I need to get onto the Internet? a. Computer b. Modem c. Browser d. All of the above 86. What is an ISP? a. Internet System Protocol b. Internal System Program c. Internet Service Provider d. None of the above 87. Which of the following is valid IP address? a b c d Which is not a domain name extension? Fundaments of Web Designing 5
6 a. mil b. org c..int d..com 89. What is a FTP program used for? a. Transfer files to and from an Internet Server b. Designing a website c. Connecting to the internet d. None of the above 90. Which of the following are commonly found on web pages? a. internet b. hyperlinks c. intranet d. all of the above 91. What is the correct syntax in HTML for creating a link on a webpage? a. <LINK SRC= services.html > b. <BODY LINK = services.html > c. <A SRC = services.html > d. < A HREF = services.html > 92. Which of the following is an attribute of <Table> tag? a. SRC b. LINK c. CELLPADDING d. BOLD 93. Choose the correct HTML tag to make the text bold? a. <B> b. <BOLD> c. <STRONG> d. Both A) and C) 94. Which HTML tag would be used to display power in expression (A+B)2? a. <SUP> b. <SUB> c. <B> d. <P> 95. User Interface design a. Composition of a web page b. A tem for book design c. For efficient interaction d. Programming design 96. Choose the correct HTML tag for the largest heading? a. <H1> b. <H6> c. <H10> d. <HEAD> 97. Output of XML document can be viewed in a a. Word Processor b. Web browser c. Notepad d. None of the above 98. What is the correct way of describing XML data? a. XML uses a DTD to describe data b. XML uses a description node to describe data c. XML uses XSL to describe the data d. XML uses a validator to describe the data 99. Comments in XML document is given by: a. <? > b. <!!> c. <! > d. </ > 100. Which statement is true? a. An XML document can have one root element b. An XML document can have one child element c. XML elements have to be in lower case d. All of the above 101.Javascript is language. a. Application b. Programming c. Scripting d. None of These 102. When a user views a page containing a JavaScript program, which machine actually executes the script? a. The User's machine running a Web browser b. The Web server c. A central machine deep within Netscape's corporate offices d. None of the above 103. JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation. a. Client-side b. Server-side c. Local d. Native Fundaments of Web Designing 6
7 104. What should appear at the very end of your JavaScript? The <script LANGUAGE="JavaScript">tag a. The </script> b. The <script> c. The END statement d. None of the above 105. Which of the following can't be done with client-side JavaScript? a. Validating a form b. Sending a form's contents by c. Storing the form's contents to a database file on the server d. None of the above 106. Which of the following are capabilities of functions in JavaScript? a. Return a value b. Accept parameters and Return a value c. Accept parameters d. None of the above 107. tag is an extension to HTML that can enclose any number of JavaScript statements. a. <SCRIPT> b. <BODY> c. <HEAD> d. <TITLE> 108. Which of the following attribute can hold the JavaScript version? a. LANGUAGE b. SCRIPT c. VERSION d. None of the above 109. What is the correct JavaScript syntax to write "Hello World"? a. System.out.println("Hello World") b. println ( Hello World ) c. document.write("hello World") d. response.write("hello World") 110. Which of the following way can be used to indicate the LANGUAGE attribute? a. <LANGUAGE="JavaScriptVersion"> b. <SCRIPT LANGUAGE="JavaScriptVersion"> c. <SCRIPT LANGUAGE="JavaScriptVersion"> JavaScript statements </SCRIPT> d. <SCRIPT LANGUAGE="JavaScriptVersion"!> JavaScript statements </SCRIPT> 111. Inside which HTML element do we put the JavaScript? a. <js> b. <scripting> c. <script> d. <javascript> 112. Inside which HTML element do we put the JavaScript? a. <js> b. <scripting> c. <script> d. <javascript> 113. What is the correct syntax for referring to an external script called " abc.js"? a. <script href=" abc.js"> b. <script name= abc.js > c. <script src=" abc.js"> d. None of the above 114. What does the <noscript> tag do? a. Enclose text to be displayed by non-javascript browsers. b. Prevents scripts on the page from executing. c. Describes certain low-budget movies. d. None of the above 115. JavaScript entities start with and end with. a. Semicolon, colon b. Semicolon, Ampersand c. Ampersand, colon d. Ampersand, semicolon 116. Which of the following best describes JavaScript? a. low-level programming language. b. a scripting language precompiled in the browser. c. a compiled scripting language. d. an object-oriented scripting language Which of the following event fires when the form element loses the focus: <button>, <input>, <label>, <select>, <textarea>? a. onfocus b. onblur c. onclick d. ondblclick Fundaments of Web Designing 7
8 118. JavaScript is interpreted by a. Client b. Server c. Object d. None of the above 119. How to create a Date object in JavaScript? a. dateobjectname = new Date([parameters]) b. dateobjectname.newdate([parameters]) c. dateobjectname := new Date([parameters]) d. dateobjectname Date([parameters]) 120. The syntax of a blur method in a button object is a. Blur() b. Blur(contrast) c. Blur(value) d. Blur(depth) 121. The syntax of capture events method for document object is a. captureevents() b. captureevents(argseventtype) c. captureevents(eventtype) d. captureevents(eventval) 122. The syntax of close method for document object is a. Close(doC. B. Close(object) c. Close(val) d. Close() 123. <script type="text/javascript"> x=4+"4"; document.write(x); </script> Output------? a. 44 b. 8 c. 4 d. Error output 124. Scripting language are a. High Level Programming language b. Assembly Level programming language c. Machine level programming language 125. Choose the client-side JavaScript object: a. Database b. Cursor c. Client d. FileUpLoad 126. In JavaScript, Window.prompt() method return true or false value? a. False b. True 127. <script language="javascript"> function x() { document.write(2+5+"8"); } </script> a. 258 b. Error c. 7 d <script type="text/javascript"> var s = " or 80000?"; var pattern = /\d{4}/; var output = s.match(pattern); document.write(output); </script> a b c d. None of the above 129. JavaScript is Side Scripting Language. A.Browser B.ISP C.Noneof These D.Server 130. JavaScript is designed for following purpose a. To add interactivity to HTML Pages. b. To Execute Query Related to DB on Server c. To Perform Server Side Scripting Opertion Fundaments of Web Designing 8
9 d. To Style HTML Pages 131. JavaScript is can be written a. directly into HTML pages b. directly into JS file and included into HTML c. None of these d. directly on the Server Script 132. JavaScript is an language. a. Interpreted compiled 133.JavaScript Code is written inside file having extension. a. A.js b.jsc c.javascript d.jvs 134. Why JavaScript is called as Lightweight Programming Language? a. because we can add programming functionality inside JS b. because JS can provide programming functionality inside but up to certain extend. c. because JS is available free of cost. d. because JS is client side scripting 135. Local Browser used for validations on the Web Pages uses. A. Java B.CSS C.JS D.HTML 136. JavaScript Code can be called by using. a. Preprocessor b.rmi c. Function / Method d. Triggering Event 137. Select all the correct option(s). State the correct place of JS Code inside HTML a. Inside Body b. Inside Head c. All of these d. Inside Single JavaScript File 138. Which of the following Attribute is used to include External JS code inside your HTML Document a. link b. script c.ext d.src 139.XML a. Extensible Markup Language. B. Embedded Markup language c. Electronic Markup Language d. None of the above 140. Online Shopping a. E-Commerce b. Computerization of Commerce c. Computer Trade d.none of the above 141. Cyber space a. Anything associated with Internet b. Space for web design c. Server space d. None of the above 142. Intranet a. Computer Network within an Organisation b. Wide area Network c. Portal d. None of the above 143. Video streaming a. Delivering Live on the Internet b. Video on Demand c. Video editing d. Video compression 144. What is the ideal resolution of an image for web a. 72 dpi b. 300 dpi c. 100 dpi d. 250 dpi 145. Webcasting a. Casting of elements for web b. Broadcast over internet c. Hosting of web page d. None of the above 146. HTTP a. Hypermedia text transfer protocol b. Hypertext Transfer protocol. c. HTML testing programme d. None of the above 147. SMTP Fundaments of Web Designing 9
10 a. Simple Mail Transfer Protocol b. Synchronized Mail Transferring Programme c. System d. None of the above 148. FTP a. File Transfer Protocol b. File Testing Programme c. Film Technology Project d. None of the above 149. Cyber media a. Publication on Internet b. Print media c. Offline Media d. None of the above 150. Protocol a. A system for web programming b. A system for message exchange c. Name of a server d. None of the above 151.Social sites a. A web portal b. Platform for social relations c. A web sites dealing for social issuesd. None of the above Fundaments of Web Designing 10
11 ANSWERS 1 c 2 a 3 b 4 a 5 c 6 d 7 c 8 b 9 d 10 b 11 d 12 a 13 b 14 b 15 a 16 a 17 b 18 b 19 a 20 d 21 c 22 a 23 c 24 d 25 b 26 d 27 c 28 c 29 c 30 d 31 a 32 b 33 d 34 c 35 a 36 b 37 c 38 c 39 b 40 c 41 c 42 a 43 b 44 a 45 c 46 d 47 c 48 b 49 d 50 a 51 d 52 a 53 b 54 b 55 a 56 a 57 b 58 b 59 a 60 d 61 a 62 a 63 b 64 a 65 c 66 d 67 a 68 b 69 a 70 a 71 c 72 b 73 a 74 c 75 a 76 b 77 c 78 a 79 b 80 b 81 d 82 d 83 a 84 c 85 d 86 c 87 d 88 c 89 a 90 b 91 d 92 c 93 d 94 a 95 c 96 a 97 b 98 c 99 c 100 a 101-c 102-b 103-a 104a 105-c 106-c 107-a 108-a 109-c 110-c 111-c 112-c 113-c 114-a 115-d 116-d 117-b 118-a 119-a 120-a Fundaments of Web Designing 11
12 121-c 122-d 123-a 124-a 125-d 126-a 127-d 128-a 129-a 130-a 131-a&b 132-a 133-a 134-b 135-c 136-c&d 137-c 138-d 139-a 140-a 141-a 142-a 143-a 144-a 145-b 146-b 147-a 148-a 149-a 150-b 151-a Prepared by: Sri. Prem Daniel, Assistant Professor, GEMS College, Malappuram Reserved Fundaments of Web Designing 12
Introduction to XHTML. 2010, Robert K. Moniot 1
Chapter 4 Introduction to XHTML 2010, Robert K. Moniot 1 OBJECTIVES In this chapter, you will learn: Characteristics of XHTML vs. older HTML. How to write XHTML to create web pages: Controlling document
ICT 6012: Web Programming
ICT 6012: Web Programming Covers HTML, PHP Programming and JavaScript Covers in 13 lectures a lecture plan is supplied. Please note that there are some extra classes and some cancelled classes Mid-Term
HTML, CSS, XML, and XSL
APPENDIX C HTML, CSS, XML, and XSL T his appendix is a very brief introduction to two markup languages and their style counterparts. The appendix is intended to give a high-level introduction to these
Introduction... 3. Designing your Common Template... 4. Designing your Shop Top Page... 6. Product Page Design... 8. Featured Products...
Introduction... 3 Designing your Common Template... 4 Common Template Dimensions... 5 Designing your Shop Top Page... 6 Shop Top Page Dimensions... 7 Product Page Design... 8 Editing the Product Page layout...
HTML Basics(w3schools.com, 2013)
HTML Basics(w3schools.com, 2013) What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language. HTML is a markup language A markup language is a set of markup tags.
MULTIMEDIA JOURNALISM AND E-CONTENT DEVELOPMENT
UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION (2014 Admn. onwards) IV Semester Complementary Course for BMMC (UG SDE) MULTIMEDIA JOURNALISM AND E-CONTENT DEVELOPMENT Question Bank & Answer Key Choose
CSE 3. Marking Up with HTML. Tags for Bold, Italic, and underline. Structuring Documents. An HTML Web Page File
CSE 3 Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware Chapter 4: Marking Up With HTML: A Hypertext Markup Language Primer Fluency with Information Technology Third
Web Development 1 A4 Project Description Web Architecture
Web Development 1 Introduction to A4, Architecture, Core Technologies A4 Project Description 2 Web Architecture 3 Web Service Web Service Web Service Browser Javascript Database Javascript Other Stuff:
Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University
Web Design Basics Cindy Royal, Ph.D. Associate Professor Texas State University HTML and CSS HTML stands for Hypertext Markup Language. It is the main language of the Web. While there are other languages
An Attribute is a special word used inside tag to specify additional information to tag such as color, alignment etc.
CHAPTER 10 HTML-I BASIC HTML ELEMENTS HTML (Hyper Text Markup Language) is a document-layout and hyperlink-specification language i.e., a language used to design the layout of a document and to specify
Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence
Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Introduction Client-Side scripting involves using programming technologies to build web pages and applications that are run on the client (i.e.
CS412 Interactive Lab Creating a Simple Web Form
CS412 Interactive Lab Creating a Simple Web Form Introduction In this laboratory, we will create a simple web form using HTML. You have seen several examples of HTML pages and forms as you have worked
WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS (2011-2012)
WEB DESIGN LAB PART- A HTML LABORATORY MANUAL FOR 3 RD SEM IS AND CS (2011-2012) BY MISS. SAVITHA R LECTURER INFORMATION SCIENCE DEPTATMENT GOVERNMENT POLYTECHNIC GULBARGA FOR ANY FEEDBACK CONTACT TO EMAIL:
About webpage creation
About webpage creation Introduction HTML stands for HyperText Markup Language. It is the predominant markup language for Web=ages. > markup language is a modern system for annota?ng a text in a way that
The Web Web page Links 16-3
Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic HTML documents Describe several specific HTML tags and their purposes 16-1 Chapter Goals
Introduction to Web Design Curriculum Sample
Introduction to Web Design Curriculum Sample Thank you for evaluating our curriculum pack for your school! We have assembled what we believe to be the finest collection of materials anywhere to teach basic
Website Planning Checklist
Website Planning Checklist The following checklist will help clarify your needs and goals when creating a website you ll be surprised at how many decisions must be made before any production begins! Even
Creating HTML authored webpages using a text editor
GRC 175 Assignment 1 Creating HTML authored webpages using a text editor Tasks: 1. Acquire web host space with ad free provider 2. Create an index webpage (index.html) 3. Create a class management webpage
Short notes on webpage programming languages
Short notes on webpage programming languages What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of
So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.
Web Design 1A First Website Intro to Basic HTML So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going. Ok, let's just go through the steps
Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17
Web Design Revision AQA AS-Level Computing COMP2 204 39 minutes 39 marks Page of 7 Q. (a) (i) What does HTML stand for?... () (ii) What does CSS stand for?... () (b) Figure shows a web page that has been
Web Design with Dreamweaver Lesson 4 Handout
Web Design with Dreamweaver Lesson 4 Handout What we learned Create hyperlinks to external websites Links can be made to open in a new browser window Email links can be inserted onto webpages. When the
BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D
BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS COPYRIGHT 2013 TERRY ANN MORRIS, ED.D 1 LEARNING OUTCOMES Describe the anatomy of a web page Format the body of a web page with block-level elements
HTML. A computer network is a collection of computers linked through cables or wireless means.
What is a computer network? HTML A computer network is a collection of computers linked through cables or wireless means. What is Internet? Internet is a network of computers of different sizes and configurations
HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES HTML5 and CSS3 Part 1: Using HTML and CSS to Create a Website Layout Fall 2011, Version 1.0 Table of Contents Introduction...3 Downloading
Chapter 2 HTML Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D
Chapter 2 HTML Basics Key Concepts Copyright 2013 Terry Ann Morris, Ed.D 1 First Web Page an opening tag... page info goes here a closing tag Head & Body Sections Head Section
HTML Forms and CONTROLS
HTML Forms and CONTROLS Web forms also called Fill-out Forms, let a user return information to a web server for some action. The processing of incoming data is handled by a script or program written in
EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING
EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING The European Computer Driving Licence Foundation Ltd. Portview House Thorncastle Street Dublin 4 Ireland Tel: + 353
Creating your personal website. Installing necessary programs Creating a website Publishing a website
Creating your personal website Installing necessary programs Creating a website Publishing a website The objective of these instructions is to aid in the production of a personal website published on
Caldes CM12: Content Management Software Introduction v1.9
Caldes CM12: Content Management Software Introduction v1.9 Enterprise Version: If you are using Express, please contact us. Background Information This manual assumes that you have some basic knowledge
Interaction between browser and server. HTML (Hyper Text Markup Language)
Interaction between browser and server The client/server model is a computing model that acts as a distributed application which partitions tasks or workloads between the providers of a resource or service,
New Perspectives on Creating Web Pages with HTML. Considerations for Text and Graphical Tables. A Graphical Table. Using Fixed-Width Fonts
A Text Table New Perspectives on Creating Web Pages with HTML This figure shows a text table. Tutorial 4: Designing a Web Page with Tables 1 2 A Graphical Table Considerations for Text and Graphical Tables
How to Create an HTML Page
This is a step-by-step guide for creating a sample webpage. Once you have the page set up, you can add and customize your content using the various tags. To work on your webpage, you will need to access
With tags you can create italic or bold characters, and can control the color and size of the lettering.
HTML TUTORIAL TO UPDATE YOUR WEBSITE What Is a Tag? A tag is a method of formatting HTML documents. With tags you can create italic or bold characters, and can control the color and size of the lettering.
Urban Planet Website Content Management System. Step-by-Step Instructions
Urban Planet Website Content Management System Step-by-Step Instructions For steps with pictures, videos, version bugs, integration ideas, and more see http://uphelp.spps.org Department of Educational
Lesson Review Answers
Lesson Review Answers-1 Lesson Review Answers Lesson 1 Review 1. User-friendly Web page interfaces, such as a pleasing layout and easy navigation, are considered what type of issues? Front-end issues.
Script Handbook for Interactive Scientific Website Building
Script Handbook for Interactive Scientific Website Building Version: 173205 Released: March 25, 2014 Chung-Lin Shan Contents 1 Basic Structures 1 11 Preparation 2 12 form 4 13 switch for the further step
Advanced Drupal Features and Techniques
Advanced Drupal Features and Techniques Mount Holyoke College Office of Communications and Marketing 04/2/15 This MHC Drupal Manual contains proprietary information. It is the express property of Mount
JavaScript and Dreamweaver Examples
JavaScript and Dreamweaver Examples CSC 103 October 15, 2007 Overview The World is Flat discussion JavaScript Examples Using Dreamweaver HTML in Dreamweaver JavaScript Homework 3 (due Friday) 1 JavaScript
Foundation of Information Technology (Code No: 165) Sample Question Paper II Summative Assessment - Term II. Max Time: 3 hours Max Marks: 90 SECTION A
Foundation of Information Technology (Code No: 165) Sample Question Paper II Summative Assessment - Term II Class X (2015-16) Max Time: 3 hours Max Marks: 90 SECTION A Q1) Fill in the blanks: [10] i) TR
AJAX The Future of Web Development?
AJAX The Future of Web Development? Anders Moberg (dit02amg), David Mörtsell (dit01dml) and David Södermark (dv02sdd). Assignment 2 in New Media D, Department of Computing Science, Umeå University. 2006-04-28
FOUNDATION OF INFORMATION TECHNOLOGY Class-X (TERM II)
Sample Question Paper FOUNDATION OF INFORMATION TECHNOLOGY Class-X (TERM II) TIME : 3 Hrs MM : 80. SECTION A 1. Fill in the blanks: [10] 1.1 is the extension of an XML file. 1.2 attribute is used with
JISIS and Web Technologies
27 November 2012 Status: Draft Author: Jean-Claude Dauphin JISIS and Web Technologies I. Introduction This document does aspire to explain how J-ISIS is related to Web technologies and how to use J-ISIS
Contents. Downloading the Data Files... 2. Centering Page Elements... 6
Creating a Web Page Using HTML Part 1: Creating the Basic Structure of the Web Site INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Winter 2010 Contents Introduction...
07 Forms. 1 About Forms. 2 The FORM Tag. 1.1 Form Handlers
1 About Forms For a website to be successful, it is important to be able to get feedback from visitors to your site. This could be a request for information, general comments on your site or even a product
XHTML BASICS. Institute of Finance Management CIT Department Herman Mandari
XHTML BASICS Institute of Finance Management CIT Department Herman Mandari HTML Styles Introduces CSS to HTML The main purposes is to provide a common way to style all HTML elements Examples
COMMON CUSTOMIZATIONS
COMMON CUSTOMIZATIONS As always, if you have questions about any of these features, please contact us by e-mail at [email protected] or by phone at 1-800-562-6080. EDIT FOOTER TEXT Included
HTML Tables. IT 3203 Introduction to Web Development
IT 3203 Introduction to Web Development Tables and Forms September 3 HTML Tables Tables are your friend: Data in rows and columns Positioning of information (But you should use style sheets for this) Slicing
Creating a Resume Webpage with
Creating a Resume Webpage with 6 Cascading Style Sheet Code In this chapter, we will learn the following to World Class CAD standards: Using a Storyboard to Create a Resume Webpage Starting a HTML Resume
LAB MANUAL CS-322364(22): Web Technology
RUNGTA COLLEGE OF ENGINEERING & TECHNOLOGY (Approved by AICTE, New Delhi & Affiliated to CSVTU, Bhilai) Kohka Kurud Road Bhilai [C.G.] LAB MANUAL CS-322364(22): Web Technology Department of COMPUTER SCIENCE
QUESTION BANK COMPUTER SCIENCE. Class VIII LESSON-1 INTRODUCTION TO MS ACCESS
QUESTION BANK COMPUTER SCIENCE Class VIII LESSON-1 INTRODUCTION TO MS ACCESS 1. What is a database? 2. Explain various types of database? 3. What is Normalization? Why is it required? 4. Database 5. Table
HTML & XHTML Tag Quick Reference
HTML & XHTML Tag Quick Reference Interactive Media Center This reference notes some of the most commonly used HTML and XHTML tags. It is not, nor is it intended to be, a comprehensive list of available
Web Building Blocks. Joseph Gilbert User Experience Web Developer University of Virginia Library joe.gilbert@virginia.
Web Building Blocks Core Concepts for HTML & CSS Joseph Gilbert User Experience Web Developer University of Virginia Library [email protected] @joegilbert Why Learn the Building Blocks? The idea
Accessibility in e-learning. Accessible Content Authoring Practices
Accessibility in e-learning Accessible Content Authoring Practices JUNE 2014 Contents Introduction... 3 Visual Content... 3 Images and Alt... 3 Image Maps and Alt... 4 Meaningless Images and Alt... 4 Images
How to Manage Your Eservice Center Knowledge Base
Populating and Maintaining your eservice Center Knowledge Base Table of Contents Populating and Maintaining the eservice Center Knowledge Base...2 Key Terms...2 Setting up the Knowledge Base...3 Consider
Lab 1.3 Basic HTML. Vocabulary. Discussion and Procedure
Lab 1.3 Basic HTML The World Wide Web (commonly just called the web ) is an enormous and rapidly growing collection of documents stored on computers all around the world connected by the Internet. In addition
Internet Technologies
QAFQAZ UNIVERSITY Computer Engineering Department Internet Technologies HTML Forms Dr. Abzetdin ADAMOV Chair of Computer Engineering Department [email protected] http://ce.qu.edu.az/~aadamov What are forms?
What is HTML? a)hyper Text Marking Language b) Hyper Text Machine Language c)hyper Text Middle Language d)hyper Text Markup Language
ONE MARKS QUESTIONS What is HTML? a)hyper Text Marking Language b) Hyper Text Machine Language c)hyper Text Middle Language d)hyper Text Markup Language 1. In email address character is essential a) _
Module 6 Web Page Concept and Design: Getting a Web Page Up and Running
Module 6 Web Page Concept and Design: Getting a Web Page Up and Running Lesson 3 Creating Web Pages Using HTML UNESCO EIPICT M6. LESSON 3 1 Rationale Librarians need to learn how to plan, design and create
7 th Grade Web Design Name: Project 1 Rubric Personal Web Page
7 th Grade Web Design Name: Project 1 Rubric Personal Web Page Date: Grade : 100 points total A+ 100-96 Challenge Assignment A 95-90 B 89-80 C 79-70 D 69-60 Goals You will be creating a personal web page
Basic Website Maintenance Tutorial*
Basic Website Maintenance Tutorial* Introduction You finally have your business online! This tutorial will teach you the basics you need to know to keep your site updated and working properly. It is important
Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates
Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates What is a DIV tag? First, let s recall that HTML is a markup language. Markup provides structure and order to a page. For example,
ICE: HTML, CSS, and Validation
ICE: HTML, CSS, and Validation Formatting a Recipe NAME: Overview Today you will be given an existing HTML page that already has significant content, in this case, a recipe. Your tasks are to: mark it
Web Development CSE2WD Final Examination June 2012. (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?
Question 1. (a) Which organisation is primarily responsible for HTML, CSS and DOM standards? (b) Briefly identify the primary purpose of the flowing inside the body section of an HTML document: (i) HTML
CGI Programming. What is CGI?
CGI Programming What is CGI? Common Gateway Interface A means of running an executable program via the Web. CGI is not a Perl-specific concept. Almost any language can produce CGI programs even C++ (gasp!!)
CREATING WEB PAGES USING HTML INTRODUCTION
CREATING WEB PAGES USING HTML INTRODUCTION Web Page Creation Using HTML: Introduction 1. Getting Ready What Software is Needed FourSteps to Follow 2. What Will Be On a Page Technical, Content, & Visual
Umbraco v4 Editors Manual
Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...
M3-R3: INTERNET AND WEB DESIGN
M3-R3: INTERNET AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER
SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1
SUBJECT TITLE : WEB TECHNOLOGY SUBJECT CODE : 4074 PERIODS/WEEK : 4 PERIODS/ SEMESTER : 72 CREDIT : 4 TIME SCHEDULE UNIT TOPIC PERIODS 1. INTERNET FUNDAMENTALS & HTML Test 1 16 02 2. CSS & JAVASCRIPT Test
Cisco Adaptive Security Appliance (ASA) Web VPN Portal Customization: Solution Brief
Guide Cisco Adaptive Security Appliance (ASA) Web VPN Portal Customization: Solution Brief Author: Ashur Kanoon August 2012 For further information, questions and comments please contact [email protected]
Using an external style sheet with Dreamweaver (CS6)
Using an external style sheet with Dreamweaver (CS6) nigelbuckner.com 2012 This handout explains how to create an external style sheet, the purpose of selector types and how to create styles. It does not
Cascading Style Sheet (CSS) Tutorial Using Notepad. Step by step instructions with full color screen shots
Updated version September 2015 All Creative Designs Cascading Style Sheet (CSS) Tutorial Using Notepad Step by step instructions with full color screen shots What is (CSS) Cascading Style Sheets and why
ITNP43: HTML Lecture 4
ITNP43: HTML Lecture 4 1 Style versus Content HTML purists insist that style should be separate from content and structure HTML was only designed to specify the structure and content of a document Style
Web Development I & II*
Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology
Formatting Text in Blackboard
Formatting Text in Blackboard If you want to spice up your blackboard announcements with different color of the text, bolded text, italicized text, lists, tables and images you can do so by typing HTML
Introduction to HTML
Introduction to HTML What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file is a text file containing small markup tags The markup tags tell the Web browser how to display the page
Creating an HTML Document Using Macromedia Dreamweaver
INFORMATION SYSTEMS SERVICES Creating an HTML Document Using Macromedia Dreamweaver This tutorial workbook contains a series of exercises that give an introduction to creating HTML documents for the World
By Glenn Fleishman. WebSpy. Form and function
Form and function The simplest and really the only method to get information from a visitor to a Web site is via an HTML form. Form tags appeared early in the HTML spec, and closely mirror or exactly duplicate
«W3Schools Home Next Chapter» JavaScript is THE scripting language of the Web.
JS Basic JS HOME JS Introduction JS How To JS Where To JS Statements JS Comments JS Variables JS Operators JS Comparisons JS If...Else JS Switch JS Popup Boxes JS Functions JS For Loop JS While Loop JS
c. Write a JavaScript statement to print out as an alert box the value of the third Radio button (whether or not selected) in the second form.
Practice Problems: These problems are intended to clarify some of the basic concepts related to access to some of the form controls. In the process you should enter the problems in the computer and run
Help on Icons and Drop-down Options in Document Editor
Page 1 of 5 Exact Synergy Enterprise Help on Icons and Drop-down Options in Document Editor Introduction The following table provides descriptions on the icons and drop-down options that are available
The McGill Knowledge Base. Last Updated: August 19, 2014
The McGill Knowledge Base Last Updated: August 19, 2014 Table of Contents Table of Contents... 1... 2 Overview... 2 Support... 2 Exploring the KB Admin Control Panel Home page... 3 Personalizing the Home
Example. Represent this as XML
Example INF 221 program class INF 133 quiz Assignment Represent this as XML JSON There is not an absolutely correct answer to how to interpret this tree in the respective languages. There are multiple
Client-side Web Engineering From HTML to AJAX
Client-side Web Engineering From HTML to AJAX SWE 642, Spring 2008 Nick Duan 1 What is Client-side Engineering? The concepts, tools and techniques for creating standard web browser and browser extensions
Version 4.0. Unit 3: Web Design. Computer Science Equity Alliance, 2011. Exploring Computer Science Unit 3: Web Design 102
Unit 3: Web Design Computer Science Equity Alliance, 2011 Exploring Computer Science Unit 3: Web Design 102 Introduction The Web Design unit builds on the concepts presented in the previous units by having
How to Use the Text Editor in Blackboard
How to Use the Text Editor in Blackboard The image below is the text editor in Blackboard. No matter you add an item or discussion forum for your course as an instructor, post threads and replies on a
Advanced Web Design. Zac Van Note. www.design-link.org
Advanced Web Design Zac Van Note www.design-link.org COURSE ID: CP 341F90033T COURSE TITLE: Advanced Web Design COURSE DESCRIPTION: 2/21/04 Sat 9:00:00 AM - 4:00:00 PM 1 day Recommended Text: HTML for
Website Development Komodo Editor and HTML Intro
Website Development Komodo Editor and HTML Intro Introduction In this Assignment we will cover: o Use of the editor that will be used for the Website Development and Javascript Programming sections of
Web Portal User Guide. Version 6.0
Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries
Programming the Web 06CS73 SAMPLE QUESTIONS
Programming the Web 06CS73 SAMPLE QUESTIONS Q1a. Explain standard XHTML Document structure Q1b. What is web server? Name any three web servers Q2. What is hypertext protocol? Explain the request phase
