Day01 - Orientation
January 09, 2017
-
Day01 - HTML
-
Markdown
Wiki https://ko.wikipedia.org/wiki/%EB%A7%88%ED%81%AC%EB%8B%A4%EC%9A%B4
-
Markdown Utility
구글에 검색하세요
macOS
MacDown
Linux
Remarkable
-
과제
1. Markdown Guide익히기
GitHub Markdown Guide
2. Markdown으로 정리
Emmet Document
-
수업내용
-
HTML:
HTML is the standard markup language for creating Web pages.
- HTML stands for Hyper Text Markup Language
- HTML describes the structure of Web pages using markup
- HTML elements are the building blocks of HTML pages
- HTML elements are represented by tags
- HTML tags label pieces of content such as “heading”, “paragraph”, “table”, and so on
- Browsers do not display the HTML tags, but use them to render the content of the page
-
CSS:
What is CSS? CSS stands for Cascading Style Sheets
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media
- CSS saves a lot of work. It can control the layout of multiple web pages all at once
- External stylesheets are stored in CSS files
-
Source: W3SCHOOL HTML