MIST 4630 Piercy Final Exam Questions and Answers!
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 -
Written for
- Institution
- MIST 4630
- Module
- MIST 4630
Document information
- Uploaded on
- January 19, 2024
- Number of pages
- 7
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
mist 4630 piercy stuvia
-
mist 4630 piercy final exam questions and answers
-
what html tag is correct for making a textbook nam
-
what css selector can be used to select all elemen