Span font-family: Arial; : span font « Tags « HTML / CSS






Span font-family: Arial;

     
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
  xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style rel="stylesheet" type="text/css">

#today-date {
  display: block;
  position: absolute;
  top: 206px;
  left: 86px;
  font-family: Arial;
  font-size: 11px;
  color: #140A00
}
</style>
</head>
<body>
    <span id="today-date">Thursday, July 31, 2008</span>
</body>

</html>

   
    
    
    
    
  








Related examples in the same category

1.span font-size: 6em;
2.span font-weight: bold;
3.Span font-family: "Times New Roman", Times, serif;
4.Span font-size: 9px;
5.Span font-size: 11px;
6.span font-family: "Perpetua Titling MT", serif;
7.span font-style: italic;
8.span font-size: 100px;
9.span font-size: 20px;
10.span.smallcaps {font-variant:small-caps;}
11.set span font size to .8em