HTML Example

Here is the code I wrote for the above box:

<!doctyple html>

<html>

<Body>

<h1>Welcome to my HTML page!</h>

<br>

<h3>I coded this page using only HTML and embedded into my portoflio</h3>

<br>

<h4>(See the HTML code below)</h4)

<br>

<p><em>I can create webpages using basic HTML from scratch. Here is an example of my ability to <strong>edit how text looks</strong></em><p>

<br>

<p>

I enjoy learning new things and staying on top of new technologies in general. I am currently teaching myself to code using an iOS program called Mimi </p>

<br>

<h4><p><em>While I am learning to code from scratch,</em><strong>I have a strong understanding of how to edit existing code and research usable code that can be copied into a webpage</strong></h4></p>

<br>

<br>

<p>My graduate project from George Mason University utilized a low-code program called <strong>Tumult Hype</strong>. I used this program to create an interactive HTML5 webpage by creating animations and graphics, while the program created the HTML code. <em>You can find screenshots of this project in my portfolio</em></p>

<br>

<p><strong>As I learn more, I will continue to update this page!</strong></p>

<br>

<button>Example of a button</button

<br>

<h1><strong>Thanks for visiting!</strong></h1>


</body>

</html>