Style sheet(jean)

Preview:

DESCRIPTION

 

Citation preview

Style Sheet

Jean IGCSE 2B

• <!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">

• <head>• <meta content="ko" http-equiv="Content-Language" />• <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />• <title>We like to study with good teach</title>• <link href="style%20sheet.css" rel="stylesheet" type="text/css" />• </head>

• <body>

• <h1>We like to study with good teachers.</h1>• <h2>We like to study with good teachers.</h2>• <h3>We like to study with good teachers.</h3>• <h4>We like to study with good teachers.</h4>• <h5>We like to study with good teachers.</h5>• <p>&nbsp;</p>

• </body>

• </html>

End~