HTML 웹사이트 만들 때 필요한 지식
웹-
인터넷 서버에 가입한다.
-
FTP 를 설치한다.
-
w3school, mozilla 웹사이트를 참고하여 만든다.
-
엑셀, 마인드맵을 활용하여 전체 흐름도를 만든다.
- 통일성, 균형미가 느껴지게 만든다.
- 수정하기 편하게 만든다.
- 외부 파일 div 에 넣기 include another html in div in html file.
https://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file?rq=1
div 단점 보안을 위한 대안
https://dev.to/kenbellows/stop-using-so-many-divs-an-intro-to-semantic-html-3i9i
-
Layout, Grid 만들기
예제>
https://www.w3schools.com/w3css/w3css_templates.asp
아래 링크는 같은 높이 칼럼 만들 때 사용
https://www.w3schools.com/howto/howto_css_equal_height.asp
반응형 웹 :
화면을 모니터 크기에 자동으로 맞춘다, 예를 들면 데스크탑, 스마트폰이다.
-
Menu 만들기
top navigation menu(tab)
dropdown menu
tree menu예제: https://codepen.io/bisserof/pen/fdtBm
tab menu
mind map: https://codepen.io/sblamey/pen/nBdeo
target in div
기능: 선택 된 메뉴에 표시 .active 활용한다.
-
텍스트
Font 종류, 크기
-
색
-
이미지
-
style.css 를 이용할 것
-
수학식, 차트 사용할 때
Include another HTML file in a HTML file
I have 2 HTML files, suppose a.html and b.html. In a.html I want to include b.html. In JSF I can do it like that: It means that inside a.xhtml file, I can incl...
stackoverflow.com
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
Variation on Kenneth Kufluk's js-mindmap
This strength/force-based mind map script is based on Kenneth Kufluk's http://kenneth.kufluk.com/ 2010 version. I added size and color features....
codepen.io
'웹' 카테고리의 다른 글
자바스크립트 배열 push() pop() shift() unshift() splice() (0) | 2017.08.18 |
---|---|
자바 스크립트 테트리스 소스코드 알고리즘 분석 (0) | 2017.08.18 |
자바스크립트 원 모양의 사인파를 캔버스로 그리기 (0) | 2017.08.18 |
(스크랩) 자바스크립트 마우스 선 그리기 (0) | 2017.08.18 |
목차 (0) | 2017.08.18 |