wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

웹프로그래밍실무 - 시맨틱태그

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

다음 중 시맨틱 태그에 대한 설명으로 옳은 것은?

a)

시맨틱 태그는 사용자로부터 데이터를 입력 받아 서버로 전달할 때 사용한다.

b)

시맨틱 태그의 대표적인 예로는 <header>, <nav>, <br>이 있다.

c)

시맨틱 태그는 컴퓨터 프로그램이 코드를 읽고 의미를 인식할 수 있다.

d)

시맨틱 태그에서 대제목과 부제목 등을 작성하는 부분을 의미하는 태그는 <head>이다.

2.

<header> </header> 태그의 설명으로 옳은 것은?

a)

머리말, 대제목, 부제목

b)

내비게이션 메뉴

c)

콘텐츠 영역

d)

페이지의 사이드 영역

3.

다음 중 시맨틱 태그 중에서 꼬리말 부분을 의미하는 태그는?

a)

<foot>

b)

<bottom>

c)

<footer>

d)

<bot>

4.

다음 중 시맨틱태그에서 하이퍼링크들을 모아둔 태그로 메뉴로 사용하는 태그로 옳은 것은?

a)

<aside>

b)

<nav>

c)

<section>

d)

<navigation>

5.

HTML의 풀 네임은?

a)

Hypertext Making Language

b)

Hyper Transfer Markup Language

c)

Hypertext Markup Language

d)

Hyper Transfer Making Language

6.

다음 중 <a> 태그를 올바르게 사용한 것은?

a)

<a>

"https://google.com"

Click Me

</a>

b)

<a>Click Me>

"https://google.com"

</a>

c)

<a herf="https://google.com">

Click Me

</a>

d)

<a href="https://google.com">

Click Me

</a>

7.

다음 중 태그의 사용이 올바르지 않은 것은?

a)

<img src="smile.jpg" alt="스마일">

b)

<form method="post" action = "index.html"> </form>

c)

ID : <input type=text> 아이디를 입력하세요. </input>

d)

<table> <tr> <td>첫번째칸</td> </tr> </table>

8.

다음 중 <input>태그의 type 속성 값으로 올바르지 않은 것은?

a)

text

b)

select

c)

radio

d)

color

9.

다음 중 input 의 속성이 아닌 것은?

a)

name

b)

value

c)

action

d)

required

10.

다음 중 리스트 태그를 올바르게 사용한 것은?

a)

<ul> <li> 사과 </li> </ul>

b)

<li> <ul> 사과 </ul> </li>

c)

<li> </li> 사과 <ul> </ul>

d)

<ol> <li> 사과 </li> </ul>