Contact Our Development Team
Free Code Tutorials & Open Source Code
Getting Started
Tutorials > HTML > Getting Started
Getting Started
Now that you know the basics of how HTML works, you can get started on building your own webpages. In this next section we will start describing the different elements which can be contained within a webpage. An element contains three parts:
  • (Opening Tag)
  • Element content (This can contain more elements)
  • (Closing Tag)
Tags can also contain attributes. These are pieces of the data within the tag which add additional information to be interpreted by the web browser. For example:
<p style="font-size:24px">Some Information</p>
Would tell the browser that the content within this paragraph (<p>) element should be drawn with a style that has the font size at 24 pixels. We will look at attributes in more detail later on in our tutorials.
Page Responses
Currently there have been no responses to this page...
If you have anything to contribute to this tutorial, found a bug, or know a better way of achieving the same goal, please leave your response below.
     
Copyright ©2009, Wired IDS Ltd. | Licensed under Creative Commons Attribution Share-Alike | Load time: 0.2976 seconds