john2012748 - 28 March 2011 02:56 PM
Here i’m looking for how to add style into webpage. Apart from inputing <STYLE>...</STYLE> between <HTML> and <BODY> in HTML text, like the following,
<html>
<head>
<title>text title</title>
<style type=“text/css”>
<!—
body {font: 10pt “Arial”}
h1 {font: 15pt/17pt “Arial”; font-weight: bold; color: maroon}
h2 {font: 13pt/15pt “Arial”; font-weight: bold; color: blue}
p {font: 10pt/12pt “Arial”; color: black}
—>
</style>
</head>
<body>
are there any way else to add style into webpage?
You can try any of these.
* Using proprietary HTML extensions
* Converting text into images
* Using images for white space control
* Use of tables for page layout
* Writing a program instead of using HTML
Ecommerce Web Design