Commit 2b8298a8 authored by jokercom's avatar jokercom

21_12_29

parents
# Default ignored files
/shelf/
/workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (html_project)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/html_project.iml" filepath="$PROJECT_DIR$/.idea/html_project.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>B1</title>
</head>
<body>
B1
</body>
</html>
\ No newline at end of file
File added
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcom to my home</title>
</head>
<body>
<H1><a href="http://www.naver.com" target="_self"> 네이버 사이트로 이동</a></H1>
<h1>안녕하세요</h1>
<h2>안녕하세요</h2>
<h3>안녕하세요</h3>
<h4>안녕하세요</h4>
<h5>안녕하세요</h5>
<h6>안녕&lt;&nbsp&nbsp&nbsp&nbsp하세요&gt;</h6>
<p><b>튤립</b>은 여러</p>
<p><i>햇볕이 </i>구근의 크기</p>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>image&sound</title>
</head>
<body>
<br><br><br><br><br>
<ol>
<li><img src="img\flower.jpg" width="200px" height="auto" title="꽃"></li>
<li><img src="img\google.png" style="width: auto; height: 100px"></li>
<li><img
src="https://post-phinf.pstatic.net/MjAyMTEyMjVfMjQ3/MDAxNjQwMzg4NDkxNjQx.TSE0ZSo2fwsnCMsNjZQQJuPEmTmBhJUOTAti1yh8r9Mg.pD6bdD0IGfhWkxaM-JH5A5eDBny5tCYmXR6vgXfKHC4g.JPEG/Volvo-V90_Cross_Country-2020-1280-17.jpg?type=w1200"
width="200px"></li>
<li>
<audio src="data\evocation.mp3" controls></audio>
</li>
<li><video width="200px" controls autoplay loop>
<source src="data\mp4.mp4" type="video/mp4">
</video> </li>
</ol>
<br><br><br><br>
</body>
</html>
\ No newline at end of file
# This is a sample Python script.
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm')
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>P1</title>
</head>
<body>
P1
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>P2</title>
</head>
<body>
P2
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>UL_UI</title>
</head>
<body>
<!--ul-->
<ol>
<li>aaaaa</li>
<li>aaaaa</li>
<!-- <li>aaaaa</li>-->
<!-- <li>aaaaa</li>-->
<!-- <li>aaaaa</li>-->
</ol>
<!--/ul-->
<dl>
<!-- <dt>aaaaaa</dt>-->
<dd>bbbbbbb</dd>
<dt>aaaaaa</dt>
<dd>bbbbbbb</dd>
<dt>aaaaaa</dt>
<!-- <dd>bbbbbbb</dd>-->
<!-- <dt>aaaaaa</dt>-->
<!-- <dd>bbbbbbb</dd>-->
</dl>
<a href="p1.html" target="_blank">p1</a><br>
<a href="p2.html" target="_blank">p2</a><br>
<a href="data\b1.html" target="_blank">p3</a><br>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment