studyLog

HTML 개요/읽어보기 요약 HTML Overview/Reading: Summary - CAD101-3

devlunch4 2024. 4. 19. 07:17
반응형

HTML 개요/읽어보기 요약 HTML Overview/Reading: Summary - CAD101-3

웹개발에서 프론트엔드, 즉 보여지는 부분에서 사용하는 컴퓨터 프로그래밍 언어, 웹 언어인 HTML에 대한 요약을 기록해보았습니다.

HTML 개요

국문

-HTML은 태그를 사용하여 웹사이트의 기본 구조와 콘텐츠를 제공합니다.

-태그는 HTML 페이지의 요소를 나타냅니다.

-HTML DOM 트리는 웹사이트의 구조를 설명합니다.

-HTML은 API를 사용하여 사용자 경험을 향상하고 고급 애니메이션, 오디오 및 비디오 기능을 제공합니다.

-스크립팅은 웹사이트를 탐색할 때 더욱 대화형 사용자 경험을 제공합니다.

-스크립팅은 비활성화될 수 있으므로 의존하지 않는 것이 좋습니다.

-HTML5 샌드박스는 iframe 매시업(조합, 결합)을 관리하는 데 도움이 됩니다.

-HTML5 브라우저 지원 표는 어떤 브라우저가 어떤 HTML5 기능을 지원하는지 설명합니다.

-JavaScript는 브라우저에서 요소를 지원하는지 확인하는 데 사용됩니다.

-CSS는 웹사이트 전반에 걸쳐 일관된 스타일과 디자인을 제공합니다.

-웹사이트를 디자인하는 CSS 레이아웃에는 유동형과 고정형의 두 가지 유형이 있습니다.

영문

-HTML provides the basic structure and content for a website using tags.

-Tags represent the elements of an HTML page.

-The HTML DOM Tree describes how a website is structured.

-HTML uses APIs to enhance the user experience, providing features for advanced animation, audio, and video.

-Scripting provides a more interactive user experience when browsing websites.

-It is recommended to not rely on scripting as it can be disabled.

-HTML5 sandboxes help manage iframe mashups.

-HTML5 Browser Support Tables describe which browsers support which HTML5 features.

-JavaScript is used to check if an element is supported by a browser.

-CSS provides consistent style and design throughout the website.

-There are two types of CSS layouts to design websites: fluid and fixed.

웹 개발을 처음 공부했을때, 기초이자 기본인 언어인 HTML입니다.

HTML은 Hypertext Markup Language, 하이퍼텍스트 마크업 랭기지 의 약자입니다.

끝!

반응형