최신 Courses and Certificates Web-Development-Foundation 무료샘플문제:
1. Which tag can be appropriately placed within a <section> element?
A) <meta>
B) <body>
C) <html>
D) <P>
2. What is the HTML that results in the given text?
Design
Layout
Structure
A)
B)
C)
D)
3. Consider the formatted text.
abc
dof
ghi
Which HTML is used to create the formatted text?
A)
B)
C)
D)
4. What are the two components of a CSS rule? Choose 2 answers.
A) A selector
B) A tag dictionary
C) An inline tag
D) A declaration block
E) A style
F) A property library
5. The CSS selector Img is used to apply a rule. How is the rule applied?
A) To all elements with the class name img
B) To the first img element only
C) To all img elements
D) To the single element with ID img
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: D | 질문 # 4 정답: A,D | 질문 # 5 정답: C |