Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added Canaco/main-style.css
Empty file.
Empty file added Canaco/profile.html
Empty file.
Binary file added Canaco/wsu-css-cheat-sheet-gdocs.pdf
Binary file not shown.
Binary file added Jaja.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added M.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!-- WEB Developer: Justine Canaco
Nov 11, 2019
-->


<!DOCTYPE html>
<html lang="en">
<head>
<meta name="keywords" content="demonstration, html5, consistency"/>

<meta name="definition" content="sample website for demonstration of HTML5"/>

<meta name="robots" content="index, follow"/>

<!--<meta http-equiv="refresh" content="3; url=redirect.html">
<title>Home page</title>-->
<title>My Chemical Romance</title>
<link rel="icon" href="M.png">
<center>Welcome To The Black Parade</center>
<link rel="stylesheet" href="main.css">
<script src="app.js"></script>
</head>

<body>
<h5>Welcome To The Black Parade</h5>
<h5>Helena</h5>
<h5>I'm not okay!</h5>
<h5>I don't love you</h5>
<h5>Famous last word</h5>
<h5>Disenchanted</h5>
<h5>Teenagers</h5>

<p>
My Chemical Romance (commonly abbreviated MCR or shortened to My Chem) is an American rock band from Newark, New Jersey. The band's current lineup consists of lead vocalist Gerard Way, guitarists Ray Toro and Frank Iero, and bassist Mikey Way. Founded by Gerard, Mikey, Toro, and Matt Pelissier (and later joined by Iero), the band signed to Eyeball Records and released their debut album, I Brought You My Bullets, You Brought Me Your Love, in 2002. They signed with Reprise Records the next year and released their major label debut, Three Cheers for Sweet Revenge, in 2004. Shortly after the album's release, Pelissier was replaced by Bob Bryar. A commercial success, the album was awarded platinum status over a year later.
</p>

<blockquote cite="">


</blockquote>

<q cite="">


</q>
<pre>
R o c k o n
! !
</pre>
<b>bold</b>
<strong>strong</strong>
<em>emphasis</em>
<i>Italic</i>
<br>
<ins>insert</ins>
<del>Delete</del>
<samp>Sample code</samp>
<abbr title="I Dont Know"> IDK </abbr>
<br><kbd>This is a sample entry</kbd>
<dfn>Definition</dfn>
<i>I don't know </i>
<sup>3</sup><br>

<ruby>关东<rt>Guāndōng</rt></ruby>

<a href="Facebook.com">Facebook</a>


</html>
11 changes: 11 additions & 0 deletions redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

<!DOCTYPE html>
<html>
<head>
WELCOME TO THE BLACK PARADE
<title>Welcome to redirect</title>
</head>
<body>

</body>
</html>