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 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

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

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

  • Action

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

  • 1995

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

  • True
  • False

How to Add Logo?Appearance / Customize/ _________________

  • •Appearance / Customize/ Header/ Logo

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

  • ©
  • &_nbsp
  • &

Not able to be relied on as honest or truthful

  • Relevant
  • Trustworthy
  • Search Engine
  • Untrustworthy

attribute identifies how the information will be processed

  • method
  • post
  • get
  • name

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 rule set would change the font size to 24?

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

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

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

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

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

A collection of interlinked web pages on the World Wide Web

  • website
  • content
  • footprint
  • heading

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

  • check
  • _selection type
  • submit type
  • file type

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

  • frameborder
  • framespacing
  • border

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

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

  • ol start

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

What does HTML stand for?

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

What value is alerted?

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

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

  • True
  • False

What is the output of this code?3−2

  • 3-2

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

HTML Language uses

  • Tabs
  • Tags
  • Punctuation
  • Quotations

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

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

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

This points to files based on their absolutelocation on the filesystem

  • absolute path

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

  • 0.59
  • 0.597
  • 0.6
  • 0.5

sets the color of words in a paragraph

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

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

  • True
  • False

tag creates the data entry fields on an HTML form.

  • input

What is the predominant markup language for web pages?

  • HTML
  • PHP
  • CSS

Which of the following is a self-contained tag?

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

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)

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

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

  • associative array
  • indexed array
  • multidimensional array

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

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

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

  • 6
  • 9
  • 8
  • 5

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

  • Personal Home Page

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

Hypertext Markup Language, a language used to create web pages

  • HTML
  • CSS Selector
  • Heading
  • Coding

HTML means

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

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

  • gif
  • png
  • jpeg
  • tiff

Year PHP version 5 was released.

  • 2002
  • 2000
  • 2004
  • 1992

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

  • table width
  • height
  • cell
  • row

How can you create an email link?

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

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)

Web documents contain _______________ levels of heading.

  • 6

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

What are some common IDEs used to program web?

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

Which of the following tags are related to tablesin HTML?

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

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

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

  • fra
  • table
  • forms
  • CSS

The text and images on a website is the

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

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

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

What is the correct tag for a line break?

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

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

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

  • method
  • post
  • get
  • name

To make bigger in size:

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

What is alerted?

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

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

  • unordered lists

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

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

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

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

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

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

  • AJAX
  • _XHTML
  • HTML5
  • JQuery

_______________ is used to create e-mail links.

  • [No Answer]

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

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 the correct format for changing the background colour of a div in CSS?

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

_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;}

CSS Style that define and call in one file.

  • Inline
  • External
  • Internal/embedded

PHP stands for?

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

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

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

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

  • breakpoints

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

  • bat
  • cat
  • mat
  • uat

Which CSS property specifies the background color of a table?

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

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

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

  • CSS Selector
  • CSS
  • Algorithm
  • Search Engine

What alters the layout of a web page?

  • XML
  • _XHTML
  • CSS
  • JavaScript
  • HTML

Choose the text editors below

  • Google Docs
  • Google Docs
  • Text Edit
  • Wordpad

ALERT is used for

  • [No Answer]

To make smaller in size:

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

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

characters entered in this field are in a masked text.

  • check
  • password type
  • submit type
  • file type

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>

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

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

Why type attribute is used?

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

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

  • CSS

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

  • definition lists

What is called?

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

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 symbol indicates a tag?

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

The basic syntax of PHP is

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

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

  • Yes
  • No

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 >

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">

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

  • [No Answer]

Mention any two attributes of table tag?

  • [No Answer]

Which icon is used for closing a code in HTML?

  • /
  • >
  • <

Gives the location and filename of a document

  • PAths
  • Link
  • file
  • documents

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

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

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

  • HTML Elements
  • Heading
  • Website structure
  • Digital Footprint

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 is the correct format for a div?

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

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

  • [No Answer]

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

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

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;}

What can be defined within a class in OOP?

  • classes
  • methods
  • properties

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>

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

  • Yes
  • No

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

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

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

IDE means

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

Which has stricter standards of coding?

  • CSS
  • HTML
  • _XHTML

What is the URL of VBI School of Media?

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

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

Use GET method whensending small forms with a few short fields

  • True
  • False

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

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

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

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

Which code is correct?

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

A domain name is a identification label.

  • True
  • False

Which of these is a genuine tag keyword?

  • Header
  • Bold
  • Body
  • Image

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

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

Which tag does not need a closing tag?

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

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

  • relative path

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">

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

What value is alerted?

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

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

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

  • True
  • False

What are the two methods of forms transfer?

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

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

What does a opening tag look like?

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

What should a HTML web page end with?

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

src means

  • Search
  • Source
  • Sound

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

  • [No Answer]

HTML stands for:

  • Hyper Text Markup Language

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

  • True
  • False

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

  • No
  • Yes

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

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

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

  • 25
  • 6
  • 7
  • 27

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

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

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

  • square
  • disc
  • circle
  • round

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

Who designed the logo of php?

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

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

  • True
  • False

What does mean

  • Comment
  • Display webpage
  • None of the above

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

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

What does CSS stands for?

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

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

How can you clear a floated element?

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

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">

What is a web browser?

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

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

  • keyboard
  • display
  • CPU
  • camera

Enter the completion of the code:

  • [No Answer]

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>

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

  • True
  • False

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

Can a form have multiple submit button with different destination?

  • Yes
  • No

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

  • table
  • list
  • frames
  • hyperlinks

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 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

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

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

  • monitor
  • screen
  • viewport
  • camera

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

  • True
  • False

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

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

  • Yes
  • No

merges three cells horizontally?

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

Choose the IDEs below

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

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

What value is alerted?

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

A machine that works with information.

  • Computer
  • Car
  • Printer
  • TV

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

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

  • database

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

The web is based on

  • Images
  • Text
  • Information
  • HTML

What value is alerted?

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

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

  • Yes
  • No

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

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

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;

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

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

HTML:Is the above HTML valid?

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

How many ways can you apply colors in CSS?

  • 1
  • 2
  • 3
  • 4

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

  • November

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

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

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

PHP stands for ______ Hypertext Preprocessor

  • php

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

  • table
  • list
  • space
  • color

What is the correct HTML for inserting an image?

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

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

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

Is < keygen > a valid HTML5 tag?

  • Yes
  • No

What is the runtime complexity of Fibonacci sequence?

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

action attribute is used for:

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

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

  • main
  • nav
  • header
  • a

ALERT has a text box to type the input

  • TRUE
  • FALSE

When was the 3rd version of PHP released?

  • 2000
  • 1998
  • 2004
  • 1997

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

  • check
  • _selection type
  • submit type
  • file type

WWW stands for...

  • World Wide Web

CSS stands for:

  • Cascading Style Sheets

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

  • Heading

•Loads the document in the same window

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

What is the correct HTML tag for inserting a line break

  • Lb
  • Break
  • Br

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 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 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 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

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

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

Appearance / Customize/ General option/ Page-title______________

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

element of a table can contain images.

  • True
  • False
  • It depends

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

Which HTML tag pair is used to specify table headings?

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

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

  • Float
  • Align
  • Sprite
  • Image

What does CSS stand for?

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

What is web hosting?

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

Closely connected or appropriate to the matter at hand

  • CSS Selector
  • Search Engine
  • Algorithm
  • Relevant

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

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

What value is alerted?

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

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

  • header

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

  • _XHTML
  • Validation
  • Cross-page posting
  • Javascript

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

  • True
  • False

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

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

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

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

  • Receives
  • Depends
  • Owns
  • Direct

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

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

  • gif
  • png
  • jpeg
  • tiff

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

  • XML
  • HTML
  • CSS
  • JavaScript

means

  • Paragraph
  • Sentence
  • Letters

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

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

  • [No Answer]

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

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

  • Search engines
  • Websites
  • Web Browsers
  • Text editors

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

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

Set the color of the border

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

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

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

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

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

  • 0123456789
  • 01234
  • 012

A website must begin with

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

To write multi-line comments, we shall start with

  • /*
  • */
  • #
  • //

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

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

What does FTP stand for?

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

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

  • [No Answer]

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

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

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

Who created Perl Scripts?

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

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 is a correct HTML for adding background color?

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

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)

This element defines a single frame within a frameset

  • [No Answer]

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

  • ordered lists

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

Able to be relied on as honest or truthful

  • Trustworthy
  • Relevant
  • CSS
  • Search Enginge

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

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

What value is alerted?

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

What is a web server?

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

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

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

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

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

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

  • [No Answer]

A computer is a machine that works with information

  • True
  • False

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

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

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

Are CSS property names case-sensitive?

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

Which tag would you use to insert a image?

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

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

When was PHP began to develop?

  • 1991
  • 1992
  • 1993
  • 1994

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

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

Choose the correct HTML tag for the largest heading

  • H6
  • H3
  • H1

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

  • True
  • False

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

  • scripting language

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

Which entity character creates a 'greater than' symbol?

  • >
  • &greaterthan
  • &greater

prompt is used for

  • [No Answer]

HTML provides 5 heading tags h1 to h5

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

What was the mascot of PHP?

  • Tiger
  • Lion
  • Elephant
  • Person

PHP is a ______-side scripting language

  • server
  • client
  • server and client

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

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

What does this tag stand for?

  • bright
  • big
  • beautiful
  • bold

What does the above statement evaluate to?

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

What value is alerted?

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

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

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

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

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

  • website

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

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

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

  • Comments

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>

What is <> called?

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

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

  • True
  • False

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

CSS avoids all the problems of _ _ _ _ formatting

  • TEXT
  • HTTP
  • HTML

What does the above statement evaluate to?

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

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")

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.

Draw an example website skeleton

  • [No Answer]

onsubmit is a

  • event

What is alerted?

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

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

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

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

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

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

  • 0
  • 1
  • 2
  • Unlimited

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 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 = " ">

HTML stands for

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

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

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

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

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