본문 바로가기

HTML CSS21

CSS size, unit, color? box1 box2 HEX Color : #8a2be2 RGB Color : RGB(138,43,226) RGBa Color : RGBa(138,43,226,0.5) 2025. 5. 28.
Selector? CSS Selector? this is first p tag this is second p tag this is third p tag this is fourth p tag Tenco 학습 리소스 HTML과 CSS를 배우기 위한 추천 리소스를 확인하세요! 추천 자료 이 자료는 초보자에게 특히 추천됩니다! HTML 기초 튜토리얼 CSS 선택자 가이드 웹 디자인 입문 더 많은 자료를 보려면 아래 링크를 클릭하세요 : 학습 사이트 방문 2025. 5. 28.
Semantic Web? Tag? My Blog Welcom! 다양한 주제를 다룹니다. Home Introduction Contacts Today's post HTML5 HTML5 is the lastest standard of WEB, it makes the structure clearer with semantic tag CSS CSS is the designer using with HTML5(dependent) .. 2025. 5. 28.
Body tag 큰 제목 중간 제목 작은 제목 이것은 문단1 입니다. 텍스트를 묶어줍니다. 이것은 문단2 입니다. 텍스트를 묶어줍니다. 여기를 클릭하세요! 이 문단은 div 안에 있어요 레이아웃을 나눌 때 유용해요 > div>p*2 --> > div*3 --> li : 순서가 없는 목록 unordered list--> 항목 1 항목 2 항목 3 li : 순서가 있는 목록 ordered list --> Step 1 Step 2 Step 3 나를.. 2025. 5. 28.
HTML, CSS, JS? Think of a website as a person:HTML is the person's skeleton (the structure).CSS is the person's outfit (how it looks).JavaScript is the person's actions (what it does). 2025. 5. 27.
HTML? HTML; Hyper Text Markup Language,is a language that marks up (labels) text and other content to create hyperlinked (connected) web pages. It's the skeleton of any webpage. 2025. 5. 27.