Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 과제 내용
BS 1주차 과제 '시맨틱 태그를 이용하여 자기소개 페이지 만들기' 입니다.
양식에 맞추어 main안의 3가지 article이 가로정렬되도록 하고 색을 바꾸기 위해 css파일을 수정하였고
html파일을 작성하였습니다.
📸 스크린샷(필수)
📚 새로 알게된 내용 혹은 궁금한 점
html과 css를 처음 접해서 시맨틱 태그의 의미와 사용방법을 익히는 것을 학습했습니다.
유튜브 링크를 가져올 때 링크 외에도 width나 height등 다른 값도 가져오게 되었는데 이런 값을 css가 아니라 html의 iframe에 넣은 것이 옳은 사용방법인건지 궁금합니다. 디자인적인 요소를 css가 아니라 html에 넣은 것이 아닌지 고민하게 되었기 때문입니다.