This week we study the minimal HTML document. These is it:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type"
content="text/html; charset=utf-8">
<title>title</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
</body>
</html>
We also studied the types of websites. Website has 5 types. These are:
1. Static Website - are the simplest form of website in which the site's content is delivered without the use of server side processing. It is used principally for brochure sites and can include complex graphics, animation and java scripts driven features.
2. Dynamic websites rely on server side scripting to provided advanced interactivity and usually use a database to deliver the content for individual pages. A dynamic approach is appropriate for developing large websites with content which is formulaic, for example catalogues, photograph albums and complex series of data. A dynamic website will be required to allow users to sort and search records, or to restrict access to parts of the website using a log-in procedure.
3. Content managed websites - is a further refinement of the database driven dynamic sites. The content management system provides a password protected interface through which users can add, edit and remove content from the site.
4. Ecommerce websites are a dynamic website which has the functionality to process financial transactions. Most of this websites are built to mimic a bricks and mortar store and use the model of stock pages, shopping basket system and checkout, using a secure online payment system. It includes a content management system, so that product details can be added or updated, and some include advanced features such as automated stock control.
5. Flash websites are proprietary software developed by Macromedia which is used to generate complex animations. The programme is sophisticated enough for entire websites to be constructed using Flash technology. It can be visually stunning and provide other wise unachievable levels of user interactivity. However, it is almost impossible to carry out any meaningful form of SEO on Flash site and so it should generally be avoided.
These are the types of websites. These is our lesson for this week.
Walang komento:
Mag-post ng isang Komento