|
|
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:
<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.
|