Skip to content

Commit

Permalink
색 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0301sdh authored Mar 26, 2024
1 parent eb43eae commit 925d503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<h1><a href = "index.html">WEB</a></h1>
<ol>
<li><a style="color: green;" href = "1.html">HTML</a></li>
<li><a href = "2.html">CSS</a></li>
<li><a href = "3.html">JavaScript</a></li>
<li><a style="color: blue;" href = "2.html">CSS</a></li>
<li><a style="color: red;" href = "3.html">JavaScript</a></li>
</ol>
<h2>HTML이란 무엇인가?</h2>
<p><a href = "https://html.spec.whatwg.org/multipage/" target = "_blank" title = "html 5 specification ">Hypertext Markup Language (HTML)</a> is the standard markup language for <strong>creating <u>web</u> pages</strong> and web applications.
Expand Down

0 comments on commit 925d503

Please sign in to comment.