Internet Basic 1
HTML/CSS 1
Web 1
HTML/CSS 2
Misc
100

An interconnected system of public webpages accessible through the Internet.

What is World wide web? or Web ?

100

 CSS property is used to change the text color of an element.

What is color?

100

National Occupational Competency Testing Institute


What is NOCTI ?

100

This property controls the capitalization of text.

 What is text-transform property?

100

What does ".com" stand for ?

Ans: commercial

200

A network of connected computers that the web works on.

What is internet?

200

Set of rules that define the structure of a language.

What is syntax?

200

Meta tag is placed in this part of the html code.

What is Head tag ? <head></head>

200

To add style to an element with an id, you preface the id with this symbol in your CSS.

What is a #

200

Riddle:

What word is spelled wrong in the dictionary?

Answer: Wrong.

300

An application that runs on a work or personal computer.

What is client software?

300

<!--   this is a comment in which language -->

What is HTML?

300

The most important tag to put into a web page for search engines.


What is a Title tag?

300

Syntax that indicates class in CSS

What is a dot . or period .

300

Information divided into chunks to be sent across internet is called.


Packets

400

A software that controls the operation of a computer and direct the processing of programs.

 What is an operating system?

400

body{color:blue;}

Terms used for body,color and blue for this code in CSS

Answer any two.


body --> selector

color --> Property

blue --> value


400

The process of improving your site's visibility when people search for a product or business.


What is SEO ? Search Engine Optimization

400

What is the default value of the position property

Static proprty

400

Riddle:

What is so delicate that saying its name breaks it?
 

Silence.

500

A virtual places within an operating system where network connections start and end.

What is a port?

500

In CSS,

1.The space around an element's border is called

2.Space between border and content.

1.Margin

2. Padding

500

parts of a URL

https://docs.google.com

name any two

https: --> scheme

docs --> subdomain

google --> second level domain

com --> top level domain

500

This line of code div + p will select

Select all <p> elements that are descendants of a <div>

500

What part of URL tells web servers which protocol to use when it accesses a page on your website?

Ans: Scheme