This is a paragraph.
This is another Paragrph
HTML links are defined with the a tag. The link address is specified in the href attribute:
This is a linkHTML Images are defined with the img tag, and the filename of the image source is specified in the src attribute:
HTML buttons are defined with the button tag:
The Style Attribute is used to specify the styling of an element, like color:
I am a paragraph
Mouse over the paragraph, to display the title attribute as a tooltip.
In some situations, when the attribute value itself contains double quotes, it is necessary to use single quotes:
John with Single quotes
John with Double quotes
You can change the size of the heading with the style attribute, using the font-size property.
This is some text.
This is some other text.
This is a paragraph contains a lot of lines in the source code, but the browser ignores it.
This is
a paragraph
with line breaks.
The pre tag preserves both spaces and line breaks:
My Bonnie lies over the ocean. My Bonnie lies over the sea. My Bonnie lies over the ocean. Oh, bring back my Bonnie to me.
You can set the background color for HTML elements.
HTML colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values
You could write anything in this thing. Merry christmas And Happy New Year
Formatting elements were designed to display special types of text:
- Bold text
- Important text
- Italic text
- Emphasized text
- Marked text
- Small text
- Deleted text
Inserted text
- Subscript text
- Superscript text
The link to move forward