問題一覧
1
SDLC stands for
System Development Life Cycle
2
List and explain DOM elements
object : any html element
3
What is VPS hosting
middle ground between a shared server and a dedicated server
4
To work with a specific HTML element with JavaScript you should use
querySelector
5
List the 3 HTML elements needed to build a “Form”
form
6
Mark organizes team meetings. He goes over the project plan for the new website and made sure everyone is on schedule. Mark’s job is?
project manager
7
List 2 popular CSS framework that help designers build responsive and appealing websites quickly
Bulma / bootstrap
8
What is a web server
a computer that stores your website files and makes them accessible to users over the internet
9
The Website Development Cycle phases are
systems investigation
10
List 2 types of web hosting
web hosting cloud hosting
11
What is a domain name?
address users type in their browser to access your website
12
Within a table we can use the ______ attribute to occupy more than one cell per column
colspan
13
What is the iframe HTML element used for?
to embed a video from a website
14
Explain this CSS code: p:nth-child(3) { color:red }
the above is saying to change the text color to blue for the second paragraph
15
DOM stands for
Document Object Model
16
DOM is
A structure that represents HTML elements as objects allowing JavaScript to interact with them
17
List 3 CSS transform transition-timing values
ease
18
List the table HTML ELEMENTS
table
19
Julia determines the mission of the site is to provide the best tech services possible her job is____
information Architect
20
What is JavaScript?
A scripting language
21
What is the “video” HTML element used for?
plays video files
22
Web developers focus on_____ web designers focus on____
coding/scripting design/graphic
23
What is the audio HTMl element used for
supports native play of audio files without the need for plug-ins
24
List 4 ways to incorporate JavaScript into your website
incline JavaScript
25
What is website publishing
process of making a website available to the public on the internet