최신 Courses and Certificates Web-Development-Applications 무료샘플문제:
1. A web page has a section that contains an <article> element. The element is always 10 pixels to the right of its position.
Which type of layout positioning should the <article> element use?
A) Absolute
B) Static
C) Fixed
D) Relative
2. Which method allows the end user to enter text as an answer to a question as the page loads?
A) Write
B) Prompt
C) Confirm
D) alert
3. What is the effect of using the in-line validation process during user input?
A) Slower rate of form completion
B) Increased computation on the server
C) More successful form completion rates
D) Larger number of errors created
4. Which technique should a developer use for text-based hyperlink on mobile web page?
A) Padding the clickable area around the link
B) Using dynamic page elements neat the link
C) Keeping links uniform
D) Deploying graphical links
5. A web designer creates the following HTML code:
Which CSS selector applies only to the first line?
A) #Header
B) .header
C) #Welcome
D) .Welcome
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: B | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: C |