LogFAQs > #959064362

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, Database 9 ( 09.28.2021-02-17-2022 ), DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicNeed help from coding people
INCEPTlON
10/15/21 2:44:31 PM
#1:


Working on a class assignment right now, and I'm trying to figure out why my footer keeps showing up at the top of the page. My HTML file is

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Come on a Journey</title>
<meta name="description" content="My favorite video game of all time.">

<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" media="screen" href="css/style.css">
<link rel="stylesheet" media="print" href="css/print.css">

<style>

.container {

font-size: 5em;
}

.container div {
border: 5px solid blue;
padding-bottom:1px

}

</style>

</head>

<body>
<nav class="primary-menu">
<ul id="testmenu">
<li><a href="index.php">Table</a></li>
<li><a href="list.php">List</a></li>
<li><a href="intrapage.php">Intra-page Links</a></li>
</ul>
</nav>

<div class="all-wrapper">

<main>
<a href="#Journey">Journey</a>
<a href="#second">Second heading</a>
<a href="#third">Third heading</a>

<header class="bannertest">
<img class="bud" src="friend.jpg" alt="logo" >
<h1 id="Journey"> Journey </h1>

<p> Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.I'll just copy and paste this now, so that I can make the page larger and test out the links at the top. Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well. </p>

<h2 id="second"> Second heading </h2>

<P> I should give my headings more obvious IDS for now on, for my own benefit. Makes it easier to keep track of. The more of these assignments I complete, the more I appreciate the concept of semantic coding. Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well. </P>

<h3 id="third"> Third heading </h3>

<p>I decided to remove the excess imagery I had on this page, from the previous copy and paste of assignment 8. I understand that you are grading on specific parameters, but I would still much prefer to give you something that is easier on your eyes. As you said, it is best practice, and I think it is just simply courteous. Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well.Testing my text. Look at all these test words. I really should just use one of the Ipsum resources you provided, but it's kind of fun to ramble some nonsense as well. Ahh well. </p>

</header>

</main>
</div>

<footer class="footers">

<?php include('includes/footer.php');?>

</footer>

</body>
</html>

CSS File in following post

---
FC: SW-8288-8096-1115
... Copied to Clipboard!
Topic List
Page List: 1