<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="css/external.css"/> </head>
<d/div>
<table>
<th> <a href="gellery.html">MENUE </a></th>
</table>
<form>
<select>
<option value="MENUE">MENUE</option>
<option value="services"> <a href="services.html">services</a></option>
</select>
</form>
<title>this is title</title>
<h1 id="marine"> Marine Biology</h1>
<h2>The composition of seawater</h2>
<div id="junaid">
<p> <abbr title="world health organization">WHO</abbr> CSS rule in this
example you can see how CSS
allows you to add comments
to your CSS files. Anything
between the symbols and
the symbols will not be
interpreted by the browser.
They are shown in grey above</p>
</div>
<div id="junaid1">
<p > There are <i>dozens</i> of different
<b>potato</b> varieties.</p>
<p>They are usually described as early, second early
and maincrop potatoes.</p>
<dis>this is display</dis>
</div>
<script>
document.getElementById("marine").innerHTML = 5+8;
document.write(4+5);
//alert('loading');
console.log("hello world how are you");
</script>
<button onclick="window.print()">33</button>
</body
</html>
0 Comments