Artikler
1. How to make text bold and italic Bolding and italicizing text can help to add emphasis to...
2. An introduction to coding web pages with XHTML2. An introduction to coding web pages with XHTML In this series of tutorials, you will learn...
3. How is XHTML different from HTML?3. How is XHTML different from HTML? If you watched the previous tutorial, you'll know that...
4. Choosing a text editor for web development4. Choosing a text editor for web development In this tutorial, we will discuss the factors...
5. Some resources you should know about before you begin5. Some resources you should know about before you begin Before we begin, you should know...
6. How to quickly open a local web page in your browser6. How to quickly open a local web page in your browser They may seem obvious to some, but...
7. How to correctly save an XHTML document7. How to correctly save an XHTML document If you haven't watched our tutorial on choosing a...
8. How to create your first XHTML document8. How to create your first XHTML document In this tutorial, you will finally find out how to...
9. How to choose the correct document type for your XHTML page9. How to choose the correct document type for your XHTML page The Document Type...
10. How to add metadata to your web page10. How to add metadata to your web page Metadata is defined as "data about data". (X)HTML...
11. How to give your web page some structure11. How to give your web page some structure Now, it's time to finally give our web page some...
12. How to insert a line break12. How to insert a line break In any HTML document, line breaks will not automatically appear...
13. How to create a horizontal line13. How to create a horizontal line You've probably seen horizontal lines or horizontal rules...
14. How to create a hyperlink14. How to create a hyperlink Hyperlinks (or links) are integral to the way the web works...
15. How to add an image to your web page15. How to add an image to your web page Another useful content tag of (X)HTML is the <img...
16. How to create text headings16. How to create text headings One way to add some more structure to your web page is by...