Bootstrap Text/Typography
description : Bootstrap Text/Typography
author : 오션
email : shlim@repia.com
...
Bootstrap이 브라우저 기본 값과 약간 다르게 스타일을 지정할 HTML (HyperText Markup Language) 요소를 살펴 보겠습니다.
<h1> ~ <h6>
기본적으로 Bootstrap은 아래의 방식으로 HTML (HyperText Markup Language) 제목 (<h1> ~ <h6>)의 스타일을 지정합니다.
예
Javascript HTML DOM innerText Property
description : Javascript HTML (HyperText Markup Language) DOM innerText Property
author : 오션
email : shlim@repia.com
lastupdate :... he source of the article
Javascript HTML DOM innerText Property
Example
요소의 내부 텍스트(inner text)를 가져옵니다.
CSS Text
description : CSS (Cascading Style Sheets) text color, alignment, decoration,transformation, spacing,... tupdate : 2021-03-08
Source of the article
CSS text
CSS Text Alignment
CSS Text Decoration
CSS Text Transformation
CSS Text Spacing
CSS Text Shadow
C
Javascript HTML DOM textContent Property
description : Javascript HTML (HyperText Markup Language) DOM textContent Property
author : 오션
email : shlim@repia.com
lastupdate ... 07
The source of the article
Javascript HTML DOM textContent Property
Example
요소의 내부 텍스트(inner text)를
s easily accessible via quickbuttons, too.
Basic Text Formatting
DokuWiki supports bold, italic, underlined and monospaced texts. Of course you can combine all these.
DokuWiki s... **, //italic//, __underlined__ and ''monospaced'' texts.
Of course you can **__//''combine''//__** all t... by a whitespace or the end of line.
This is some text with some linebreaks
Note that the
two backslashe
a. The whole link area is clickable, not just the text.
Note: overflow:hidden is added to the ul ele... lay: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
... lay: block;
color: white;
text-align: center;
padding: 14px 16px;
at the whole link area is clickable, not just the text.
예제 설명
display: block; - 링크를 블럭 요소로 표시하면, 텍스트뿐만... at the whole link area is clickable, not just the text.
Vertical Navigation Bar Examples
회색 컬러의 배경으로, 기... ddddd;
padding: 8px 16px;
text-decoration: none;
}
/* Change the... ddddd;
padding: 8px 16px;
text-decoration: none;
}
li a.active {
escapeHtml
1. Encryption - escapeHtml 선택 - Input Text 입력란에 입력 후,
<p>MyName<p>
2. Encrypt Text 버튼을 클릭 시 Input Text 입력란에 입력되어 있던 상기 코드가 아래와 같이 변경되는 이유는
<p>MyName<p>
2.1 - 이때 Encryption - Input Text 입력란은 아래와 같이 코딩되어 있었고,
<input id="encryptInptText
편리합니다.
배열로 작업하는 경우가 해당합니다.
Instead of writing
text += cars[0] + "<br>";
text += cars[1] + "<br>";
text += cars[2] + "<br>";
text += cars[3] + "<br>";
text += cars[4] + "<br>";
text += cars[5] + "<br>";
You
e position of the first occurrence of a specified text:</p>
<p id="demo"></p>
<script>
let str =... the positon of the last occurrence of a specified text:</p>
<p id="demo"></p>
<script>
let str =... oth indexOf() and lastIndexOf() returns -1 if the text is not found:</p>
<p id="demo"></p>
<script>
... e position of the first occurrnece of a specified text in a string.</p>
<p id="demo"></p>
<script>
(6)도 일요일 (0)이 아닌 경우. default 메시지를 작성합니다.
let text;
switch (new Date().getDay()) {
case 6:
text = "Today is Saturday";
break;
case 0:
text = "Today is Sunday";
break;
default:
text = "Looking forward to the Weekend";
}
doc
Javascript HTML DOM createTextNode() Method
description : Javascript HTML (HyperText Markup Language) DOM createTextNode() Method
author : 오션
email : shlim@repia.com
lastupda... e source of the article
Javascript HTML DOM createTextNode() Method
Example
텍스트 노드를 생성합니다.
<body>
<