Paragraph
Paragraph
Paragraph
Paragraph
Paragraph
Paragraph
Used to separate content
This is a paragraph.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse volutpat tortor semper lacus faucibus scelerisque. Nulla aliquam id nisi et semper. Maecenas ullamcorper mi lectus. Sed ac aliquet leo. Pellentesque id mauris id lorem volutpat consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer egestas posuere eleifend.
This is a
paragraph with
two line breaks.
Normal, Small, Bold, Strong, Italics, Emphasized, Marked, Deleted / Strikethrough, Inserted / Underlined, Subscript,
Superscript
Paragraph with 30px font size.
Paragraph with 70% font size.
Paragraph with a background color.
Paragraph with a text color.
Paragraph with a solid 2px border color.
Paragraph with a dashed 5px border color.
Paragraph with a different font.
Paragraph aligned to the left.
Paragraph aligned to the center.
Paragraph aligned to the right.
Paragraph justify aligned.
Hover this paragraph to see the tooltip text.
Hover this link to see the tooltip text.
Double Quotes within Single Quotes: 'Johnathan "John" Smith'
Single Quotes within Double Quotes: "Johnathan 'John' Smith"
Used to display text in a fixed-width font that preserves spaces and line breaks
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse volutpat tortor semper lacus faucibus scelerisque.
Some lorem ipsum:
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
This page is HTML by VMPYRC. Part of the LAB project. Citations are the title of a creative work (not the person's name). This is usually rendered in italics.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse volutpat tortor semper lacus faucibus scelerisque. Nulla aliquam id nisi et semper. Maecenas ullamcorper mi lectus. Sed ac aliquet leo. Pellentesque id mauris id lorem volutpat consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer egestas posuere eleifend.
This page is for my notes on HTML.
Check the source code to see the secret comments:
Comment! Comment! Comment!
Absolute: Full web address - Lab index page
Relative: Local link within the same website - Lab index page
The following examples will use this link: https://github.com/VMPYRC/Lab/
Jump to the Images Section
Jump to the Projects Section of the Lab's Index page
<img src="image.png" alt="Alternative Text Here" width="100" height="100" />
<img src="image.png" alt="Alternative Text Here" style="width: 100px; height: 100px" />
<head> <style> img { width: 100%; } </style> </head>
img { border: 1px solid #000; width: 100px; height: 100px; background-color: #FFFFFF; width: auto; margin: 20px auto; }
Relative URL: Links to an image hosted within the current website
Absolute URL: Links to an external image hosted on another website
Absolute URL + Image as a Link
THE IMAGE WILL FLOAT TO THE LEFT OF THIS TEXT.
THE IMAGE WILL FLOAT TO THE RIGHT OF THIS TEXT.
THE IMAGE WILL FLOAT HERE
IN THIS TEXT.
1 | 2 | 3 |
---|---|---|
A | B | C |
D | E | F |
1 | 2 | 3 |
---|---|---|
A | B | C |
1 | 2 |
---|---|
A | B |
C | D |
3 | 4 |