You are on page 1of 2

Web design notes

Terms
Web browser – piece of software that renders web pages (IE, Firefox, Google Chrome, Opera)

HTML – Hypertext markup language

IDE – Innovative development environment (Dreamweaver, Visual studios)

File Extension – Series of characters at the end of a filename which dictates which program should open
the file (.doc, ,jpg, .html)

Tags
<html>

<head>

<title>

<body>

<br />

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

<img src=””>
<a href=””></a>

<b>

<hr />

<p>

<table> <tr> <td>

You might also like