Works in Progress

An archive of Sebi's projects and thoughts

HTML Notes

Sorry! This place is under construction. While you're here, please check out my original website.


Bookmarks

HTML Styles

< tagname style="property:value;" >

Hey guys, did you know that in terms of male human and female Pokémon breeding, Vaporeon is the most compatible Pokémon for humans? Not only are they in the field egg group, which is mostly comprised of mammals...

HTML Text Formatting

Hey guys, did you know that in terms of male human and female Pokémon breedin, Vaporeon no Pokemon is the most compatible Pokémon for humans? Not only are they in the field egg group, which is mostly comprised of mammals...

HTML Quotation/Citation

While this part may seem pointless, it's for screen readers, metadata, and translation.
Hey guys, did you know that in terms of male human and female Pokémon breeding, VAP is the most compatible Pokémon for humans? Not only are they in the field egg group, which is mostly comprised of mammals...
By anonymous on 4chan

HTML Styles - CSS

Hey guys, did you know that in terms of male human and female Pokémon breeding, Vaporeon is the most compatible Pokémon for humans? Not only are they in the field egg group, which is mostly comprised of mammals...

This is how to define how links open in the target attribute. Hey guys, did you know that in terms of male human and female Pokémon breeding, Vaporeon is the most compatible Pokémon for humans? Not only are they in the field egg group, which is mostly comprised of mammals...

HTML Links - Different Colors

This is how to define link/button behavior in CSS.

Unvisited link, green and no underline

a:link { color: green; background-color: transparent; text-decoration: none; }


Visited link, pink and no underline

a:visited {color: pink; background-color: transparent; text-decoration: none; }


Hovered link, red and underlined

a:hover { color: red; background-color: transparent; text-decoration: underline; }


Active link, (when the link is clicked), yellow and underlined

a:active { color: yellow; background-color: transparent; text-decoration: underline; }


A rectangular, inline red button with white text in the middle.

a:link, a:visited { background-color: red; color: white; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block; }

The red button turns a darker shade when hovered and clicked (active).

a:hover, a:active { background-color: darkred; }


Hey guys...

HTML Links - Create Bookmarks

Bookmarks let readers jump to specific parts of a page