-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.html
15 lines (15 loc) · 1.08 KB
/
1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
<title>WEB1 - HTML</title>
<meta charset="utf-8">
</head>
<body>
<h1><a href="index.html">WEB</a></h1>
<ol>
<li><a href="1.html">HRML</a></li>
<li><a href="2.html">CSS</a></li>
<li><a href="3.html">JacaScript</a></li>
</ol>
<h2>HTML</h2>
<p><a href="https://www.inflearn.com/course/%EC%BB%B4%ED%93%A8%ED%84%B0-%EC%9B%B9-%EC%BD%94%EB%94%A9-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D-%EC%8B%9C%EC%9E%91-web-1/lecture/8677?tab=note&mm=close" target="_blank" title="html5" >Hypertext Markup Language (HTML)</a> is the standard markup language for <strong>creating <u>web</u> pages</strong> and web applications.HTML elements are the building blovks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page.<img src="coding.jpg" width="100%">It 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.</p>