본문 바로가기

HTML(7)

[R]HTML YouTube 동영상(HTML YouTube Videos) The easiest way to play videos in HTML, is to use YouTube.HTML로 동영상을 재생하는 가장 쉬운 방법은 YouTube를 사용하는 것입니다. Struggling with Video Formats?비디오 포맷으로 고생하고 있습니까? Earlier in this tutorial, you have seen that you might have to convert your videos to different formats to make them play in all browsers.이 자습서의 앞부분에서 모든 브라우저에서 비디오를 재생할 수 있도록 비디오를 다른 형식으로 변환해야 할 수도 있음을 알았습니다.Converting videos to different form..
HTML Iframes(HTML Iframes) An iframe is used to display a web page within a web page. iframe은 웹 페이지 내에 웹 페이지를 표시하는 데 사용됩니다. chlehrb.tistory.com Iframe SyntaxIframe 구문 An HTML iframe is defined with the tag: HTML iframe은 다음 태그 로 정의됩니다 . 1cs The src attribute specifies the URL (web address) of the inline frame page. src속성은 인라인 프레임 페이지의 URL (웹 주소)을 지정합니다. Iframe - Set Height and WidthIframe - 높이 및 너비 설정 Use the height and wi..
HTML 속성(HTML Attributes) Attributes provide additional information about HTML elements.속성은 HTML 요소에 대한 추가 정보를 제공합니다. HTML AttributesAll HTML elements can have attributes모든 HTML 요소는 속성 을 가질 수 있습니다.Attributes provide additional information about an element속성 은 요소에 대한 추가 정보를 제공합니다.Attributes are always specified in the start tag속성은 항상 시작 태그에 지정됩니다 .Attributes usually come in name/value pairs like: name="value"속성은 일반적으로 다음과..
HTML 기본(HTML Basic) HTML Basic ExamplesDon't worry if these examples use tags you have not learned.이 예제가 아직 배운 적이없는 태그를 사용하더라도 걱정하지 마십시오.You will learn about them in the next chapters.당신은 다음 장에서 그것들에 대해 배울 것입니다. HTML DocumentsAll HTML documents must start with a document type declaration: .모든 HTML 문서는 문서 유형 선언으로 시작해야합니다 .The HTML document itself begins with and ends with .HTML 문서 자체는로 시작 하고로 끝납니다 .The visible part ..
HTML 편집기(HTML Editors) Write HTML Using Notepad or TextEdit메모장 또는 텍스트 편집기를 사용하여 HTML 작성 Web pages can be created and modified by using professional HTML editors.전문적인 HTML 편집기를 사용하여 웹 페이지를 작성하고 수정할 수 있습니다.However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).그러나 HTML을 배우려면 메모장 (PC)이나 텍스트 편집기 (Mac)와 같은 간단한 텍스트 편집기를 사용하는 것이 좋습니다.We believe using a simple text editor is a good wa..
HTML 소개(HTML Introduction) What is HTML?HTML is the standard markup language for creating Web pages.HTML은 웹 페이지를 만들기위한 표준 마크 업 언어입니다.HTML stands for Hyper Text Markup LanguageHTML은 하이퍼 텍스트 마크 업 언어HTML describes the structure of Web pages using markupHTML은 마크 업을 사용하여 웹 페이지의 구조를 설명합니다.HTML elements are the building blocks of HTML pagesHTML 요소는 HTML 페이지의 구성 요소입니다.HTML elements are represented by tagsHTML 요소는 태그로 표현됩니다.HTML t..
HTML 홈(HTML HOME) HTML5 TutorialWith HTML you can create your own Website.HTML을 사용하면 자신 만의 웹 사이트를 만들 수 있습니다.This tutorial teaches you everything about HTML.이 튜토리얼은 HTML에 관한 모든 것을 가르쳐줍니다.HTML is easy to learn - You will enjoy it.HTML은 배우기 쉽습니다. 당신은 그것을 즐깁니다. Examples in Every Chapter모든 장의 예 This HTML tutorial contains hundreds of HTML examples.이 HTML 자습서에는 수백 가지 HTML 예제가 들어 있습니다.With our online HTML editor, you ca..