<form action="https://example.com/">
    <label for="user-id">아이디</label>
    <input type="text" id="user-id" name="example-id">
    
    <label for="user-pw">비밀번호</label>
    <input type="password" id="user-pw" name="example-pw">
    
    <button type="submit">전송</button>
</form>
<iframe src="https://www.example.com" name="example"></iframe>
<object data="flower.mp4" name="flower-video"></object>
<img src="example.jpg" alt="example" usemap="#example-map"> <!-- usemap 속성으로 <map> 태그를 연결 -->    
<map name="example-map"> <!-- name 속성으로 이미지 맵에 이름을 지정 -->
    ...
</map>
<meta name="description" content="이 페이지를 설명하는 문구가 있습니다.">