html
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
<!DOCTYPE html>
_<html>
<body>
<section>
<h1>The Eiffel Tower</h1>
<a href="https://sololearn.com" target="_blank"> <img src="https://sololearnassets.azureedge.net/eiffel-tower.jpg" alt="Eiffel" width="30%"></a>
<p>The Eiffel Tower is a wrought-iron tower that stands <b> 1,063 ft (324 m)</b> tall in Paris.</p>
<p>Currently, the Eiffel Tower is the most-visited monument in the world with over <b> 7 million </b> visitors a year</p>
<p>Visitors can choose to go up using the Tower lift or the stairs. There are <b>1,665 steps </b> to the top.</p>
<p><b>Transport</b>
<ul>
<li>Bus: lines 42, 69, 72, 82, and 87</li>
<li>Metro: Trocadero, Eole militaire</li>
<li>Train: Champ de Mars - Tour Eiffel, line C</li>
</ul>
</p>
<p>
<table border="1">
<tr>
<th>Category</th>
<th>Price</th>
</tr>
<tr>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
body
{
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run