Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 임베디드
- 일반 형제 결합자
- 전체 선택자
- 인접 형제 결합자
- reveal in file explorer
- not 의사클래스
- 아두이노
- sub태그
- height속성
- html
- RGBA
- tag html
- iframe 태그
- Checked 의사 클래스
- focus 의사클래스
- i 태그
- RGB
- 자식결합자
- id 선택자
- padding 속성
- html 태그
- css
- Live Server
- html tag i
- go live
- iframe
- sup태그
- br 태그
- width속성
- background-color 속성
Archives
- Today
- Total
so woon!
[속성] style 속성 본문
학습일 : 2022. 09. 05
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>style속성</title>
</head>
<body>
<div style="background-color: red; color:white; display: block;">주의 사항</div>
<div style="background-color: red; color:white; display: inline;">주의 사항</div>
<span style="background-color:yellow; display:block;">어쩌고 저쩌고</span>
</body>
</html>
===============실행결과==============
'HTML > 개념정리' 카테고리의 다른 글
html 소스 코드 자동 정렬 단축키 (0) | 2022.09.11 |
---|---|
[속성] Class 및 ID 속성 (0) | 2022.09.07 |
[속성] hidden 속성 (0) | 2022.09.07 |
[속성] onclick 속성 (0) | 2022.09.07 |
tag (Style) (0) | 2022.09.05 |
Comments