Web App Programming Intro

Web App Programming Intro

University

8 Qs

quiz-placeholder

Similar activities

java script

java script

University

10 Qs

CSS and HTML

CSS and HTML

9th Grade - University

10 Qs

Website Design

Website Design

KG - University

10 Qs

HTML, JAVASCRIPT,XML

HTML, JAVASCRIPT,XML

University

12 Qs

Lecture 02

Lecture 02

University

10 Qs

DOM manipulation review

DOM manipulation review

University

10 Qs

DOM

DOM

University

11 Qs

Quiz 1 HTML

Quiz 1 HTML

University

10 Qs

Web App Programming Intro

Web App Programming Intro

Assessment

Quiz

Computers

University

Hard

Created by

Anantha Krishnan

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "resource"?

An index of contents found at the end of a URL

A server holding files you can access over the web

A system managing files you can access over the web

Any content found at the end of a URL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is style inheritance?

The default style rules of an element are inherited by the custom style rules.

A style rule applied to an element is inherited by any child elements

Parent elements inherit the style properties of their children.

A style rule applied to an element is inherited by a child element if the property is set to "inherit"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a DOM tree node?

An element marked as a "node"

A child element in an HTML document

An element in an HTML document

An element written in node.js

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML is a declarative markup language. What does this mean?

HTML markup describes the contents of the document without providing instructions on how to present or interact with that content.

HTML declares itself as HTML, telling the user agent what kind of content the file contains.

HTML describes the contents of the document and provides instructions on how to present and interact with that content.

HTML declares what the content of the document means.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML documents can only be accessed through a web browser.

TRUE

FALSE

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Discuss the importance of HTML, CSS and Javascript. How does it work in the web application in server and web client?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Briefly explain how the web works from client, url to server resource

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Name the code editor of your choice?