You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
<html>
|
|
<head>
|
|
<title>30 Days Of HTML: Table</title>
|
|
</head>
|
|
<body>
|
|
<p>Learn the following technologies according to their order:</p>
|
|
<ol>
|
|
<li>HTML</li>
|
|
<li>CSS</li>
|
|
<li>JavaScript</li>
|
|
<li>React</li>
|
|
<li>Redux</li>
|
|
<li>Node</li>
|
|
<li>MongoDB</li>
|
|
<li>GatsBy</li>
|
|
</ol>
|
|
<p>List of Scandinavian Countries</p>
|
|
<ul>
|
|
<li>Finland</li>
|
|
<li>Sweden</li>
|
|
<li>Norway</li>
|
|
<li>Denmark</li>
|
|
<li>Iceland</li>
|
|
</ul>
|
|
<p>Core frontend technologies</p>
|
|
<dl>
|
|
<dt>HTML</dt>
|
|
<dd>HTML(HyperText Markup Language) is the build block the web.</dd>
|
|
<dt>CSS</dt>
|
|
<dd>CSS(Cascading Style Sheet) that make HTML page look beautiful.</dd>
|
|
<dd></dd>
|
|
<dt>JavaScript</dt>
|
|
<dd>
|
|
JavaScript is a programming language that can add interactivity to
|
|
websites
|
|
</dd>
|
|
<dt>React</dt>
|
|
<dd>
|
|
React is a modern JavaScript library that was initial released on May
|
|
29, 2013.
|
|
</dd>
|
|
</dl>
|
|
</body>
|
|
</html>
|