바람 좀 쐬어 (CONCENTRATION)

August 10, 2020


집중


HyperText Markup Language

tag

Semantics Elements in HTML

Tag Description
<article> Defines independent, self-contained content
<aside> Defines content aside from the page content
<details> Defines additional details that the user can view or hide
<figcaption> Defines a caption for a <figure> element
<figure> Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
<footer> Defines a footer for a document or section
<header> Specifies a header for a document or section
<main> Specifies the main content of a document
<mark> Defines marked/highlighted text
<nav> Defines navigation links
<section> Defines a section in a document
<summary> Defines a visible heading for a <details> element
<time> Defines a date/time

Cascading Style Sheets

  • <element style="">

  • <style>

  • <link href="">

    style

  • Selectors

Selector name HTML CSS
Universal Selector <a/>
<b/>
* {}
Type Selector <a/> a {}
ID Selector <a id=""> #id {}
Class Selector <class=""> .class {}

CSS reference

CSS basic box model

CSS Flexible Box Layout

CSS Grid Layout


Written by Soomin 호기심이라는 우주선을 타고 떠나는 여행. 이 곳은 모험을 기록하는 우주정거장. Soomin Space Station