A basic HTML page
The block above was made using an h1 block.
These blocks are made with p blocks.
This is an h2 block, stylized using CSS
- This unordered list uses li blocks within an ul block. The items below list the style edits on the header:
- color: purple
- background-color: lightblue
- font-family: sans-serif
- This element uses a style ID for its unique color.
- This element and the one below belong to the same style class, so they share colors.
- Look, see?
Style can be edited by making a css file and then linking your HTML file to it.
Here's a website with different style options, embedded using an a block and a href="" attribute!
The image below was added using an img block, just reference the image file.