This is Article 1 of Section 1.
Click this link to jump into Article 4. Test 4
Hello! This is an HTML & CSS Cheat Sheet created by Brean Julius Carbonilla! The purpose of this website is to showcase every tags in html and css for reference and understanding of their applications.
Back to Javascript ProjectsClick this link to jump into Article 4. Test 4
This is a link to an interesting Youtube video New Link
This is an iframe link of a youtube video
This is an image source from Facebook. Try to hover over it.
This is a non-existent image source. Try to hover over it.
This is a local audio clip. To showcase all features and avoid repitition, It contains all modifiers (looped and automatically starts in startup)
This is a local video clip.
Hover over this text to see another text.
This text is inside a paragraph element and also inside a span element. Due to the style of the span, it is colored blue and in white background. This text is still inside the same paragraph element, but now outside the span element.
These are Escape characters: ™ & © < > ?
These are Bold, Strong,
Underlined, Crossed, Italic, and
Em texts caused by special font elements.
This is a subtext and a supertext using sup elements
This is a textshadow
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Content in Row 1 Column 1 | Content in Row 1 Column 2 | Content in Row 1 Column 3 |
| Content in Row 2 Column 1 | Content in Row 2 Column 2 | Content in Row 2 Column 3 |
As you can see, this paragraph element has a border, making it clear where the entire element is located. Notice the small red square on the top left of the box. That is caused by the "pseudo::before" element. As you can see, the red square is INSIDE the border, meaning that the red square is not "on top" of the paragraph element, but rather it is inside the paragraph element after all. When you hover over this entire box, you'll notice the text turns green. That is caused by the "pseudo:hover" element. Furthermore, you'll notice that a new text colored yellow will also appear as you hover over. This is caused by the "pseudo:hover::after" element.
The area where this text is at is the Content box. The spacing between this text and the white border is the Padding box. The border itself is also called the Border box The spacing between the whole box and the article itself is the Margin box. Notice the exaggerated spacing of the Right Padding and the Left Margin.
This text is surrounded by four essential types of borders. The left is solid, top is dashed, right is doubled, and the bottom is dotted. There is also a fifth one, transparent, but it just makes the border invisible. Notice the Round Borders, instead of edged ones, and that the the left border has a different color.
Look how cool this background is my guy
The red box is a normal "static" positioned element.
This text, as well as the blue box, is an element with
relative position. Notice how it is similar to absolute
positioned elements, it overlaps with other elements.
Red box is overlapped, and blue box is overlapped with
this text because this text i placed after it. The green
box here is the same absolute positioned box from last
time with the same properties. Notice however, that this
green box's horizontal position is different from the
previous one. It's because this green box is inside this
text element, and since this text element is in relative
position, it assigns horizontal position according to
this text box, instead of the whole site. I hope to god
that made sense
Usually, what happens when writing text is that it will occupy the left-to-right spaces of whatever element it is contained. However, when a text is specified to have restrained height and length, it will follow this specification instead. This causes some text to "overflow" when the text-specified conditions are larger than the element it is in. This particular element, however, is specified to only consume the a small portion of height of the element. Due to the text requiring more space than that, it will still try to continue the text vertically, which would create an overflow. In order to prevent this, there is an element called, well, ..overflow. One attribute for overflow is to simply create a scrollbar like the one you're seeing in this textbox, while the other is to simply hide and cut whatever text that overflowed, like the one you're seeing on the bottom part of this text.
test(sike I won't do that my g) r
test