My first paragrpah!!! please look at the souce code if you want some tips: crtl u.
-may, 24th, 2025-
-character count: 9144!-
~~~Started it, going good so far, going to + more l8r!!!~~~
this is a
paragraph with a line break :3
Html is NOT upper case sensitive, so if you were to put P instead of p, its fine!
html Defines the root of an HTML document. body Defines the document's body. h1 to h6 Defines HTML heading size!
if you add: 'lang="en" (or lang="en-US") to the end of the first html tag, it'll help the search engines and broswers.
This is a paragraph!
for the text above me, The value of the title attribute will be displayed as a tooltip when you hover mouse over the element.
note: The HTML standard does not require lowercase attribute names. The title attribute (and all other attributes) can be written with uppercase or lowercase like title or TITLE. However, W3C recommends lowercase attributes in HTML, and demands lowercase attributes for stricter document types like XHTML.
GOOD! : a href="https://www.w3schools.com/html/">Visit our HTML tutorial.
BAD! : href=https://www.w3schools.com/html/>Visit our HTML tutorial
The required alt attribute for the img tag specifies an alternate text for an image, if the image for some reason cannot be displayed. This can be due to a slow connection, or an error in the src attribute, or if the user uses a screen reader
example : img src="img_girl.jpg" alt="Girl with a jacket".
ATTRIBUTE NOTES: -All HTML elements can have attributes
-The href attribute of a specifies the URL of the page the link goes to
-The src attribute of img specifies the path to the image to be displayed
-The width and height attributes of img provide size information for images
-The alt attribute of img provides an alternate text for an image
The style attribute is used to add styles to an element, such as color, font, size, and more
-The lang attribute of the html tag declares the language of the Web page
-The title attribute defines some extra information about an element
Each HTML heading has a default size. However, you can specify the size for any heading with the style attribute, using the CSS font-size property:
EXAMPLE:
hr makes a line between stuff.
The hr tag is an empty tag, which means that it has no end tag.
The text inside a pre element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks:
The HTML style attribute is used to add styles to an element, such as color, font, size, and more.
Setting the style of an HTML element, can be done with the style attribute.
The HTML style attribute has the following syntax:
tagname style="property:value;"
The CSS background-color property defines the background color for an HTML element.
example : Set the background color for a page to powderblue:
body style="background-color:powderblue;"
To set background color for two different elements :
h1 style="background-color:powderblue;"----" /h1
p style="background-color:tomato;"----" /p
The CSS color property defines the text color for an HTML element. I've done this in testing.
The CSS font-family property defines the font to be used for an HTML element.
The CSS text-align property defines the horizontal text alignment for an HTML element.
HTML contains several elements for defining text with a special meaning.
Formatting elements were designed to display special types of text:
-'b' - Bold text
-'strong' - Important text
-'i' - Italic text
-'em' - Emphasized text
-'mark' - Marked text
-'small' - Smaller text
-'del' - Deleted text
-'ins' - Inserted text
-'sub' - Subscript text
-'sup' - Superscript text
The HTML blockquote element defines a section that is quoted from another source. Browsers usually indent blockquote elements. check Testing for more :)
The HTML q tag defines a short quotation. Browsers normally insert quotation marks around the quotation.(again, check the testing)
The HTML abbr tag defines an abbreviation or an acronym, like "HTML", "CSS", "Mr.", "Dr.", "ASAP", "ATM". Marking abbreviations can give useful information to browsers, translation systems and search-engines!
The HTML address tag defines the contact information for the author/owner of a document or an article. The contact information can be an email address, URL, physical address, phone number, social media handle, etc. The text in the address element usually renders in italic, and browsers will always add a line break before and after the address element. If you're making a website for fun, this probs wont be used, it is helpful if you wanna make something in itallics.
The HTML cite tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).
Note: A person's name is not the title of a work.
The text in the cite element usually renders in italic.
BDO stands for Bi-Directional Override. The HTML bdo tag is used to override the current text direction meaning the text will be written backwards, like this: backwards text.
You can also had comments onto your sites, if you wanna had a sneaky little thing... try to find them in the code!
In HTML, colors can also be specified using RGB values, HEX values, HSL values, RGBA values, and HSLA values.three div elements have their background color set with RGB, HEX, and HSL values:rgb(255, 99, 71) #ff6347 hsl(9, 100%, 64%) The following two div elements have their background color set with RGBA and HSLA values, which add an Alpha channel to the color (here we have 50% transparency):rgba(255, 99, 71, 0.5) hsla(9, 100%, 64%, 0.5)
In HTML, a color can be specified using a hexadecimal value in the form: #rrggbb
This is a red paragraph.
This is a blue paragraph.
this is a yellow paragraph.
this is a preformated text i think it's just like, this format. like in the code, check. I'm on some ddlc shi
This is a paragraph.
Centered paragraph.
- Bold text
- Important text
- Italic text
- Emphasized text
- Marked text
- Smaller text
- Deleted text
- Inserted text
- Subscript text
- Superscript text
Here is a quote from a website:
this is the example for the blockquote, im now going to ramble about stuff, like straws, i dont have an irrational fear of straws, do you? BOO! straws. im going to blame your home air fryer for global warming. isnt this nice?
my goal is to: scare you with toasters!.
The abbreviation: LOL is something i love to use! LOL!!!.
Written by Your Mom.This site by me!. Made in 2025.
This text will be written from right to leftI mostly used: w3schools html tutorial!