Why not ask for a free quote?
If you would like a free quote, why not use our contact page.
If you would like a free quote, why not use our contact page.
Some random stories from our blog.
Overview Italic text in HTML can be acheived 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 closing <i> tag it is displayed as italic text. The <i> tag can be used multiple times on a webpage and can be nested inside other tags for dramatic effect. Care should be taken when using this tag as italic text can be hard to read, especially at small text sizes. Basic Usage <i>Some italic text</i> 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 <i> tag, this is done by adding an attribute to after the…