So I was going through my old hardrive and I find my first ever index page made. Look how Simple I used to be <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bear With us for a Few Weeks :3</title> <style> h1 { color:rgb(8, 19, 240); } h2 { color: rgb(99, 250, 5); background-color: rgb(8, 19, 240); } p { color: rgb(8, 19, 240); } body { background-image: url("eye.jpg"); } #blue { color: rgb(8, 19, 240); } .swag{ border: 10px groove rgb(204, 204, 204); } .rekd { color:rgb(245, 8, 55); } .border{ border: 10px groove rgb(8, 19, 240); } .t { color: rgb(0, 0, 0); background-color: rgb(8, 19, 240); } .border2{ border: 8px solid rgb(203, 204, 222); } </style> </head> <body> <ul> <li class="color-bg"> <h4>Navigation</h4> <ul class="blocklist"> <center><li><a class="selected" href="index.html"><big>Back to Home Page</big></a></li> </ul> </li> <center><h1><big>We're just Fixing up the final touches!</big></h1></center> <center><h2 id="red"><big>In Development</big></h2></center> <center><p class= "rekd"><big>Feel Free to browse our home page we're making the few final touches!</big></p></center> <center> <h2 id="red"><strong>Expect Us Soon!</strong></h2></center> <center> <p class="t"><big><strong>The Website should be completed and finalised in less than a <em>fortnight This Video is a snapshot of what we're about.</strong></big></em></p></center> <center> <img class= "border" src= "vapour.jpg" alt= "A Little snipet of what's to come " height="250px" width="250px"> </center> <br> <center><video class= "border" width="300px" height="300px" controls autoplay </center> <source src="csgo.mp4" type="video/mp4" </video> </body> </html>
Don't understand what that is and how that is considered simple but, I am guessing you've improved and have more complex, umm, code? I think it is?
That's a class tag used to group together specific paragraphs or words. This is HTML5 I think or maybe XML. This was only the first page lol.
You got me, He says he is a dev hence the previous name on one of the accounts he sold me "BeastDeveloper". So I am guessing he making a point that he is a dev and how much better he has gotten?
Ahh HTML... My fave string of code is this {im a little rusty lol} <h5> <p> "Hello my good sirs." </p> </h5> And this <a href> "insert picture link here" </a href> Or its like this i forget i havent practiced <a href "insert pic link here"/> Lel i need to repractice the basics
I use Eclipse now although this was made on dream weaver. It's easier to just use <Img src=" " alt=" " width= " " height="" put the image in the same folder as your index or whatever html page you're trying to develop. Always use .jpg and .mp4 in html as well. Rev right here when he joined the call of me and Gold making an api... The code works...
HREF is recieving data off an external source, Img is a file that is internal and located in the specific drive.