Follow and like us on our Facebook page where we post on the new release subject and answering tips and tricks to help save your time so that you can never feel stuck again.
Shortcut

Ctrl + F is the shortcut in your browser or operating system that allows you to find words or questions quickly.

Ctrl + Tab to move to the next tab to the right and Ctrl + Shift + Tab to move to the next tab to the left.

On a phone or tablet, tap the menu icon in the upper-right corner of the window; Select "Find in Page" to search a question.

Share Us

Sharing is Caring

It's the biggest motivation to help us to make the site better by sharing this to your friends or classmates.

Web Development

Involves designing, building, maintaining websites and web applications utilizing programming languages to create functional and visually appealing experiences.

html

css

javascript

responsive design

user experience

accessibility

web standards

seo

front-end development

back-end development

web frameworks

cms

database

security

testing

What is the difference between Front-End Development and Back-End Development?

  • [No Answer]

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q38.jpg
  • Function
  • Object
  • Undefined

Which image tag is required for strict _XHTML compliance? It specifies text to be displayed whilst the image is loading which shows on the web page particularly if there is a slow connection and the image takes a long time to load

  • Jpg
  • Img
  • Src
  • Alt

The pseudo class :checked will select inputs with type radio or checkbox, but not < option > elements.

  • True
  • False

Which HTML tag pair is used to specify table headings?

  • <td> </td>
  • <th> </th>
  • <head> </head>
  • <tr> </tr>

Use the _______________ element to configure text to be emphasized and displayed in an italic font style.

  • [No Answer]

The radio type input is responsible for playing music on a page.

  • True
  • False

Which of the following is the intended use of tables on web pages?

  • configuring the layout of an entire page
  • organizing information
  • forming hyperlinks
  • configuring a resume

Are CSS property names case-sensitive?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q13.jpg
  • Yes
  • No

What does the Body tag in HTML generally contain?

  • Data about the website, like website title, and links to other style sheets
  • The main content of the web-page, like text and images
  • The bottom part of a web-page, containing links to social media

The special set of characters that indicates the start and end of an HTML element and that element's type is the

  • Website Structure
  • Website Content
  • HTML Tag
  • HTML Element

How can you create an email link?

HTML means

  • Hyper Text Message Language
  • Hyper Text Machine Language
  • Hyper Text Mental Language
  • Hyper Text Massive Language

Which of the following correctly define a CONSTANT variable num with a value of 5?

  • constant("num",5)
  • define(5,"num")
  • constant(5,"num)
  • define("num",5)

$conn = mysqli_connect(?);The ? should be replaced with

  • $servername, $username, $password, $database
  • $username, $servername, $password, $database
  • $servername, $password, $username, $database
  • $servername, $username, $database, $password

When was the 3rd version of PHP released?

  • 2000
  • 1998
  • 2004
  • 1997

What is the correct format for aligning written content to the center of the page in CSS?

  • Text-align:center;
  • Font-align:center;
  • Text:align-center;
  • Font:align-center;

Change Top header background color theme oceanwp? Appearance / Customize/ Header______________

  • •Appearance / Customize/ Header/ General/ top header

_______ is a title or summary for a document or section of a document.

  • Heading

Which of the following image file types can be made into animations?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/c0605101-9ba4-4d5d-9a86-1f07f644f580?w=200&h=200
  • Jpeg
  • Bitmap
  • Gif
  • Png

Which of the following image file types can be used to display photographs on a web page? There are two correct answers

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/c0605101-9ba4-4d5d-9a86-1f07f644f580?w=200&h=200
  • Jpeg
  • Jpeg
  • Bitmap
  • Gif
  • Png

characters entered in this field are in a masked text.

  • check
  • password type
  • submit type
  • file type

The correct HTML tag to make text italic is "italic"

  • True
  • False

After watching the Video below what would you say is an important element to factor into your web development project. Choose the best answer.

  • Twitter
  • Young People
  • Online Dating
  • Facebook
  • Social Media

HTML stands for:

  • Hyper Text Markup Language

It is used when the sequence of the list items is important.

  • ordered lists

HTML:What does the scoped attribute do?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q7.jpg
  • Applies style rules to elements succeeding it, but with the same parent element
  • Applies style rules to all children of the scoped parent element
  • Applies style rules to IE browsers only
  • None of the above

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q35.jpg
  • 1
  • 2
  • 3
  • 4
  • Undefined

What does the Footer of a website generally refer to?

  • The top part of a web-page, containing the company's logo, and links to other pages
  • The main part of the web-page, containing all the content held within the website.
  • The bottom part of a web-page, usually containing links to social media and a contact email

Which of the following are considered server-side languages? (You can select multiple answers)

  • PHP
  • PHP
  • HTML
  • CSS
  • Node.JS

Which technology is a client-side technology and allows a control to continue functioning even when the ViewState property is turned off?

  • Session State
  • Control State
  • Application State
  • View State

It is a single screen consists of a number of separate HTML documents that interact with each other

  • fra
  • table
  • forms
  • CSS

Closely connected or appropriate to the matter at hand

  • CSS Selector
  • Search Engine
  • Algorithm
  • Relevant

What is the correct format for changing the background colour of a div in CSS?

  • Bg-color:red;
  • Background:red;
  • Background-colour:red;
  • Background-color:red;

Which of the following tags are related to tablesin HTML?

  • <table> <thead> <tbody>
  • <table> <row> <column>
  • <table> <tr> <td>
  • <table> <theader> <tfooter>

Which is a read-only control that a user cannot modify directly, but the contents of which may be changed programatically if required?

  • ListBox
  • TextBox
  • Label
  • ComboBox

HTML provides 5 heading tags h1 to h5

  • HTML provides 5 heading tags h1 to h5
  • Select one:
  • True
  • False

ALERT is used for

  • [No Answer]

How many ways can you apply colors in CSS?

  • 1
  • 2
  • 3
  • 4

Which HTML element uses a border attribute todisplay a table with a border?

  • <td>
  • <tr>
  • <table>
  • <tableborder>

Use the _______________ element to configure text to have strong importance and display in a bold font weight.

  • [No Answer]

A hyperlink can be text or an image. True or false?

  • True
  • False

element of a table can contain images.

  • True
  • False
  • It depends

Web documents contain _______________ levels of heading.

  • 6

array_unshift() is used to

  • delete element at the beginning of array
  • delete element at the end of array
  • add element to the beginning of array
  • add element at the end of array

_Select the rule set to make all the text in your web page blue and centered.

  • p { color: blue;}
  • body { text-align: left; color: blue;}
  • p { text-align: center; color: blue;}
  • body {text-align: center;color: blue;}

Gives the location and filename of a document

  • PAths
  • Link
  • file
  • documents

In HTML form, the way to mention a field is compulsory:

  • Required is used in form tag
  • Checkform is used
  • Javascript is used
  • required is used in particular field

It’s an electronic device for the visual presentation of data or images:

  • keyboard
  • display
  • CPU
  • camera

Which of the following is an instruction to the web browser about what version of the markup language the page is written in?

  • Markup
  • Meta tag
  • DSS
  • Doctype

Which of the following is the default bullet type in an unordered list?

  • square
  • disc
  • circle
  • round

Which technology can be used like a database but read by any text editor?

  • XML
  • HTML
  • CSS
  • JavaScript

Who created Perl Scripts?

  • Linus Torvald
  • Rasmus Lerdorf
  • Vincent Pompier
  • Vincent Pontier

Which code is correct?

  • <img src="#">
  • <image src="#">
  • <img source="#">

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q41.jpg
  • Number
  • Undefined
  • Object
  • Error

Keyboard, buttons on the keyboard, mouse, camera, and microphone

  • algorithm
  • examples of inputs
  • processing
  • examples of outputs

•a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.

  • CSS

Enter the completion of the code:

  • [No Answer]

It permits true color images, variable transparency, platform-independent display, and a fast 2D interlacing scheme.

  • gif
  • png
  • jpeg
  • tiff

Fill in the blanks to create an order list starting at 10.<_ _="10">HTMLCSS

  • ol start

Fill in the blank< a ____ = "http://www.google.com"> Google search engine

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/9bfe3b03-9ba5-4b73-8d9a-608ca29037a5?w=200&h=200
  • href

HTML:Does main2.css have to be downloaded and parsed before Paragraph 1 is rendered on the page?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q12.jpg
  • Yes
  • No

Steps to Change links effect menu ?Appearances/ customize/ header / ____________

  • •Appearance / Customize/ Header/ Menu/ Link effect Menu

•contacts the form-processing server and sends the form data in a single transmission step:

  • method
  • post
  • get
  • name

What is the color of the text Sausage ?HTML:CSS: Image: https://media.proprofs.com/images/QM/user_images/2733768/q20c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q20h.jpg
  • Red
  • Blue
  • Neither

IDE means

  • Integrator Development Environment
  • Integrated Development Enterprise
  • Integrated Development Environment

Which technologies can be used to initialise variables etc on a page? (Select Four)

  • Global.asax (Missed)
  • Global.asax (Missed)
  • Page_Load (Missed)
  • Application_Start (Missed)
  • DTD Validation
  • _Session_Start (Missed)

CSS stands for:

  • Cascading Style Sheets

What is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q33.jpg
  • Number
  • Function
  • Undefined
  • Error

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q39.jpg
  • 1
  • 2
  • 3
  • Undefined

A domain name is a identification label.

  • True
  • False

Fill in the blankA hyperlink which leads to another web page which is part of a different website is called an ________ hyperlink.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/049c118a-99c0-455d-b846-545e25f3ee66?w=200&h=200
  • external

Does setting padding-top and padding-bottom on an inline element add to its dimensions?

  • Yes
  • No

What form elements are used in creating this drop-down list?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/fd4fe756-f699-4def-9776-701891911fb6?w=200&h=200
  • <select> and <option>
  • <label> and <input>
  • <textarea> and <input>
  • <select> and <input>

What is the runtime complexity of Fibonacci sequence?

  • O(on)
  • O(2n)
  • (n)
  • N (o)

Which of the following is a self-contained tag?

  • <html>
  • <body>
  • <br>
  • <title>

Which icon is used for closing a code in HTML?

  • /
  • >
  • <

Hypertext Markup Language, a language used to create web pages

  • HTML
  • CSS Selector
  • Heading
  • Coding

To make your image smaller or larger without cutting anything out:

  • to shrink
  • to enlarge
  • to resize
  • to decrease

HTML:Is the above HTML valid?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q4.jpg
  • Yes
  • No

What alters the layout of a web page?

  • XML
  • _XHTML
  • CSS
  • JavaScript
  • HTML

Use POST method whensending forms that have many fields, or ones that have long text fields

  • True
  • False

What does FTP stand for?

  • Files To Put online
  • File Transfer Protocol
  • File Transfer Please

A collection of interlinked web pages on the World Wide Web

  • website
  • content
  • footprint
  • heading

Which rule set would change the font size to 24?

  • font-size: 24
  • size: 24;
  • font-size: 24;
  • font size: 24;

What HTML input type is used to create this form checkbox?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/6fc8aed5-1684-40f2-9603-5c7387d49f07?w=200&h=200
  • <input type="text">
  • <input type="checkbox">
  • <input type="password">
  • <input type="radio">

This points to files based on their locations relative to the current file

  • relative path

The collected information about an individual across multiple websites on the internet is?

  • HTML Elements
  • Heading
  • Website structure
  • Digital Footprint

What is the default alignment for elements on a web page?

  • center
  • left
  • right
  • wherever you type them in the source code

Which of the following CSS configures the td and th element selectors with a border?

  • td& th { border: 1px;}
  • td, th { border: 1px;}
  • td; th { border: 1px;}
  • td, th { border= 1px;}

protected $numThe variable $num can be accessed

  • its class and all derived classes from different class.
  • anywhere
  • its class and class derived from the class only

In what situation should you use the < small > tag?

  • When you want to create subheading after a < h1 > element
  • When you want to add copyright information inside a < footer >
  • Both situations

HTML:CSS:Does overflow: hidden create a new block formatting context? Image: https://media.proprofs.com/images/QM/user_images/2733768/q29c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q29h.jpg
  • Yes
  • No

What is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q32.jpg
  • 1
  • 10
  • Function
  • Undefined
  • Error

Which of the following is the correct tag to code a hyperlink?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/b4dd6add-2285-4c12-b875-f7c766433ec4?w=200&h=200
  • <a>
  • <link>
  • <hyperlink>
  • <li>

What is used to define the structure of an XML document, in a more advanced way than DTD Document Type Definition Validation?

  • HTML5
  • _XHTML
  • CSS
  • XML Schema

Which tag configures the next element or portion of text to display on a new line?

  • <line>
  • <nl>
  • <new>
  • <br>

Fill in the blankCoding a hyperlink with a relevant ___________ helps people to understand where the link takes them.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/0549c3a0-efbf-4105-a9f8-9adb4e16d672?w=200&h=200
  • description

What are four ways of navigating to another web page in ASP?

  • Cross-page posting using PostBackURL (Missed)
  • Cross-page posting using PostBackURL (Missed)
  • Response.Redirect("URL")
  • Response.Write("URL")
  • Server.Transfer("URL")
  • Response.Write("a href="URL">click here")

Which type of software fits the following description?This type of software allows the user to find web pages which contain key words.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/70dd4f08-9e43-4b5a-a3f5-79f90bc84243?w=200&h=200
  • Internet browser
  • Search engine
  • Text editor
  • Internet viewer

merges three cells horizontally?

  • colmerge=”3”
  • rowspan=”3”
  • rowmerge=”3”
  • colspan=”3”

What is a web server?

  • Computer program that delivers content
  • World Wide Web
  • A remote computer that is used to network computers

Which tag would you use to insert a image?

  • <marquee>
  • < a href>
  • <br>
  • <img src>

Which two objects can be used to read and write XML data eg to a text file?

  • _XHTML
  • XML
  • XMLReader (Missed)
  • XMLWriter (Missed)

It’s a collection of web pages identified by a common domain name and published on at least one web server:

  • website

Controls whether all frames within the frameset display border (acting as divider between frame edges).

  • frameborder
  • framespacing
  • border

What allows data to be sent between a web page and a server without fully refreshing the web page?

  • DOM Document Object Model
  • JavaScript
  • AJAX
  • Session State

It’s an open source toolkit for developing, with HTML, CSS, and JS.:

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/5647220b-f7f6-48e7-b9cb-4217ba953b91?w=200&h=200
  • Bootstrap
  • Cascading Style Sheets
  • Hyper Text Markup Language
  • Javascript

Loads the linked document into the full browser window with the URL specified by the HREF attribute.

  • •TARGET="_top"
  • •TARGET="_blank"
  • •TARGET="_self"

HTML Language uses

  • Tabs
  • Tags
  • Punctuation
  • Quotations

Which of the following element is used to describe the table of contents?

  • <title>
  • <th>
  • <caption>
  • <td>

onsubmit is a

  • event

How many top-level elements can an XML document contain?

  • 0
  • 1
  • 2
  • Unlimited

The text displayed within a table ______________ element is always centered and bold.

  • header

What is <> called?

  • Open parenthasis
  • Closed parenthasis
  • Less than and greater than
  • None of the above

The layout of different pieces of content in a web page

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/8bb94601-3261-4a22-8a74-e30f8c1281b4?w=200&h=200
  • Website Structure
  • Website Content
  • Website Tag
  • Website Element

This element defines a single frame within a frameset

  • [No Answer]

Which of the following deletes the last element in an array?

  • array_pop()
  • array_remove()
  • array_push()
  • array_shift()

Which command is used to link an ASP.NET web page with a programming language eg C# so that C# commands are executed and linked to buttons and other controls on the web page?

  • Cross Page Posting
  • AutoEvent Wireup
  • Postback
  • Visual Studio

A piece of a website, marked by a start tag and often closed with an end tag

  • HTML element
  • HTML
  • HTML Tag
  • Website structure

What is the name given to the library of all items stored in .NET?

  • AJAX
  • FCL Framework Class Library
  • JQuery
  • DLL Dynamic Link Library

CSS Style that define and call in one file.

  • Inline
  • External
  • Internal/embedded

Where should a CSS file be referenced in a HTML file?

  • Before any HTML code
  • After all HTML code
  • Inside the head section
  • Inside the body section

Choose the correct HTML tag for the largest heading

  • H6
  • H3
  • H1

The basic syntax of PHP is

  • <?php ...>
  • <php ... >
  • <?php ... ?>
  • <php ... ?>

Appearance / Customize/ General option/ Page-title______________

  • •Appearance / Customize/ General option/ Page-title/ style / hidden

means

  • Paragraph
  • Sentence
  • Letters

What type of web hosting did we not talk about in class

  • Shared Web Hosting
  • Virtual Private Server Hosting
  • Unified Location Hosting

sets the color of words in a paragraph

  • h1 {color: pink;}
  • img {color: pink;}
  • body {color: pink;}
  • p {color: pink;}

Does setting margin-top and margin-bottom have an affect on an inline element?

  • Yes
  • No

As of August 2010 the most popular web browser used to access the internet was

  • Internet Explorer
  • Safari
  • Google Chrome
  • Opera
  • Firefox

HTML:Does main1.css have to be downloaded and parsed before main2.css can be fetched?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q11.jpg
  • Yes
  • No

Which of the following is a reason that the text contained by the title tag should be descriptive and include the name of the business or organization?

  • The title is saved by default when a visitor bookmarks a web page.
  • The title may be printed when a visitor prints a web page.
  • The title may be listed in search engine results.
  • All of the above are reasons that the text contained by the title tag should be descriptive and include the name of the business or organization.

What is the first tag we put on the top of a basic HTML page?HINT: < >

  • HTML
  • HTML
  • Question text

Which is a client-side technology that saves data on a web page between refreshes? It saves the state of the form and controls between postback page refreshes.

  • Application State
  • Control State
  • View State
  • Session State

Front Page Home

  • Pages/ all pages / Home / Page template/ Front Page
  • Settings / write / Choose Statics Page / Then Homepage Choose / Home.
  • Settings / Reading / Choose Statics Page / Then Homepage Choose / Home.
  • Appearance /menus / then front Page

Which HTML tag is used to display the largest heading?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/b4dd6add-2285-4c12-b875-f7c766433ec4?w=200&h=200
  • <p>
  • <title>
  • <h1>
  • <h6>

What is the correct format for a div?

  • Div-id=example
  • Div id="example"
  • Div="example"
  • Div.example

Which has stricter standards of coding?

  • CSS
  • HTML
  • _XHTML

Choose the IDEs below

  • Dreamweaver
  • Dreamweaver
  • Text Edit
  • Wordpad
  • Notepad Plus Pluss

Year PHP version 5 was released.

  • 2002
  • 2000
  • 2004
  • 1992

What does the Main of a website generally refer to?

  • The top part of a web-page, containing the company's logo, and links to other pages
  • The main part of the web-page, containing all the content held within the website.
  • The bottom part of a web-page, usually containing links to social media and a contact email

Mention any two attributes of table tag?

  • [No Answer]

If you have a page of search results and want to highlight the search term, what HTML tag would you use?

  • < em >
  • < strong >
  • < mark >
  • < highlight >

Who designed the logo of php?

  • Vincent Prontier
  • Ratmus Nerdorf
  • Vincent Pontier
  • Rasmus Lerdorf

steps to change menu style

  • Appearances/ customize/header/ general/ style/medium
  • Appearances/ customize/header/ general/ style/minimal
  • Appearances/ customize/header/ general/ style/menu
  • Appearances/ customize/header/ style/menu

Can you provide some examples of methods to host a website?

  • [No Answer]

What is the correct tag for a line break?

  • "brk /"
  • "line /"
  • "bk /"
  • "br /"

A CSS file can be applied to only one HTML file.

  • True
  • False

Where can a script tag be placed directly within an HTML document?

  • <body>
  • <body>
  • <head>

What are some common IDEs used to program web?

  • Visual Studio Code
  • Visual Studio Code
  • Visual Studio Community
  • Notepad++
  • Atom

•The biggest tool to allow your readers to communicate with you via the Web.

  • table
  • list
  • frames
  • hyperlinks

ALERT has a text box to type the input

  • TRUE
  • FALSE

What should a HTML web page end with?

  • </html>
  • <head>
  • </end>
  • </body>

Which of the following(s) is/are INVALID variable(s)?

  • $variable_1
  • $1_variable
  • $_variable1
  • $variable@1

Fill in the blankA hyperlink which leads to another web page which is part of the same website is called an ________ hyperlink.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/049c118a-99c0-455d-b846-545e25f3ee66?w=200&h=200
  • internal

Which of the following organizations takes a pro- active role in developing recommendations and prototype technologies related to the Web?

  • World Wide Web Consortium (W3C)
  • Web Professional Standards Organization (WPO)
  • Internet Engineering Task Force (IETF)
  • Internet Corporation for Assigned Numbers andNames (ICANN)

is a collection of related items that have no special order or sequence.

  • unordered lists

What is the color of the text Sausage ?HTML:CSS: Image: https://media.proprofs.com/images/QM/user_images/2733768/q22c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q20h(2).jpg
  • Red
  • Blue
  • Neither

Any device or component that receives information from a computer

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/45dfd3b5-5b7d-44d6-851c-b92df187aa89?w=200&h=200
  • Input
  • Output
  • Algorithms
  • Website Structure

To write multi-line comments, we shall start with

  • /*
  • */
  • #
  • //

•is specified as an absolute number of pixels or a percentage of the document width.

  • table width
  • height
  • cell
  • row

Draw an example website skeleton

  • [No Answer]

PHP stands for?

  • Pre-Hype Processor
  • Hypertext Preprocessor
  • Preprocessing Higher Program
  • Programming High-End Process

What does this tag stand for?

  • bright
  • big
  • beautiful
  • bold

PHP is a ______-side scripting language

  • server
  • client
  • server and client

HTML:Does main1.css have to be downloaded and parsed before Hello World is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q10(1).jpg
  • Yes
  • No

What does CSS stands for?

  • Cascading Style Sheets
  • Cascading Slide Sheets
  • Cascading Short Sheets
  • none of these

It describe the page itself or provide some kind of indication of the status of the page.

  • Comments

What is the correct HTML tag for inserting a line break

  • Lb
  • Break
  • Br

Is < keygen > a valid HTML5 tag?

  • Yes
  • No

Fill in the blank< img ___ = "goldfish.png" alt = "a picture of a goldfish in a pond" height = "300" width = "650">

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/09e9b5ce-0b49-41ec-9f0c-39a39dfb33ee?w=200&h=200
  • src

items are grouped in a set of choices that can easily be selected and deselected

  • check
  • _selection type
  • submit type
  • file type

Before I get started designing in Dreamweaver what should I do?

  • Buy a Domain Name
  • Setup my Dedicated Server
  • Setup a Work Space

Is the following code valid for creating a list with two items?t1

  • Yes
  • No

Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of what?

  • Search engines
  • Websites
  • Web Browsers
  • Text editors

src means

  • Search
  • Source
  • Sound

What does a opening tag look like?

  • < >
  • </ >
  • << >>
  • <

Which HTML tag pair is used to begin and end a table row?

  • <td> </td>
  • <tbody> </tbody>
  • <table> </table>
  • <tr> </tr>

What symbol indicates a tag?

  • Angle brackets e.g. <,>
  • Curved brackets e.g. {,}
  • Commas e.g. ','
  • Exclamation marks e.g. !

What does an e-mail link do?

  • automatically sends you an e-mail messagewith the visitor’s e-mail address as the reply-tofield
  • launches the default e-mail application for thevisitor’s browser, with your e-mail address asthe recipient
  • displays your e-mail address so that the visitorcan send you a message later
  • links to your mail server

How can you open a link in a new browser window?

  • A href="url" new>
  • A href="url" target="_blank">
  • A href="url" target="new">

$x="We wish you a merry Christmas!"what is the output of str_word_count($x)?

  • 25
  • 6
  • 7
  • 27

attribute identifies how the information will be processed

  • method
  • post
  • get
  • name

What are the two methods of forms transfer?

  • Get and receive
  • Get and post
  • Post and receive
  • Post and take

CSS does its work by stepping between _ _ _ _ and the _ _ _ _ _ _ _

  • TEXT, IMAGES
  • HTML, BROWSER
  • HTPT, VISITOR

_______________ is used to create e-mail links.

  • [No Answer]

What is the predominant markup language for web pages?

  • HTML
  • PHP
  • CSS

WWW stands for...

  • World Wide Web

Which of the following is an HTML5 element used to indicate navigational content?

  • main
  • nav
  • header
  • a

What does mean

  • Comment
  • Display webpage
  • None of the above

All these are ways to create a new post EXCEPT:

  • Click Post > New Post
  • Click Post then Click the New Post button at the top
  • Click the +New > Poston the toolbar on the top of the screen
  • Click Page > New Post

Choose the text editors below

  • Google Docs
  • Google Docs
  • Text Edit
  • Wordpad

Set the color of the border

  • border-style
  • border-width
  • border-color
  • width

They are means or channels of general communication, information:

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/196c0e2d-2bb5-4743-877d-68c903a99cd1?w=200&h=200
  • media

When do you need to use a fully qualified URL in a hyperlink?

  • always
  • when linking to a web page file on the same site
  • when linking to a web page file on an external site
  • never

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q36.jpg
  • 1
  • 2
  • Undefined

Which of these is a genuine tag keyword?

  • Header
  • Bold
  • Body
  • Image

To make bigger in size:

  • to increase
  • to level off
  • to shrink
  • to enlarge

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

  • copyright
  • creative commons
  • intellectual property
  • citation

What does the Head tag in HTML generally contain?

  • Data about the website, like website title, and links to other style sheets
  • The main content of the web-page, like text and images
  • The bottom part of a web-page, containing links to social media

tag creates the data entry fields on an HTML form.

  • input

PHP stands for ______ Hypertext Preprocessor

  • php

A Dynamic website is...

  • A website with content change-able via back-end solutions
  • A website with content that cannot be changed outside of code
  • A website that uses a framework, like angular or react
  • A website with front-end functionality like image sliders

Which is a server-side technology that allows tracking of data for all users of an application?

  • View State
  • Session State
  • Control State
  • Application State

Does the tag < bdo > change the direction of text?

  • Yes
  • No

Able to be relied on as honest or truthful

  • Trustworthy
  • Relevant
  • CSS
  • Search Enginge

a set of rules to specify the style of a selected element.

  • CSS selector
  • tag
  • CSS rule-set
  • style.css

Which is the following(s) is/are TRUE regarding POST method?

  • cannot be bookmarked
  • cannot be bookmarked
  • will be cached
  • remain on history
  • best used with sensitive data

When was PHP began to develop?

  • 1991
  • 1992
  • 1993
  • 1994

What is called?

  • Open tag
  • Closed tag
  • Closed parenthasis
  • None of the above

In a HTML document, the pseudo class :root always refers to the < html > element.

  • True
  • False

What area of Dreamweaver did we not talk about or use in class so far?

  • Local View
  • Property Inspector
  • Multiscreen
  • Live View
  • Remote Server
  • Get AIR Extension

What will happen to the position of #example?HTML:CSS: Image: https://media.proprofs.com/images/QM/user_images/2733768/q24c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q24h.jpg
  • It will move 5px downwards
  • All elements succeeding #example with move 5px upwards
  • Neither

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q37.jpg
  • 1
  • 2
  • 3
  • Undefined

Use GET method whensending small forms with a few short fields

  • True
  • False

What is a correct HTML for adding background color?

  • Background>yellow
  • Body bgcolor="#000000"
  • Body background< #227645>

Which of the following is an example of a search engine?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/70dd4f08-9e43-4b5a-a3f5-79f90bc84243?w=200&h=200
  • Microsoft Word
  • Google Chrome
  • Microsoft Excel
  • Google

What is the URL of VBI School of Media?

  • 208.98.67.012
  • Public_html/vbimedia
  • Http://www.vbimedia.com

They are points where the website content responds according to the device width:

  • breakpoints

round(0.5973,2)What would be the output of the above?

  • 0.59
  • 0.597
  • 0.6
  • 0.5

Which of the following is an example of an internet browser?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/70dd4f08-9e43-4b5a-a3f5-79f90bc84243?w=200&h=200
  • Microsoft Word
  • Google Chrome
  • Microsoft Excel
  • Google

What is the output of this code?3−2

  • 3-2

How to Add Logo?Appearance / Customize/ _________________

  • •Appearance / Customize/ Header/ Logo

The web is based on

  • Images
  • Text
  • Information
  • HTML

Will the radio button let the users to select multiple choices?

  • No
  • Yes

Which is the correct HTML tag to display an image?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/b4dd6add-2285-4c12-b875-f7c766433ec4?w=200&h=200
  • <image src = " ">
  • <img src = " ">
  • <img scr = " ">
  • <image scr = " ">

•creates a field where it allows the user to upload files from their local computer or network

  • check
  • _selection type
  • submit type
  • file type

The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same is a

  • Digital Footprint
  • Code
  • Copyright
  • CSS

Not able to be relied on as honest or truthful

  • Relevant
  • Trustworthy
  • Search Engine
  • Untrustworthy

Which of the following are examples of image file extensions? There are two correct answers.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/c0605101-9ba4-4d5d-9a86-1f07f644f580?w=200&h=200
  • .jpg
  • .jpg
  • .txt
  • .html
  • .gif

What can be defined within a class in OOP?

  • classes
  • methods
  • properties

The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed

  • Website structure
  • Website content
  • Intellectual property
  • Copyright

HTML stands for

  • Hyper Text Marking Language
  • Hyperdiaper Text Markup Lingo
  • Hyper Text Markup Language

When HTML code is written to a structured, XML structure what is the technology called?

  • AJAX
  • _XHTML
  • HTML5
  • JQuery

How can you clear a floated element?

  • Clear:both
  • Press the delete key
  • Del tag
  • Strike tag

You enjoyed the first quarter of VBI School of Creative Media.

  • True
  • False

Did you read Chapter 3 in your Adobe Dreamweaver CS5 textbook?

  • True
  • False

If you have a < p > element with font-size: 10rem , will the text be responsive when the user resizes / drags the browser window?

  • Yes
  • No

CSS:Does the screen keyword apply to the device's physical screen or the browser's viewport?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q27c(1).jpg
  • Device's physical screen
  • Browser's viewport

prompt is used for

  • [No Answer]

What is the color of the text Sausage ?HTML:CSS: Image: https://media.proprofs.com/images/QM/user_images/2733768/q23c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q20h(2).jpg
  • Red
  • Blue
  • Neither

Which of the following is a special character that inserts a single space in the web text?

  • ©
  • &_nbsp
  • &

/01[0-9]{1,3}/Which of the following(s) match(es) the Regex above?

  • 0123456789
  • 01234
  • 012

What is the color of the text Sausage ?HTML:CSS: Image: https://media.proprofs.com/images/QM/user_images/2733768/q21c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q20h(1).jpg
  • Red
  • Blue
  • Neither

Which HTML tag is used to display plain text?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/b4dd6add-2285-4c12-b875-f7c766433ec4?w=200&h=200
  • <p>
  • <title>
  • <h1>
  • <body>

steps to change Top-bar color

  • Appearance / Customize/Top-bar/ General/then change color
  • Appearance / Customize/ General/ top-header /then change color
  • None Of them

What was the mascot of PHP?

  • Tiger
  • Lion
  • Elephant
  • Person

What can be used to create XML rules to force data to adhere to certain standards and structure?

  • Black Box Testing
  • DTD Validation (Document Type Definition)
  • Input Validation
  • User Validation

HTML:CSS:Are unused style resources still downloaded by the browser? Image: https://media.proprofs.com/images/QM/user_images/2733768/q25c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q25h.jpg
  • Yes
  • No
  • Sometimes

Which HTML tag is used to display the title of a web page in the tab heading?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/b4dd6add-2285-4c12-b875-f7c766433ec4?w=200&h=200
  • <p>
  • <title>
  • <h1>
  • <h6>

PHP needs to interact with _______ to store, update, delete, and retrieve dynamic data.

  • database

What is a web browser?

  • Something in my dashboard
  • Used to make web pages
  • Software application for retrieving and presenting information on the web

Why type attribute is used?

  • to mention the type of the field
  • to mention the type of the tag
  • CSS property

What HTML input type is used to create the CONFIRM PASSWORD field?

  • <input type="text">
  • <input type="submit">
  • <input type="password">
  • <input type="radio">

Which entity character creates a 'greater than' symbol?

  • >
  • &greaterthan
  • &greater

Which CSS property specifies the background color of a table?

  • background
  • bgcolor
  • background-color
  • table-color

What does HTML stand for?

  • Hyper Text Markup Language
  • Home Tool Markup Language
  • Hyperlinks and Text Markup Language

What does the above statement evaluate to?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q31.jpg
  • 10
  • 4321
  • 91

What are the three main types of web-design and developers?

  • Front-End Developer,Back-End Developer,Full-Stack Developer
  • Senior DeveloperFull-Stack DeveloperJunior Developer
  • Full-Stack DeveloperHalf-Stack DeveloperNo-Stack Developer

Which of the following built-in tags do not require a closing tag?

  • <a>
  • <form>
  • <img>
  • <table>

action attribute is used for:

  • to style a form
  • to style a field
  • redirecting pages
  • getting back to home page

The correct HTML tag to make text bold is "bold"

  • True
  • False

A list that is indented without any number or symbol in front of each item.

  • definition lists

•Loads the document in the same window

  • •TARGET="_top"
  • •TARGET="_blank"
  • •TARGET="_self"

CSS:What is the use of the only selector?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q27c.jpg
  • Apply the style for screen only and ignore the device max-width
  • Stops older browsers from parsing the remainder of the selector
  • It does nothing

What does the above statement evaluate to?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q30.jpg
  • 10
  • 1234
  • 37

It’s a normally rectangular area in computer graphics that is currently being viewed:

  • monitor
  • screen
  • viewport
  • camera

What is the correct HTML for creating a hyperlink?

  • A>http://www.vbimedia.com
  • A url="http://www.vbimedia.com">VBIMEdia.com
  • A href="http://www.vbimedia.com">VBIMEDIA

In ________ these tools were packaged and released as CGI binaries as the "Personal Home Page/Forms Interpreter",

  • 1995

The use of different devices by the consumer when visiting a website:

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/40b906a9-232c-4f26-9455-e55239577b18?w=200&h=200
  • many-device
  • many-folded
  • multicolor
  • multi-device

What value is alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q40.jpg
  • 1
  • 2
  • Undefined

These are the addresses of a computer or the address of a document or file to be included in the Web page.

  • PAths
  • Hyperlink
  • file
  • documents

Which ASP command sends a web page to another web page but keeps the URL the same?

  • Session["URL"]
  • Response.Redirect("URL")
  • Server.Transfer("URL")

The text and images on a website is the

  • Website Structure
  • Website Content
  • HTML Tag
  • HTML Element

This points to files based on their absolutelocation on the filesystem

  • absolute path

Tables are displayed on a line by themselves along the left side of the page, with any text above or below the table.

  • True
  • False

In JavaScript, 'this' refers to the object that ____ the object.

  • Receives
  • Depends
  • Owns
  • Direct

CSS avoids all the problems of _ _ _ _ formatting

  • TEXT
  • HTTP
  • HTML

_____ is used to return a string from elements of an array.

  • explode()
  • implode()
  • realpath()
  • copy()

To make smaller in size:

  • to shrink
  • to enlarge
  • to insert
  • to level off

Can a form have multiple submit button with different destination?

  • Yes
  • No

Attribute is a pointer to the script that processes the form on the server side

  • Action

The second version of PHP/FI being released a mere two years later in ______ of 1997.

  • November

$x=2$y=3echo $x**$yWhat will be the output of the above?

  • 6
  • 9
  • 8
  • 5

Which tool can be used to manage a website???

  • HTML Hypertext Markup Language
  • WSAT Website Administration Tool
  • SQL Structured Query Language
  • ASP Active Server Pages

What HTML input type is used to create this form selections?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/596a5b67-2eb2-4eb5-80b8-4b579d151ba1?w=200&h=200
  • <input type="text">
  • <input type="submit">
  • <input type="password">
  • <input type="radio">

$name = array("Roger","Helen","Hersha"); The above is an example of

  • associative array
  • indexed array
  • multidimensional array

A machine that works with information.

  • Computer
  • Car
  • Printer
  • TV

The _______________ element is used to group sentences and sections of text together.

  • [No Answer]

What is web hosting?

  • A domain name
  • Something people view with a browser
  • Online space for web site and data

What is a Static Website?

  • A website with content change-able via back-end solutions
  • A website where the content cannot be changed outside of code
  • A website with front-end functionality like image sliders
  • A website that relies on the usage of a framework, like angular or react

How to Create Menus

  • Appearances /customize/ Menus / Main Menu / Write Top Menu / then save menu /Choose pages You wanted / then add to menu / save menu
  • Appearances / Menus / Main Menu / Write Top Menu / then save menu /Choose pages You wanted / then add to menu / save menu.
  • Appearances / widgets / Main Menu / Write Top Menu / then save menu /Choose pages You wanted / then add to menu / save menu.
  • All of them

It’s a programming language that is interpreted. It is translated into machine code when the code is run:

  • scripting language

It’s a long thin box along one edge of a window, which you click on with the mouse to move the text up, down, or across the window:

  • scrollbar

It’s the art of arranging letters and text in a way that makes the copy legible, clear, and visually appealing to the reader:

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/7b55584e-9403-419f-a22e-7084a5a26663?w=200&h=200
  • typography

What is the correct HTML for inserting an image?

  • Img href="image.gif />
  • Image src="image.gif" />
  • Img src="image.gif" />

Html: Does the HTML above trigger a http request when the page first loads?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q9.jpg
  • Yes
  • No

When an HTML or _XHTML document passes validation eg at https://validator.w3.org/ it is said to be ...... ....

  • Correct
  • Well formed
  • Structured Query Language
  • Web based language

uses a maximum of 256 colors, and uses combinations of these to create colors beyond that number.

  • gif
  • png
  • jpeg
  • tiff

the lines that form the boundary of each table cell when the file is displayed in a browser.

  • table
  • list
  • space
  • color

What HTML input type is used to create this submit button?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/3eaa338c-4228-487b-8519-14dbdc54d505?w=200&h=200
  • <input type="text">
  • <input type="submit">
  • <input type="password">
  • <input type="radio">

The part of a CSS rule-set that defines which HTML elements the style should be applied to

  • CSS Selector
  • CSS
  • Algorithm
  • Search Engine

Which type of software fits the following description?This type of software runs HTML code and displays the results to the user.

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/70dd4f08-9e43-4b5a-a3f5-79f90bc84243?w=200&h=200
  • Internet browser
  • Search engine
  • Text editor
  • Internet viewer

Which of the following is described as a collection of images put in a single image?

  • Float
  • Align
  • Sprite
  • Image

What is used to make sure the user input is correct?

  • _XHTML
  • Validation
  • Cross-page posting
  • Javascript

It is advanced HTML construct that allows you to arrange text, images, and other HTML content into rows and columns with or without borders.

  • table
  • list
  • frames
  • hyperlinks

HTML:CSS:On page load, will mypic.jpg get downloaded by the browser? Image: https://media.proprofs.com/images/QM/user_images/2733768/q26c.jpg

Image: https://media.proprofs.com/images/QM/user_images/2733768/q25h(1).jpg
  • Yes
  • No

HTML:Does the HTML above trigger a http request when the page first loads ?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q8.jpg
  • Yes
  • No

What does CSS stand for?

  • Computing Style Sheet
  • Creative Style System
  • Cascading Style Sheet
  • Creative Styling Sheet

PHP is one of the most widely used and recognizable web technology use on the internet.Originally PHP is known as “____________________”

  • Personal Home Page

A website must begin with

  • <hml>
  • <html>
  • <body>
  • </html>

/[^a-c]at/Which of the following(s) match(es) the Regex above?

  • bat
  • cat
  • mat
  • uat

What is the order of values alerted?

Image: https://media.proprofs.com/images/QM/user_images/2733768/q34.jpg
  • 1, 2
  • 1, 3
  • 2, 1
  • 2, 3
  • 3, 1
  • 3, 2

The translate() function can move the position of an element on the z-axis.

  • True
  • False

A computer is a machine that works with information

  • True
  • False

This screen lets you do what?

Image: https://quizizz.com/media/resource/gs/quizizz-media/quizzes/cb6e6ba4-641d-4592-960d-197deb49b918?w=200&h=200
  • Make a new post
  • Make a new page
  • Make a new tag
  • Make a new category

Draw a circle around the part of this website where the title tag has displayed the title of the page.

  • [No Answer]

Which ASP command allows easy navigation between web pages in a web site? The URL which the user sees changes also for each web page.

  • Convert.ToString(number)
  • Response.Redirect("URL")
  • Server.Transfer("URL")
  • Data Validation

What does the NAV-Bar of a website generally refer to?

  • The top part of a web-page, containing the company's logo, and links to other pages
  • The main part of the web-page, containing all the content held within the website.
  • The bottom part of a web-page, usually containing links to social media and a contact email

Which tag does not need a closing tag?

  • <a href>
  • <head>
  • <body>
  • <img src>
Comments