전체 글
-
web1 복습, most frequent tag28카테고리 없음 2021. 12. 10. 22:29
기본 html 탬플릿?! https://www.advancedwebranking.com/html/ most frequency 1. 2. : inside element(, , , , , 9. : the relationship between a document and an external resource (most used to link to style sheets) most often used to link to external style sheets or to add a favicon to your website. attribute(crossorigin, href, hreflang, media, referrerpolicy, rel, sizes, title, type) 1) href : The URL of..
-
생활코딩 web1 - HTML&Internet카테고리 없음 2021. 12. 8. 22:33
3강. 기획 4강. 코딩과 HTML: code=source=language(사람이 하는 일) Application=App=Program=Webpage=Website(기계가 하는 일) HTML(: HyperText Markup Language) 5강. HTML 코딩과 실습환경 준비 준비물2: 웹브라우저, 에디터(editor) - 아톰(atom) 에디터 검색시 추천 검색어: HTML Editor / best HTML Editor 2021 https://atom.io -> download 클릭 -> 설치 -> 바탕화면에 web폴더 만들기 -> 아톰에서 file-open folder-만든 web폴더선택 -> web폴더 오른쪽 클릭해서 new file -> 1.html 입력 -> 브라우저에서 파일열기(윈도우 ct..