리우's IT Story
728x90
반응형
article thumbnail
javaScript에서 데이터 가져와서 채우기

자바스크립트 파일 준비 console.log(arr.length) const saleList = arr.filter(ob => ob.price != ob.salePrice) console.log(saleList.length) const dataList = arr.map(ob => { const data = { name : ob.name, price : ob.price, salesCount : ob.salesCount, grade: ob.grade } return data }) console.log(dataList[0]) const tbody = document.querySelector('tbody') let tag ='' dataList.forEach(ob =>{ tag += `` tag += ` ${o..

article thumbnail
쇼핑몰 따라만들기

https://darles.co.kr/ 서유리의 옷장 다를 서유리의 옷장 다를 - 방송인 서유리의 쇼핑몰. 선택의 이유를 만나보세요! 아우터, 탑, 드레스, 팬츠, 스커트, 남성의류, 악세사리 darles.co.kr style CSS를 적용해서 쇼핑몰 메인페이지 따라만들기 따라 만들 메인 페이지 시작! 코드에 대한 설명은 주석으로 달았다. CSS HTML LOGIN JOIN US CART 0 ORDER MT PAGE BOOKMARK 공지사항 이벤트 상품문의 상품후기 D'ARLES f ㅁ ▶️ 🍳 🟰 RONA Universe 남성의류 아우터 탑 드레스 바텀 악세사리

article thumbnail
vscode로 계산기 이미지 구현하기 , input태그 다루기

CSS 10-calculator.html 📱계산기 - ㅁ x 🟰 표준 🥃 ⏱️ 0 mc mR m+ m- ms m⬇️ % CE C ← ⅟x x 2 2✓x ÷ 7 8 9 × 4 5 6 - 1 2 3 + +/- 0 . = 실행 클릭해서 스포이드로 색깔을 찾아내는 기능 무슨 색깔인지 찾아야 할 때 유용하다. input 사용자의 입력값을 서버에 전송하기 위한 요소, 주로 form과 연계하여 사용한다. 모든 input은 타입도 중요하지만 name과 value가 핵심이다. value를 직접 지정할 수 도 있지만. 지정하지 않으면 사용자에게 입력을 받을 수 있다. 02-input.html 사용자의 입력값을 서버에 전송하기 위한 요소, form과 연계하여 사용한다. 태그 type 특징 예시 input text 일반적인 ..

article thumbnail
div, selector (선택자) , CSS적용해서 menubar만들기

2023.07.06 - [파이썬을 이용한 웹구축] - vsCode (Visual Studio Code) 자주쓰는 html 태그 다뤄보기 vsCode (Visual Studio Code) 자주쓰는 html 태그 다뤄보기 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite ji7290.tistory.com 3..

article thumbnail
<html태그>ul,ol ,A태그 href , table 태그

unordered list 순번을 매기지 않는 목록 나열 05-list.html파일 생성 05-list.html unordered list : 순번을 매기지 않는 목록 나열 network windows linux python c java data type variable operator control statements ordered list 순번을 자동으로 매겨주는 리스트 ordered list : 순번을 자동으로 매겨주는 리스트 객체지향 프로그래밍 데이터베이스 시스템 화면 설계 / 구현 서버 프로그램 구현 프레임워크 개발 스프링 프레임워크 개요 IoC (Inversion Of Control) DI (Dependency Injection) AOP (Aspect Oriented Programming) 배..

article thumbnail
vsCode (Visual Studio Code) 자주쓰는 html 태그 다뤄보기

https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 이 경로에 있는 .vscode 폴더 지우기 vs code를 열어서 자동저장 체크 extensions -> 한글 확장팩 설치 언어 설정을 바꾸고 재시..

728x90
반응형