HTML NOTEZ!!

<h1>header</h1>

<p>paragraph</p> [ <p style="&&&&"styleparagraph</p> ]

<button>!!button!!</button>
or
<button><a href="#">Link</a></button>

body {
background-image: url(insert url);
}

<br>line break</br>

<title>title of the document</title>

<style>usually where css goes i think idk</style>

<a>link</a>

basic html:

<html>
<head>
<title>Title of the document</title>
</head>

<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>

</html>


html i always use 2 start (from w3schools):

<html>
<head>
<style>
body {
background-image: url(insert url);
}
</style>
</head>
<body>

<h1></h1>
<p></p>

</body>


<div class="field-row" style="width: 300px">
<label for="range25">Volume:</label>
<label for="range26">Low</label>
<input id="range26" type="range" min="1" max="11" value="5" />
<label for="range27">High</label>
</div>

THIS OMGGG VOLUME THING^^^
this website IS EXTREMLY USEFUL 4 WINDOWS98-TYPE STUFFZ!!!-https://jdan.github.io/98.css/
-
other resources:
https://www.w3schools.com/tags/tag_body.asp
https://rentry.co/kenniymlzcollection

Edit Report
Pub: 16 Aug 2023 00:04 UTC
Edit: 16 Aug 2023 01:40 UTC
Views: 976