(Basics 18) 블로그 프로젝트: Putting It All Together
in HTML
SoloLearn HTML 번역
Blog Project: Putting It All Together
블로그 프로젝트: Putting It All Together
- To finalize our blog, we’ll use a frame to embed a YouTube video.
- 블로그를 완성하기 위해 frame을 사용해서 YouTube 영상을 끼워 넣을 것이다.
- We’ll also create a
Follow Me
section that includes links at the end of the page.- 페이지의 끝에 링크가 포함된
Follow Me
섹션도 생성할 것이다.
- 페이지의 끝에 링크가 포함된
- Check out the final code:
- 최종 코드를 살펴보자.
...
<div class="section">
<h1><span>My Media</span></h1>
<iframe height="150" width="300"
src="https://www.youtube.com/embed/Q6_5InVJZ88"
allowfullscreen frameborder="0">
</iframe>
</div>
...
QUIZ
- The sections in the blog project are created using the following tag:
- 블로그 프로젝트의 섹션은 다음 태그를 사용해서 생성된다.
[ ] table
[ ] span
[ ]
div