본문 바로가기

배운 책들 정리/html

html 1,2 - web,html, 태그 등 기본 개념

1 팁

1.  vscode 라이브서버 수정 결과 바로바로 확인하기

 

 

[VSCode 라이브서버] 웹페이지 실행 결과 바로 확인 가능한 Live Server 설치 및 사용법, 한글깨짐

안녕하세요 오늘은 홈페이지/ 웹페이지 개발에서 유용한 기능으로 많이 쓰이고 있는 익스텐션, 라이브 서버(Live Server)를 소개하려고 합니다. Live Server란 무엇인가 HTML/CSS와 같은 시각적인 웹 페

jhnyang.tistory.com

 

 

2 복습

1. 

 

스킵

 

 

3 이론

1.  web에 대하여

 

 

 

 

 

 

4 실습

1. Web을 위한 설치

* 이클립스 web 설치

 

Eclipse downloads - Select a mirror | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

* apachi 설치

핵심 ZIP 설치

 

Apache Tomcat® - Apache Tomcat 10 Software Downloads

Welcome to the Apache Tomcat® 10.x software download page. This page provides download links for obtaining the latest version of Tomcat 10.1.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versi

tomcat.apache.org

 

 

2. ul과 ol

 

 

<!DOCTYPE html>
<html>
<head>
    <!-- 주석 -->
    <style>
        /* li{list-style: none;} */
    </style>
<meta charset="UTF-8">
<title>ul,li,ol,li</title>
<ul>
    <p>ul입니다.</p>
    <li>네이버</li>
    <li>다음</li>
    <li>구글</li>
    <li>네이트</li>
</ul>
<ol type="I">
    <p>ol입니다.</p>
    <li>네이버</li>
    <li>다음</li>
    <li>구글</li>
    <li>네이트</li>
</ol>
</body>
</html>

 

 

5 문제풀이

1. 

 

 

 

6 단축키

1. 

 

 

 

 

 

 

 

 

* 핵심

- 기초적인 html 개념 알기

 

 

 

 

* 0601  실습 링크

 

 

GitHub - RosePaku/bigdata_css_html: bigdata_css_html

bigdata_css_html. Contribute to RosePaku/bigdata_css_html development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST