HTML Style |
|||||
38 views
style sheets (CSS) to web pages is a relatively simple process, although the topic as a whole is fairly sizeable. Technically speaking, style sheets are not part of HTML but act as an extension to it. Consequently there is a whole new syntax to learn, as well as the HTML used to implement style sheets. In addition to this, browsers have only recently started supporting style sheets and there are differences in the extent and manner of implementation. How to format an HTML document with style information added to the <head> section. <html> <head> <style type=”text/css”> </head> <body> </html>
How to make a link that is not underlined, using a style attribute. <html> <a href=”home.htm” </body> How to use styles a browser reads a style sheet, it will format the document according to it. <head> |
| « HTML Fonts | HTML Head » |
| Posted on Wednesday, June 25th, 2008 at 11:19 am under HTML For Advanced | RSS 2.0 Feed | |