Styles can be used in 3 ways in HTML. Externally as a file, Internally on the top of a page and inline between HTML.
You can use for bold, for example, but it is recommended that you use CSS adding styles and formatting to your HTML.
You need to use HTML and Styles to do it. For the Pictures/YourImage.gif part you can put in your own code for your picture.Your text
Generally, sets of styles are called Cascading Style Sheets (CSS). These styles can define everything related to HTML tags.
You can't use PHP in an HTML document, but you can use HTML in PHP script.
Stylsheets are listed in the HEAD section of the HTML document. You can either use the the STYLE tag, if you want to include the styles directly into the HTML, or you can use a LINK tag to pull them in. (You can also issue an @import inside the STYLE tag for this, but it's slow and not best practice because of how the browser implements the action.)
Many programs have the option to compose and/or send email as "text" or "html". When composing an email in HTML, it is important to remember that software and browser based email programs will display the message very differently so it is best to keep the HTML very, very simple (tables) and any styles you use should be inline (CSS).
http://www.w3schools.com/HTML/
Question:Which one of the following non-XML based stylesheet specifications do you use to format the visual appearance of both HTML and XML documents?XSLDOM styles managementXQLDSSSLCSS
Using CSS class in a body section is called inline style. You can use styles inside most HTML tags.
The html converters that are free to use are HTML Converter and Free HTML Converter. These two websites do a great job at converting html files to whatever you need.
The styling that can be applied within the HTML code is internal styling. When imported from external file, then it is External styling.
No tags are used in CSS. Tags are actually what CSS primarily styles.