본문 바로가기

SELF IMPROVEMENT/CODING

21.08.14.SAT - 코딩1일차 (1-18강)

#에디터

best 2022 editor 검색

최신거 찾으면 다양하게 있어요.

나는 https://atom.io/ 사용했다.

 

A hackable text editor for the 21st Century

At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.

atom.io

 

 

 

 

#tag

웹페이지에서 쓰이는 언어는 보통 32개의 태그를 쓴다.

아래사이트에 들어가면 최근 자주쓰이는 태그들을 알려준다.

이정도만 태그알면 대부분 페이지의 태그들은 해석가능하다.

-https://www.advancedwebranking.com/html/

 

The average web page from top twenty Google results

Apparently, an average web page uses thirty-two different element types: The thirty-two elements used on most pages, ordered by appearance frequency:

www.advancedwebranking.com

 

 

 

#tag와 attribute

태그만 붙여서해결안되고,

더 디테일한 정보들이 필요할 경우,

부수적으로 써넣는 요소를 뜻한다.

attibute들끼리 순서는 아무렇게나 넣어도 괜찮다.

ex) <image> = tag

<image src="이미지이름.JPG" width=100%>이건

<tag attribute1 attribute2>로 이루어진 구성이다.

 

 

#Internet과 web

왼쪽) 인터넷안에 웹, 이메일 등등 다양한 서비스들이 존재한다. / 오른쪽) 세상에서 처음으로 만들어진 웹페이지다.

 

 

 

 

#web hosting과 web server

github page - web hositng 사이트이다.

https://github.com/

 

GitHub: Where the world builds software

GitHub is where over 65 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

web hosting 개념도

web서비스만 제공하는건 static web이다.

지금(2017)에 추천하는건 이것이다.

 


 

 

여기까지 듣고 내가 만든 페이지다.

https://jangyeongeun.github.io/web1/

 

코딩배우기30일챌린지

가족관계 장은지 장영은 코딩1일차-21.08.14.SAT 장영은 코딩1일차다. 이게그래서 뭐 어떻게 지금은 배부르다. 월요일에 회사안가서 너무 좋다. 피태그랑 비알태그랑 뭐가 좋은지 그거는 그때그떄

jangyeongeun.github.io