Text formatting in CSS

In this tutorial we’ll learn how to format texts in CSS, i.e. changing their appearances. Appearances may include: Size Font Alignment and so on.. Text Size in CSS The different manner to set the font-size: In pixel This is a precise way
Introduction to CSS

CSS (Cascading Style Sheet): This language is used to make a web page look better (styling it). Note: It is recommended to have several browsers in order to test the appearance of your web page on each of them. In the case
HTML tags and attributes for creating tables

Tables in HTML is one the basic any HTML programmer should know. The main criteria of a table is that it contain rows and columns. With tables (rows and columns) one is able to design the layout of a website, displaying figures,
HTML tags and attributes for creating lists

It is important to know how to do a list in HTML because it is used to make a menu in HTML and also to make other type of listing in the content of a page. For example if we are creating
HTML tags to format texts, links and images

After our introduction to HTML, now we are going to see how to organize texts, create links and insert images in HTML. Formattingtexts in a web page Yes! a blank page is useless, so lets try some more cool things on our
Introduction to HTML

This article is an introduction to HTML. What is HTML? HTML (HyperText Markup Language) is a language that is used to create websites or web pages and is not difficult to learn at all. Which software is needed to write HTML There