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.
✨ 과제 내용
저번 스터디에서 배운 html에 대한 내용을 바탕으로 자기소개 화면을 만들어 보았다. 다양한 시맨틱 태그들을 사용해서 웹 페이지의 구조를 알아가고, 속성들에 따라 내용들을 배치하는 실습을 하였다. 웹페이지에 같은 폴더에 있는 이미지를 상대 경로를 통해서 넣고, 유튜브의 링크를 퍼와서 넣는 등 태그들을 직접 써보며 익숙해지는 과제였다.
📸 스크린샷(필수)
📚 새로 알게된 내용 혹은 궁금한 점
html을 구성하는 부분들이 다양하고 시맨틱 태그들을 이용해서 접근할 수 있다는 것을 새로 알았다. 시맨틱 태그들을 사용하는 방법들을 구글링해봤는데 정말 다양하고 세분화 되어있다는 생각이 들었다. 내가 원하는 것들을 구체적으로 구분하기 위해서는 더 공부하는 것이 필요하다는 생각이 들었다. 또한 css 파일과 밀접한 관계가 있다고 느꼈는데 정확히 어느 부분을 html이 구현하고, 어느 부분을 css가 담당하는지 알고 싶다.