CCS06
How can you add a one line comment in a JavaScript? //This is a comment 'This is a comment !--This is a comment-- * Comment to *
//This is a comment
What was considered to be the prototype of the modern Internet? ARPANET NSFNET INTERNET BACKBONE WWW
ARPANET
Are the ones that could manipulate and give specifications in tags. Tags Attributes Elements Header
Attributes
These are simple line drawing that show the placement of elements on a web page. Website wireframes Mockups Wireframes Both Website wireframes and Wireframes
Both Website wireframes and Wireframes
Where is the correct place to insert a JavaScript? The head section Both head and body The body section None
Both head and body
A set of style rules that tell the web browser to present a web page or document Javascript HTML CSS PHP
CSS
Allows you to create different styles for the same HTML element Class Selector Property Value
Class
Is a container that divides the HTML document into sections Class Id Div Span
Div
It is the easier / more readable / more understandable format of an IP Address Domain name Translator DNS HTTP
Domain name
The basic unit of an html Tags Attributes Elements Header
Elements
Type of CSS where connection is made via the link tag - showing that your designs are on a different file Inline Internal External Import
External
ASP.Net is an example of client scripting language. True False
False
ASP.Net is owned by the Google Corporation since 2010. True False
False
Java and JavaScript are the same language. True False
False
Professional web designers use divisions for layouts. True False
False
Rules and conventions when naming files: "Advised to write the filename in all caps." True False
False
Rules and conventions when naming files: "It is not acceptable to end an HTML webpage with .htm" True False
False
Rules and conventions when naming files: "You can insert special characters like %,#,:" True False
False
The external JavaScript file must contain the script tag. True False
False
A programming specification for how web pages can be written. XML HTML XHTML Java
HTML
The standard protocol being used in the Web FTP TFTP HTTP ICMP
HTTP
It is the primary system of networks connecting both major connection and Internet users to the Internet itself. ARPANET NSFNET INTERNET BACKBONE WWW
INTERNET BACKBONE
Allows you to create different styles but can only be applied once Class Id Pseudo-Element Comment
Id
Type of CSS that is the least flexible and requires each element to be tagged if you want them to appear differently Inline Internal External Import
Inline
Type of CSS that is placed inside the head and style tag - best used when a single page requires a unique style sheet Inline Internal External Import
Internal
The very first high-speed backbone that was created in 1987. ARPANET NSFNET INTERNET BACKBONE WWW
NSFNET
Part of the CSS syntax which is the attribute of the selector that you wish to change Class Selector Property Value
Property
Part of the CSS syntax which is the basic HTML element tag you wish to define Class Selector Property Value
Selector
Who developed the WWW? James Gosling Tim Berners-Lee Bjarne Stroustrup Google Corporation
Tim Berners-Lee
Basic web designers use table for basic layouts. True False
True
C# and Visual Basic can be used as a programming language in ASP.Net. True False
True
CSS External Style can be access by link tag. True False
True
Rules and conventions when naming files: "Never use character spaces within filenames." True False
True
The img tag is an example of an element without an ending tag. True False
True
It is the address used for the web - a pointer to some bit of data. It is the one we enter in the address bar. IP Adress URL HTTP Markup
URL
It is the original address that the websites use in order to pinpoint their right location over the Internet IP Address URL HTTP None
URL
Part of the CSS syntax which is the particular markup content for that attribute Class Selector Property Value
Value
It is the main international standard organization which was created by Tim Berners-Lee to decide the rules and protocols over the web. Microsoft IBM W3C XML
W3C
It is an open source information space where web documents and other web resources are identified by URLs and can be accessed via the Internet. ARPANET NSFNET INTERNET BACKBONE WWW
WWW
These are the translators of the data over the web for the clients/users to understand Web Browsers Web Server Web Client Web Servers
Web Browsers
It is a single document in the web. Web Page Website Web Server Web Client
Web Page
It is a computer that serves as a storage for your web pages Web Page Website Web Server Web Client
Web Server
A collection of web pages that organized together to have a common goal. Web Page Website Web Server Web Client
Website
Are simple line drawings that show the placement of elements on a web page. Blue Print Wireframe Flowchart Planner
Wireframe
A specification that grew out of HTML that lets developers define their own markup language. Javascript HTML XHTML XML
XML
A tag that identifies a link or a location within a document a href vlink alink
a
A tag that identifies a link or a location within a document that creates hyperlink using HREF = attribute. a href link a href
a
In Javascript, write "Hello World" in an alert box? msg("Hello World"); alert("Hello World"); Alert("Hello World"); msgBox("Hello World");
alert("Hello World");
Attribute of the img tag that specifies an alternate text for an image, if the image cannot be displayed alt src itle fn
alt
Defines the area within as an HTML page body head html title
body
Surrounds the text of the page, consists primarily the main content of the web page. body head html title
body
A table attribute specifies the amount of horizontal and vertical space between each cell's border and the contents of the cell cellpadding cellspacing align caption
cellpadding
Specifies the amount of horizontal and vertical spaces between each cell's border and contents cellbreak cellseparator cellspacing cellpadding
cellpadding
A table attribute that specifies the amount of horizontal and vertical space between table cells. cellpadding cellspacing align caption
cellspacing
Specifies the amount of horizontal and vertical spaces between cells cellbreak cellseparator cellspacing cellspacing
cellspacing
What is the correct syntax to change the font color into red? font-color: red; color: red; font-weight: red; font:color red;
color: red;
Attribute of the td tag that determines how many spaces across it will consume colspan width rowspan height
colspan
In Javascript, how can a webpage ask a question to a user with only "true" or "false" are the allowable answers? confirm() prompt() alert() msgBox()
confirm()
The child tag for description lists that describes terms/names li dt dd caption
dd
The child tag for description lists that defines terms/names li dt dd caption
dt
How do you create a function in JavaScript? function: functioname() function functioname() function = functioname() function call
function: functioname()
It specifies the relative or absolute location of a file to which you want to provide a hyperlink. a href link a href
href
The child tags for ordered lists li dt dd caption
li
Appears in web browsers as bulleted lines of text italic list bold bold
list
The tag used for scrolling a piece of text or image displayed body scroll marquee style
marquee
The parent tag for ordered lists li dl ol ul
ol
Attribute of the td tag that determines how many spaces downward it will consume colspan width rowspan height
rowspan
Inside which HTML element do we put the JavaScript? scripting script javascript js
script
What is the correct syntax for referring to an external script called "myscript.js"? script href="myscript.js" script src="myscript.js" script name="myscript.js javascript href="myscript.js"
script src="myscript.js"
Attribute of the img tag that specifies the filename of the image alt src title fn
src
The most used tag to change the look of texts in your web site. br hr font style
style
Are collections of rows and columns that you use to organize and display data on your web cell tables division span
tables
Provides a balloon text whenever the mouse is hovered over the image alt src title fn
title
The parent tag for unordered lists li dl ol ul
ul
How do you declare a JavaScript variable? v myName; variable myName; var myName; intvarmyName
var myName;