[002] HTML & CSS
Hey Steemians!
Today, I finished my second lesson on Codecademy! In this series, I'll share my "code" journey with you. I hope you like it!
HTML Content
Heading elements:
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Paragraph element: <p>
unordered list: <ul>
<ul>
<li>wh00zy</li>
<li>steemit</li>
</ul>
Example:
- wh00zy
- steemit
ordered list: <ol>
<ol>
<li>wh00zy</li>
<li>steemit</li>
</ol>
Example:
- wh00zy
- steemit
Anchor element: <a>
How to make a hyperlink:
<a href="https://steemit.com/@wh00zy" target="_blank">wh00zy</a>
Example:
wh00zy
Target attribute: Specifies where to open the linked document.
Value: "_blank" (Opens the linked document in a new window or tab)
How to add an image:
<img src="http://steemit.com/image.png" alt="description"/>
Example:
Anything into a link:
<a href="https://steemit.com/@wh00zy" target="_blank"><img src="http://steemit.com/image.png" alt="description"/></a>
Line break element: <br />
Nice post..keep steeming...upvoted
Thank you sir! I'll do that!
Thanks for your good posts, I followed you!
Congratulations @wh00zy! You have received a personal award!
1 Year on Steemit
Click on the badge to view your Board of Honor.
Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - Quarter Finals - Day 2
Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes
Congratulations @wh00zy! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!