Monday, February 12, 2018

Tag Pre of HTML

<!Doctype html>
<html>
<title>using blockquote:</title>
<body>
<h1>using preforamtted text:</h1>
<pre>
///\\____
(@ @)
+-----oOO------(_)----------+
|BARRY GOLDWATER|
|FOR |
|PRESIDENT |
+---------------------oOO---+
|__|__|
| | | |
ooO Ooo
</pre>


</body>
</html>

Output of code:

using preforamtted text:

///\\____
(@ @)
+-----oOO------(_)----------+
|BARRY GOLDWATER|
|FOR |
|PRESIDENT |
+---------------------oOO---+
|__|__|
| | | |
ooO Ooo

No comments:

Post a Comment

Element of html

<!DOCTPE html> <html> <head> <title>hi</title> </head> <body> <p>This text is normal....