the <big> html tagWebsites by Mark - 7 Woodrush gardens, Carterton, Oxfordshire. OX18 1JE

the <big> html tag
the <big> html tag

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> 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 closing <big> tag it is displayed as big text. The <big> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect.

Basic Usage

<big>Some big text</big>
Any text between the opening and closing tag will be displayed as a large heading.

Advance Usage

It is possible to style and add functionality to the <big> tag, this is done by adding an attribute to after the big in the opening <big> tag.
Attributes allowed for the <big>tag include :-class, dir, id, lang, style and title.
In most cases class and id are used and its basic usage is shown below
<big id=”header”>Some big text</big>
With all attributes there is a space after the initial b then the attribute name, then an equal’s sign and the identifier of the attribute in double quotes.
Both id and class attributes refer to CSS styling of the element and is either stored in the <head> of the webpage on in an external file.
With id this usually refers to a single instance on a page where as class usually refers to a repeating element on a page, it is for this reason for the <big> tag the class attribute is nearly always used over the id attribute although in practice it makes no difference.
The attribute style allows you to include css style information for a single <big> tag.
The dir attribute allows for left reading and right reading text, lang allows you to specify a language for the tag and title allows you to include extra information for a tag.
It is possible to attach scripts to tags, as well adding functionality to a webpage, these scripts tend to be written in Javascript and therefore outside the scope of this document

Examples

<big>Some big text</big> – basic usage example.
<big id=”header>Some big text</big> – big text which is styled by the id header.
<big class=”headerclass”> Some big text </big> – big text which is styled by the class headerclass.
<big id =”header” class=”headerclass”> Some big text </big> – big text which is styled by the class headerclass and the id header.
<big style="color:#F00">Some big text</big> – big text which has a custom colour of red.
<big dir="rtl">Some big text</big> – big text where the text reads from right to left.
<big lang="uk">Some big text</big> – big text where the language has been tagged as UK.
<big title="ptitle">Some big text</big> – big text where the tag has been titled ptitle.

Final Thoughts

Touching on just the surface of the <big> HTML tag it is easy to see how versatile it is. To take full advantage of it an understanding of CSS is an advantage.

Our blog

Some random stories from our blog.

The <pre> html tag

Overview HTML tags are good at the job they do, but often there are limitations. In normal copy there is often a double space after a full stop, if you try this in HTML you will see the extra space is ignored when displayed to screen. the <pre> HTML tag is displays text using a fixed spaced font, which also has the advantage of retaining spaces and line breaks. In short using the <pre> tag will allow you to keep double spaces in your copy. When text is put between the opening and closing <pre> tag it is displayed as a Preformatted text. By default the font will be Courier, but this can be changed. Basic Usage <pre>Some Preformatted text in here</pre> Any text between the opening and closing tag will be displayed as a Preformatted text. Advance Usage It is possible to style and add functionality to the <pre>…

Top level domain of web site

Overview When most people think of larger websites it’s no coincidence that most people expect to see a .com Not only was .com was one of the first types of domain available it’s also known as a Top level domain. For years a .com often secured a good ranking due to its status but when country based domains (i.e. .co.uk) started to grow in popularity Search engine started to see this new level of domain potentially being more relevant for local search result. As a general rule a Top level domain is more relevant for those companies how have an international presence. The importance of Top level domain of web site Originally domain prices were very expensive and it’s only in recent years that the costs have come down to very affordable levels. This means domains are often bought now on the basis on what search engine optimisation benefits it…

The day the internet died

From just a few documents linked together, the internet has grown virus like, infecting most our lives. In most households, a day is not complete without checking the news, watching videos or playing online games. From these humble beginnings, the internet brought the promise of free access for all. This universal phrase has not only transformed many lives but has created many businesses and services along the way. Google, the Microsoft of the internet, is an amazing example, there’s nothing you can’t get for free from Google and in the process magically making money out of ‘free’. So when did the internet die?  Ironically the day Google was created. Google understood how to really make money out of the internet, and in fact they still do. They created an ‘engine’ that would list everything, for free. And with that one single act ensured Google would be the one source of…

Number of visitors to the site

Overview It may sound a little like the quip about which came first the egg or chicken, but there is some evidence to suggest search engines like Google may look at visitor number when determining how to rank a site. This controversial view has to some extent been confirmed by Google in a statement where they are looking to promote pages to you which your ‘friends’ find interesting. Although we can’t influence this directly we can look at other supporting techniques that can achieve the same thing. The importance of Number of visitors to the site Right from the days of the first web pages and the first incarnation of the Google search engine, Google has been looking at ways it can provide the user with exactly the information they want to access. Knowing how powerful the first few results on Google are has caused a complete industry to be…

The <tt> html tag

Overview In HTML the <tt> tag is a little unsual and is not often used due to its quirky apperance, in short the font mimics that of a teletype machine. The <tt> 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 closing <tt> tag it is displayed as tt text. The <tt> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect. Basic Usage <tt>Some tt text</tt> Any text between the opening and closing tag will be displayed as a large heading. Advance Usage It is possible to style and add functionality to the <tt> tag, this is done by adding an attribute to after the tt in the…

© 2011 Websites by Mark. Do not reproduce any part of this website without permission.
Email : mark@websitesbymark.co.uk - Phone : 07716 447228 / 01993 820005
Postal Address : 7 Woodrush Gardens, Carterton, Oxfordshire. OX18 1JE