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

the <ul> html tag
the <ul> html tag

Entries for HTML

The <ul> html tag

Overview The <ul> HTML tag is used to specify an unordered list. It works in the same way as the <ol> tag but by default shows each list item with a bullet point instead of a number. This can be styled with CSS. The <ul> tag is used to indicate the whole list. Within this tag each list item is listed using the <li> HTML tag. This can also be used in conjuction with the <a> HTML tag and is the accepted way to define navigation links over table based HTML layout options. It works equally as well in table based layouts as well as CSS based ones. When text is put between the opening and closing <ul> tag it is displayed as a table caption text. Basic Usage <ul>Some unordered list text in here</ul> Any text between the opening and closing tag will be displayed as unordered list text.…

 

The <caption> html tag

Overview The <caption> HTML tag is used to specify a title for a HTML Table. It can only be used once per table and the <caption> tag must appear immediately after the <table> tag. It works equally as well in table based layouts as well as CSS based ones. When text is put between the opening and closing <caption> tag it is displayed as a table caption text. Basic Usage <caption>Some table caption text in here</caption> Any text between the opening and closing tag will be displayed as table caption text. Advance Usage It is possible to style and add functionality to the <caption> tag, this is done by adding an attribute to after the caption in the opening <caption> tag Attributes allowed for the <caption>tag include :-class, dir, id, lang, style and title. In most cases class and id are used and its basic usage is shown below <caption…

 

The <s> html tag

Overview The <s> HTML tag is mainly used to style text it has the same functionality as the <strike> HTML tag. By default it displays text as with a strikethrough line through it which is ideal for showing corrections or previous amended 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 <s> tag it is displayed as a strikethrough text. Basic Usage <s>Some strikethrough text in here</s> Any text between the opening and closing tag will be displayed as strikethrough text. Advance Usage It is possible to style and add functionality to the <s> tag, this is done by adding an attribute to after the strike in the opening <s>…

 

The <strike> html tag

Overview The <strike> HTML tag is mainly used to style text. By default it displays text as with a strikethrough line through it which is ideal for showing corrections or previous amended 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 <strike> tag it is displayed as a strikethrough text. Basic Usage <strike>Some strikethrough text in here</strike> Any text between the opening and closing tag will be displayed as strikethrough text. Advance Usage It is possible to style and add functionality to the <strike> tag, this is done by adding an attribute to after the strike in the opening <strike> tag Attributes allowed for the <strike>tag include :-class, dir, id,…

 

The <cite> html tag

Overview The <cite> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text as italic which is ideal for showing a quotation or citation. 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 <cite> tag it is displayed as a citation text. Basic Usage <cite>Some citation text in here</cite> Any text between the opening and closing tag will be displayed as citation text. Advance Usage It is possible to style and add functionality to the <cite> tag, this is done by adding an attribute to after the cite in the opening <cite> tag Attributes allowed for the <cite>tag include :-class, dir,…

 

The <kbd> html tag

Overview The <kbd> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text in a fixed width font which is ideal for showing what is expected to be entered by a user. 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 <kbd> tag it is displayed as a keyboard text. Basic Usage <kbd>Some keyboard text in here</kbd> Any text between the opening and closing tag will be displayed as keyboard text. Advance Usage It is possible to style and add functionality to the <kbd> tag, this is done by adding an attribute to after the p in the opening <kbd> tag…

 

The <samp> html tag

Overview The <samp> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text in a fixed width font which is ideal for displaying parts of programming code. Its use is almost identical to the <code> HTML 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 <samp> tag it is displayed as a sample text. Basic Usage <samp>Some sample text in here</samp> Any text between the opening and closing tag will be displayed as a sample text. Advance Usage It is possible to style and add functionality to the <samp> tag, this is done by adding an attribute to after the…

 

The <code> html tag

Overview The <code> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text in a fixed width font which is ideal for displaying samples of programming code. 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 <code> tag it is displayed as a code text. Basic Usage <code>Some code text in here</code> Any text between the opening and closing tag will be displayed as a code text. Advance Usage It is possible to style and add functionality to the <code> tag, this is done by adding an attribute to after the p in the opening <code> tag Attributes allowed for the…

 

The <dfn> html tag

Overview The <dfn> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text italic to illustrate that the tag text is a definition. 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 <dfn> tag it is displayed as a definition text. Basic Usage <dfn>Some definition text in here</dfn> Any text between the opening and closing tag will be displayed as a definition text. Advance Usage It is possible to style and add functionality to the <dfn> tag, this is done by adding an attribute to after the p in the opening <dfn> tag Attributes allowed for the <dfn>tag include :-class, dir,…

 

The <strong> html tag

Overview 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…

 

 

Older Posts »

Our blog

Some random stories from our blog.

Un Social Network

In a world where every company and famous name is using social media to increase brand awareness, with the recent BA and Nestle online faux pas hitting the headlines, is it a case that social media is a two way street too far? When I was a lad. For years companies have used traditional media to manage it appearance to its customers. And by using traditional broadcast and media techniques, ad agencies have been very successful in offering real values to their clients. Both TV and magazine advertising has always been expert in presenting a ‘snapshot’ of the lifestyle a product offers and with only their voice to be heard for the 30 seconds between programmes. Companies have always loved the idea of a warm captive audience receptive to the advertising massage being broadcast. With the advent of the internet and the popularity of certain websites it was not long…

The <dfn> html tag

Overview The <dfn> HTML tag is known as a phrase tag, it is mainly used to style text. By default it makes text italic to illustrate that the tag text is a definition. 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 <dfn> tag it is displayed as a definition text. Basic Usage <dfn>Some definition text in here</dfn> Any text between the opening and closing tag will be displayed as a definition text. Advance Usage It is possible to style and add functionality to the <dfn> tag, this is done by adding an attribute to after the p in the opening <dfn> tag Attributes allowed for the <dfn>tag include :-class, dir,…

The <cite> html tag

Overview The <cite> HTML tag is known as a phrase tag, it is mainly used to style text. By default it displays text as italic which is ideal for showing a quotation or citation. 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 <cite> tag it is displayed as a citation text. Basic Usage <cite>Some citation text in here</cite> Any text between the opening and closing tag will be displayed as citation text. Advance Usage It is possible to style and add functionality to the <cite> tag, this is done by adding an attribute to after the cite in the opening <cite> tag Attributes allowed for the <cite>tag include :-class, dir,…

The <h6> html tag

In HTML h tags stand for heading and this is split into 6 different h tags (h1, h2, h3, h4, h5 and h6). By default it is displayed as bold and much 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 <h6> tag it is displayed as a Small heading. Unlike <h1> a <h6> tag can be used multiple times on a webpage as its job is to be the heading for a web pages sub topics. The <h6> tag is not used often due to 5 other h tags being available. Basic Usage <h6>Smallest header text</h6> Any text between the opening and closing tag will be displayed as a very small heading. Advance Usage It is possible to style and add functionality to the <h6> tag, this is done by adding an attribute…

Age of web site

Overview The age of the website has been a ranking fact for many years and with the recent change of direction of Google, this would appear to becoming a more important factor again. The importance of the age of websites Google has always looked at ways to quantify the quality of information on every website it visits. The phrase ‘content is king’ is well known and it is for this reason Google places great deal of time and resources working out which sites information are the most accurate for the search terms people use to search on. Over the last decade the cost of domains and the hosting has become cheaper, and for those with no money there are options which allow for free webpages. A more recent trend off the back of this direction has been the blog for money generation. In short you can get paid for placing…

© 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