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