Inspiration
What it does
How I built it
Challenges I ran into
Accomplishments that I'm proud of
What I learned
What's next for first html<!DOCTYPE html>
<title></title>
<style type="text/css">
p{
background-color: red;
}
#myFirstId{
background-color: yellow;
}
.myFirstClass{
color:blue;
}
</style>
Hello World
<p id="myFirstId"> Hello world number 2</p>
<h1>BREAKING NEWS</h1>
<o1>
<li>First List Item</li>
<li>Second List item</li>
<li>Third List item</li>
</o1>
<a href="https://www.google.com">Take me to google</a>
<img src="desktop/xiaxia.png" width="300" height ="200">
<p class="myFirstclass">test test test</p>
>
Log in or sign up for Devpost to join the conversation.