what is HTML
HTML is the language we use to create websites, its used to organise the content on a webpage
what is CSS
CSS is used for styling the website
what is JS/ java scripts
they make the website interactive
example of an HTML pg
<head>...</head>
<body>
<h1>...</h1>
<h6>....</h6>
<p>.....</p>
</body>
how do you make an ordered list in html
<ol>
<li>.....</li>
<li>.....</li>
<li>.....</li>
</ol>
how do you make an unordered list
<ul>
<li>.....</li>
<li>.....</li>
</ul>
how do you put a link
<a> clickable text </a>
what is the web
the web is this fats network of connected computers, there are more than 1 billion websites as of 2014.