Building a web page

Chapter 2


Building your web page:

Three ways you can build a web page:


1. Use a pre-made model: WHAT IS A MODEL OF WEB DESIGN?

A model of website design is a pre-made ​​website design which can be customized to reflect the image of your business. Models of web design can be found in various formats like HTML and Photoshop. Many times these models are compatible with HTML editors such as GoLive, FrontPage and Dreamweaver.

Web site templates can be very useful, they can be used by experienced web designers to "relaunch" the creation of a website. They are also a way for people to put on beautiful websites quickly with little or no knowledge of HTML and web design.

2. Use an HTML editor like FrontPage or Dreamweaver:

HTML editors make building web pages feel (to some extent) creating a document in Microsoft Word ... it's pretty easy. But the downside is that you lose a degree of control over what you do and in some cases become dependent on this program.

3. Manually code your HTML in a text editor such as Notepad:

This means that you type in the HTML code yourself. This is the approach we will use here, because it is the fastest way to learn how to build web pages, and this is probably the best way because you have more control over what you do.

Ok, now that we know the advantages of manual coding of web pages, we'll jump in just the bare minimum of theory, then we will build our first web page!





<html>

<body>


<h1>
Three ways you can build a web page:


</h1>




<p>

This site introduce basic concept
</p>


</body>

</html>

No comments:

Post a Comment