일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- html
- 생활코딩 html
- 생활코딩
- ftz
- 슬퍼유
- 윈도우 프로세스 종류
- 디지털포렌식
- 네트워크관리사2급
- 실기
- 는 하지마...
- memory
- 네트워크 보안
- 2022시작
- CTF-D
- slack space
- Multimeida
- N0Named
- 정보처리기사 필기 합격
- 24시간의 전사
- Multimedia
- 윈도우 프로세스
- blkls
- 디지털포렌식 with CTF
- ZIP 파일구조
- network
- vinetto
- disk
- 포렌식
- Window process
- pythonchallenge
- Today
- Total
목록생활코딩 html (6)
ssoL2 TISTORY
- 1960년 인터넷 인프라 시작 - 1990년대 웹을 만나면서 엄청나게 확장 - 웹의 고향은 스위스, 유럽입자물리 연구소(CERN) 내 팀 버너스 리가 개발 - 웹의 메소포타미아 -> info.cern.ch/ - 인터넷의 동작 원리 : 클라이언트와 서버 Web browser가 설치된 컴퓨터에서 html 요청(request) -> Web Server에서 html 찾아서 코드 응답(respond) - 요청하는 컴퓨터 : 클라이언트 컴퓨터 - 응답하는 컴퓨터 : 서버 컴퓨터 - 웹 서버를 사용하는 방법 1. 컴퓨터에 직접 웹 서버를 설치하는 방법. but very hard 2. 웹 호스팅을 이용하는 방법 ex) github 웹 서버를 운영하려면 항상 컴퓨터가 켜져있어야 하고, 인터넷을 통해 웹서버 연결되도록..
HTML 웹페이지 구상 결과물 1. index.html WEB HTML CSS JavaScript WEB이란 무엇인가? The World Wide Web (WWW), commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators (URLs, such as https://example.com/), which may be interlinked by hypertext, and are accessible over the Internet. [1][2] The resources of the Web are transferred via th..
굉장히 중요한 HTML 링크 tag 링크 링크 참조도 넣어야함 -> href 속성 사용 HTML CSS JavaScript HTML이란 무엇인가? Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Web browses receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for..
- HTML 태그의 랭킹 순위권에 들어가는 HTML 구조 태그 tag 웹 페이지 제목 명시 검색 엔진으로 제공 WEB1 - HTML HTML CSS JavaScript HTML Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Web browses receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally ..
- 현재 최신 버전의 HTML 150개 이상의 태그 존재, 맨 처음엔 18개로 시작, 평균 사용 태그는 26개 - 랭킹 순위 - 앞에 있는 태그 -> "열리는 태그" - 뒤에 있는 태그 -> "닫히는 태그" tag 진하게 표현 Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. tag underline Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. - W3C(http://www.w3.org/) -> 국제민간표준화기..
웹 페이지를 만드는 컴퓨터 언어 -> HTML(HyperText Markup Language) web은 퍼블릭 도메인(public domain)이다. (by 팀 리버스 리(Tim Berners-Lee)) 웹 페이지를 HTML로 코딩 -> 준비물은 웹 브라우저 + 에디터(editor) ex) Atom HTML 확장자는 filename.html 웹 페이지를 웹 브라우저로 열어보려면 html 파일 열기하면 자동으로 브라우저로 열림(본인은 크롬) 1.html에 "hello web" 입력 (웹 페이지를 만드는 일) 1.html에 "hello web" 결과 (웹 브라우저로 실행)