Our blog
Some random stories from our blog.
The <em> html tagOverview The <em> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text italic to emphasize the look of the tagged text. It works equally as well in table based layouts as well as CSS based ones. As with all phrase based HTML tags it can be used in situations where consistancy between browsers is difficalt to acheive in other ways. When text is put between the opening and closing <em> tag it is displayed as a emphasize text. Basic Usage <em>Some emphasize text in here</em> Any text between the opening and closing tag will be displayed as a emphasize text. Advance Usage It is possible to style and add functionality to the <em> tag, this is done by adding an attribute to after the p in the opening <em> tag Attributes allowed for the <em>tag include :-class, dir, id,…
Newspapers are dead – long live the living storyGoogle recently gave the world a glimpse of where it sees news going in the future. With Living Stories, has Google unleashed the start of Minority Report style newspapers, or is there danger of good news reporting dying? Electronic paper, just add batteries Electronic paper and readers have been available for a while now and currently offer the user the chance to view copy electronically, where these devices differ from Smart Phones and computers, are their ability to be a user comfortable format, and in addition use very little in the way of power, making them the ideal replacement for a commuters book or newspaper. On the horizon are thinner, paper like readers, that have colour displays and will have the ability to show video, giving the user a truly sci-fi like experience. Personalised news and content for the masses Google have not been backwards with realising the idea of…
The <h5> html tagOverview In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). The <h5> tag itself is considered to be a smaller repeating sub header for a webpage. By default it is displayed as bold and smaller version of the body text. As with all h tags it is considered important for SEO.When text is put between the opening and closing <h5> tag it is displayed as a Small heading. Unlike <h1> a <h5> tag can be used multiple times on a webpage as its job is to be the heading for a web pages sub topics. Basic Usage <h5>Small header text</h5> Any text between the opening and closing tag will be displayed as a small heading. Advance Usage It is possible to style and add functionality to the <h5> tag, this is done by adding an attribute…
The <strong> html tagOverview The <strong> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text bold to emphasize the look of the tagged text. It is often used in replacement for the b tag. In SEO terms it helps with keyword optimisation, but it is unkown if it is more, less or equally effective as using the b tag. It works equally as well in table based layouts as well as CSS based ones. As with all phrase based HTML tags it can be used in situations where consistancy between browsers is difficalt to acheive in other ways. When text is put between the opening and closing <strong> tag it is displayed as a strong text. Basic Usage <strong>Some strong text in here</strong> Any text between the opening and closing tag will be displayed as a strong text. Advance Usage It is…
The <b> html tagOverview 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 opening and closing <b> tag it is displayed as bold text. The <b> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect. Basic Usage <b>Some bold text</b> 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 <b> tag, this is done by adding an attribute to after the b in the opening <b> tag Attributes allowed for the <b>tag include :-class, dir, id, lang, style and…