Javascript

HTML block, inline, List

EasyCoding 2021. 1. 25. 14:49
728x90

Block: 요소 아래에 그려짐

<div>

 

Inline: 요소 옆에 그려짐

<span> : div와 같으나 같은 줄에 가능하다는것

<b> : bold character

<br> : 줄바꿈

<label>

<input>

developer.mozilla.org/en-US/docs/Web/HTML/Element/input

 

List:

<ol> order list

<ul> unordered list

<li>

 

developer.mozilla.org/en-US/docs/Web/HTML/Element

 

HTML elements reference - HTML: HyperText Markup Language | MDN

This page lists all the HTML elements, which are created using tags. They are grouped by function to help you find what you have in mind easily. An alphabetical list of all elements is provided in the sidebar on every element's page as well as this one. E

developer.mozilla.org

 

'Javascript' 카테고리의 다른 글

Html Emmet  (0) 2021.01.25
CSS selector  (0) 2021.01.25
HTML 이란?, HTML 공부 사이트, HTML 강좌  (0) 2021.01.25
웹앱 만들기(React native, Expo, GroomIDE, Android & IOS WebApp)  (0) 2021.01.08
Javascript face detection: face-api.js  (0) 2021.01.04