다음은 속성입니다 -
- 높이: 포함된 콘텐츠의 높이(픽셀)입니다.
- src :삽입할 외부 파일의 주소, 즉 URL을 언급합니다.
- 유형 :포함된 콘텐츠의 미디어 유형을 지정하는 미디어 유형입니다.
- 너비: 포함된 콘텐츠의 너비(픽셀)입니다.
이제 HTML에서
예시
<!DOCTYPE html> <html> <body> <h2>CSS Demonstrating Application</h2> <embed src="https://www.tutorialspoint.com/flex/samples/CSSApplication.swf" height="400" width="600"> </body> </html>
출력
위의 예에서
를 사용했습니다.<embed src="https://www.tutorialspoint.com/flex/samples/CSSApplication.swf" height="400" width="600">
embed 요소의 src 속성 아래에 .srf 파일 형식으로 외부 응용 프로그램을 설정했습니다 -
https://www.tutorialspoint.com/flex/samples/CSSApplication.swf