-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
82 lines (65 loc) · 3.9 KB
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello</title>
</head>
<body>
<h1><a href="ind.html">WEB</a></h1>
<ol>
<a href="1.html"><li>HTML이란 무엇인가?</li></a>
<a href="2.html"><li>CSS</li></a>
<a href="3.html"><li>JAVASCRIPT</li></a>
</ol>
<br>
<h2>HTML</h2>
<p><strong><a href = "https://www.w3.org/" target="_blank" title="w3c"> The HyperText Markup Language </a></strong>, or HTML is <u>the standard markup language
</u> for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.</p>
<p style="margin-top:50px">Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for"https://www.w3.org/" target="_blank" title="w3c" the appearance of the document.</p>
<p>HTML elements are the building blocks of HTML pages. With HTML constructs, images <img src="im.jpg" width="100%">and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the page. Other tags such as surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to the content of the page.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_1Yqk-fLkec" frameborder="0" allowfullscreen></iframe>
</p>
<p><iframe width="560" height="315" src="https://youtu.be/kem-HX0PpOo" frameborder="0" allowfullscreen></iframe>
</p>
<img src="aa.jpeg" usemap="#image-map">
<map name="image-map">
<area target="_blank" alt="" title="" href="https://hongma059.cafe24.com/" coords="468,849,1069,1442" shape="rect">
<area target="_blank" alt="" title="" href="https://kosis.kr/index/index.do" coords="2602,1136,318" shape="circle">
<area target="_blank" alt="" title="" href="https://www.google.com/" coords="2023,1439,1433,856" shape="rect">
<area target="" alt="" title="" href="https://crone.tistory.com/309" coords="3691,1411,3097,814" shape="rect">
</map>
<p><div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://web2-hd0ndheapj.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript></p>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5f3cad4ecc6a6a5947acf0a0/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>