Initial commit
This commit is contained in:
15
css/Code Element For Adding Code.html
Normal file
15
css/Code Element For Adding Code.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!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" subLang="en" xml:subLang="en">
|
||||
|
||||
<head>
|
||||
<title>Code Element For Adding Code</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>The <code> Element For Adding Code to Your Web Pages</h2>
|
||||
<p>The following line appears inside a <code> element.</p>
|
||||
<p><code><h1>Happy Codings</h1></code></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user