".link"
<a class="link" href="#">I am an external link.</a>
"text-length"
"input.text,input.text:hover"
"textarea,textarea:hover"
<form method="post" action="#">
<label for="form-full-name">Full Name:</label>
<input type="text" id="form-full-name" placeholder="Full Name" class="text-length">
<label for="form-subject">Subject:</label>
<input type="text" id="form-subject" placeholder="Subject" class="text-length">
<label for="form-email">Email/Phone Number:</label>
<input type="text" id="form-email" placeholder="Email/Phone Number" class="text-length">
<label for="form-comment">Comment:</label>
<textarea id="form-comment" placeholder="Message"></textarea>
</form>
"submit-button-nav"
"reset-button-nav"
<input type="submit" value="Submit" class="submit-button-nav">
<input type="reset" value="Reset" class="reset-button-nav">
"h1"
"h2"
"h3"
<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
"p"
<p>Like the ever-expanding ripples across water when an object is dropped into it, an effect from an initial state can be followed outwards incrementally. I decide to create the ripple effect on the dress, which will be a combination of technology, nature and fashion. When the spectator walks close to the model, the inner circle will light up. When the spectator walks far away from the model, the light will slowly fade away and the outer circle light will fade in. When the spectator stops in front of the model, rapid ripple effects will be created. The interaction creates an interesting pattern of showing ripple effect, and which the distance between spectator and the model can stimulate. </p>
Like the ever-expanding ripples across water when an object is dropped into it, an effect from an initial state can be followed outwards incrementally. I decide to create the ripple effect on the dress, which will be a combination of technology, nature and fashion. When the spectator walks close to the model, the inner circle will light up. When the spectator walks far away from the model, the light will slowly fade away and the outer circle light will fade in. When the spectator stops in front of the model, rapid ripple effects will be created. The interaction creates an interesting pattern of showing ripple effect, and which the distance between spectator and the model can stimulate.
"ul"
<ul>
<li>Bulleted list 1</li>
<li>Bulleted list 2</li>
<li>Bulleted list 3</li>
</ul>
"ol"
<ol>
<li>Numbered list 1</li>
<li>Numbered list 2</li>
<li>Numbered list 3</li>
</ol>
"blockquote"
<blockquote>"Hello! I am Steven Caesar Wong. I create video games and artworks by programming."</blockquote>
"Hello! I am Steven Caesar Wong. I create video games and artworks by programming."