Articles page 9

The big html tag

Overview Having the body copy in a web page all displayed as the same size is often normal, but there are times where by making certain parts of the copy slightly bigger, visually breaks up the text and makes it easier to read. In HTML the <big> tag can be used for this. The <big> […]

The i html tag

Overview Italic text in HTML can be achieved using the <i> tag. The <i> tag is one of the original ways to format text and more recently CSS and other tags have reduced the importance of this tag. It is still a good tag when used correctly. When text is put between the opening and […]

The b html tag

Overview To make text bold in HTML it can be done using the <b> tag. The <b> tag is one of the original ways to format text and more recently CSS and other tags have reduced the importance of this tag. It is still a good tag when used correctly. When text is put between […]

The h3 html tag

Overview In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h3> tag itself is considered to be a medium repeating sub header for a webpage. By default it is displayed slightly larger than the body text but smaller than the […]

The h2 html tag

Overview In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h2> tag itself is considered to be the main repeating heading for a webpage. By default it is displayed much larger than the body text but smaller than the main […]

The h1 html tag

Overview In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h1> tag itself is considered to be the main heading for a webpage. By default it is not only displayed bigger than the body and other h tags, but in […]

The p html tag

Overview In simple terms the <p> HTML tag stands for paragraph. When text is put between the opening and closing <p> tag it is displayed as a paragraph. It is for this reason when you view most of the body copy in the source of a webpage you will see it sitting between <p></p> Basic […]

The cost of free website builders

With the daily rise of online services that promise to create and host a website for free. Is it good news for everyone, or a case of too good to be true? The birth of free From its inception people have constantly looked for cheaper and cheaper ways to access the internet and get the […]

Are social networks really social?

With websites like Facebook and Twitter constantly attracting new users on a day by day basis, there is no doubt how popular the social networks are. But in a world of increase reports of medical conditions like depression, do social networks indicate underlying issues with the world today? BC – before computers. There is little […]