|
|||||||
|
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Join Date: Jul 2011
Posts: 47
|
Which HTML tag is used to define an internal style sheet?
any html tags for internal style sheets
|
|
|
|
| Check This Out... |
| -- |
|
|
#2 |
|
Join Date: Jul 2011
Posts: 29
|
Any style sheet language may be used with HTML. A simple style sheet language may suffice for the needs of most users, but other languages may be more suited to highly specialized needs. This specification uses the style language "Cascading Style Sheets" Use the HTML tag <style> for an internal style sheet:
|
|
|
|
|
|
#3 |
|
Join Date: Jul 2011
Posts: 82
|
What are you asking for exactly?
|
|
|
|
|
|
#4 |
|
Join Date: Aug 2011
Posts: 5
|
Place this inside the <head>: <style type="text/css" media="all">
Don't forget to add html comment tags "<!--" and "-->" to protect some browsers. (This is optional. Use this if you have declared a browser exception on your comment like: "If IE 6" which can be a form of improvised code to use the style for this browser type) Then place your style inside the comment tags. Close with </style> For example: <head> <style type="text/css" media="all"> <!-- body {background: #fff; } h1 {color: #000; } --> </style> </head> |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Successful HTML Email Marketing Campaigns and Lotus Notes Issues | ArticleJunkie | How To Make Money On The Internet | 1 | 12-01-2012 03:46 PM |
| How to Create HTML Email Newsletter | ArticleJunkie | How To Make Money On The Internet | 1 | 12-01-2012 02:08 PM |
| Cascading Style Sheets and Email Display | ArticleJunkie | How To Make Money On The Internet | 1 | 12-01-2012 10:01 AM |
| How to Send HTML Email in MacMassMailer and Create HTML Newsletters | ArticleJunkie | How To Make Money On The Internet | 1 | 12-01-2012 08:21 AM |
| Basic html tutorial | Padsall | How To Make Money On The Internet | 2 | 06-12-2011 09:47 AM |