Font size
Worksheetsweb tech frontend
Total questions: 20
Worksheet time: 7mins
What does HTML stand for?
Hyper Technical Markup Language
Hypertext Markup Language
Hyper Text Markup Lingo
Happy Texting Markup Language3
CSS stands for
Cruising Standard Systems
Creating Style Sheets
Cascading Style Sheets
Coding Style Sheets
JS refers to
Javascript
JavaSheet
React was developed at
Best JS framework in 2022
ReactJS
AngularJS
Latest version of HTML
HTML 5
HTML 6
HTML 3
Latest version of CSS
CSS 3
CSS 4
CSS 5
The software used to view web pages are
browsers
operating systems
click-and-go applications
html readers
What software is needed to create and view web pages?
Javascript & HTML
A text editor and a browser
Dreamweaver & a Browser
No software is needed
What does a browser do with tags that it does not support?
Tries to guess how to display the web page
Adjusts them
Corrects them
Ignores them
When first starting to code web pages, you could use what file extension for your pages?
.doc
.html
.java
.htm
HTML tags consists of
a left and right apostrophe
a left and right angle bracket
a left and right curly bracket
a left and right period
Closing tags are distinguished by
forward slash /
backward slash \
Instructions that define content of a web page are
tags
formats
wingdings
styles
One of the benefits of learning HTML to create a web site rather than using an already designed template is that the designer has better control over the appearance of the web site.
True
False
What is the official name of JavaScript?
JavaScript
ECMAScript
TypeScript
WebJava
JavaScript fits best under which category of languages?
Object-driven
Object-oriented
Functional
Procedural
The ________ method calls a function or evaluates an expression after a specified number of milliseconds.
setTimeout()
Date()
console.time()
functionRepeat()
This type of variable can be used throughout the entire program that you are writing.
Global Variable
Instance Variable
Local Variable
All Variables
What is the purpose of <!DOCTYPE html>?
provides the web browser with security information
instructs the browser where to look for your CSS files
Allows programmers to link to files in-line
Tells the web browser we are programming in HTML5 and not another version of HTML.
