span font-weight: bold; : span font « Tags « HTML / CSS






span font-weight: bold;

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
p {
 text-indent: 37%;
 line-height: 1em;
}
p span.initcap {
 font-size: 6em;
 line-height: 0.6em;
 font-weight: bold;
}
</style>
</head>

<body>
  <p><span class="initcap">O</span>nline, activity of exchanging ideas     
  is sped up. The distribution of messages from the selling of 
  propaganda to the giving away of disinformation takes place at a
  blindingly fast pace thanks to the state of technology &hellip;</p>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.span font-size: 6em;
2.Span font-family: "Times New Roman", Times, serif;
3.Span font-size: 9px;
4.Span font-family: Arial;
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