MIST 4630 Piercy Final Exam Questions and Answers!!
What HTML tag is correct for making a textbook named "age"? - ANSWER <input type="text" name="age" /> What CSS selector can be used to select all elements with the class "intro"? - ANSWER .intro {...} What CSS statement will display a border with the following characteristics? - top border = 10 pixels - bottom border = 5 pixels - left border = 20 pixels - right border = 1 pixel - ANSWER border-width: 10px 1px 5px 20px What CSS will add a background color for all <h1> elements? - ANSWER h1 {background-color:#FFFFFF;} What is the tag for connecting an HTML page to an external style sheet? - ANSWER <link rel="stylesheet" type="text/css" href=""> What is the name of the organization that develops primary web standards of HTML and CSS? - ANSWER the World Wide Web Consortium (W3C) Components of CSS box model in order from inside to outside? - ANSWER 1. Content - inside the box; styled 2. Padding - whitespace surrounding the content 3. border - surrounds the whitespace 4. margin - surrounds the border and separates each component on the page What is an example hyperlink in correct format? - ANSWER <a href="">The Terry College of Business</a> What does HTML stand for? - ANSWER Hypertext Markup Language Advantages of standardizing the use of web technologies? - ANSWER - helps make source code simpler, reducing development and maintenance time - allows for backward compatibility and validation - keeps the web free and accessible to all - helps maintain better search engine optimization - makes the web a more accessible place What HTML tag creates a drop down list? - ANSWER <select>...</select> What is correct HTML for inserting an image? - ANSWER <img src="" als="MyImage"> What are possible values when using the CSS position attribute? - ANSWER absolute, fixed, or relative True or false: in general, separation of concerns allows us to obtain high coupling and low cohesion - ANSWER FALSE Correct syntax for setting the background of a page black? - ANSWER body { background-color: black; } What HTML tag is used to define a bulleted list? - ANSWER <ul>...</ul> What does CSS stand for? - ANSWER Cascading Style Sheets What HTML tag is used to specify an internal style sheet? - ANSWER <style>...</style> What is separation of concerns? - ANSWER a design principle for separating a computer program into distinct sections such that each section addresses a separate concern What HTML tag makes text content a heading with the largest size? - ANSWER <h1>...</h1> What HTML tag creates a button that causes the action of a form to be implemented when clicked? - ANSWER <input type="submit" name="submit" value="Go" /> Web standards technology vs. concerns? - ANSWER HTML --> structure CSS --> style JavaScript --> behavior
Written for
- Institution
- MIST 4630
- Course
- MIST 4630
Document information
- Uploaded on
- January 20, 2024
- Number of pages
- 7
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
mist 4630 piercy final exam questions and answers
-
mist 4630 piercy final exam stuvia
-
what html tag is correct for making a textbook nam
-
what css selector can be used to select all elemen
Also available in package deal