JSP(Bootstrap)_00

2024. 12. 31. 15:28·JSP/기초 내용 정리

2024-12-31

 

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.js"></script>
</head>
<body>

	<div class="container text-center">
	  <div class="row">
	    <div class="col">col</div>
	    <div class="col">col</div>
	    <div class="col">col</div>
	    <div class="col">col</div>
	  </div>
	  <div class="row">
	    <div class="col-8">col-8</div>
	    <div class="col-4">col-4</div>
	  </div>
	</div>
	<br> <br> <br>
	
	
	<button type="button" class="btn btn-primary">Primary</button>
	<button type="button" class="btn btn-secondary">Secondary</button>
	<button type="button" class="btn btn-success">Success</button>
	<button type="button" class="btn btn-danger">Danger</button>
	<button type="button" class="btn btn-warning">Warning</button>
	<button type="button" class="btn btn-info">Info</button>
	<button type="button" class="btn btn-light">Light</button>
	<button type="button" class="btn btn-dark">Dark</button>

</body>
</html>

'JSP > 기초 내용 정리' 카테고리의 다른 글

JSP(Ajax)_Customer  (0) 2024.12.31
JSP(Ajax)_Join  (0) 2024.12.31
JSP(Ajax)_04  (0) 2024.12.31
JSP(Ajax)_03  (0) 2024.12.31
JSP(Ajax)_02  (0) 2024.12.31
'JSP/기초 내용 정리' 카테고리의 다른 글
  • JSP(Ajax)_Customer
  • JSP(Ajax)_Join
  • JSP(Ajax)_04
  • JSP(Ajax)_03
mw41817
mw41817
일생의 개발 기록 저장소
  • mw41817
    IT 개발 일지
    mw41817
    • Index (487)
      • HTML (36)
        • 기초 내용 정리 (36)
      • CSS (29)
        • 기초 내용 정리 (29)
      • JavaScript (60)
        • 기초 내용 정리 (60)
      • JQuery (38)
        • 기초 내용 정리 (38)
      • Java (232)
        • 기초 내용 정리 (232)
      • JSP (46)
        • 기초 내용 정리 (46)
      • Spring, Boot (31)
        • 기초 내용 정리 (31)
      • DB (5)
        • Oracle SQL (5)
      • Code WorkBook (6)
        • programmers (6)
        • Baekjoon (0)
      • 기타 (1)
        • 유용한 사이트 (3)
  • 전체
    오늘
    어제
  • 글쓰기 관리
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
    • 카테고리
    • 주인장 GitHub
  • 공지사항

  • 인기 글

  • 태그

    html #코딩 #프로그래밍 #기초
  • 최근 댓글

  • hELLO· Designed By정상우.v4.10.0
mw41817
JSP(Bootstrap)_00
상단으로

티스토리툴바