Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8714079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:30:11+00:00 2026-06-13T05:30:11+00:00

I’ve got an assignment for an introductory web design course, and so far it’s

  • 0

I’ve got an assignment for an introductory web design course, and so far it’s been real easy, but when the professor introduced div and span tags, I really lost my momentum and have fallen into a slump. I’ve registered for the course late, and as luck would have it, an assignment on div and span is due tomorrow.

I have been using w3schools extensively thus far, as well as StackOverflow itself, but I can’t really find a specific answer to my question, or the answers I find are well beyond my ‘skill level’.

I want to emulate a website provided to me; no source code is provided, just an image of what the final product should look like, as well as resources like images, text sizes, etc. Here is the link to the assignment itself.

http://www.cosc.brocku.ca/Offerings/2P89/2P89%20Assign2.pdf

I’ve gone through the first few bits myself, but the meatier portion of the assignment I’m lost on. I need to make one large div element (I’m assuming), and inside that I need more div elements. I’ve got to this area:

“Below the main heading is the page’s overall content area, with an overall 32% rating for the film, several critics’ reviews, and an overview of the film at right. Taken together this content occupies 800px in width and is centered horizontally within the page. If the page resizes horizontally, this 800px section should move dynamically so that it remains centered horizontally on the page. This overall section has a 4px gray solid border with a 20px round radius and should be sized large enough to contain all of its contents. (Hint: See textbook section 4.3 on making contents fit.)”

The image in the link is how it should look, and so far I have everything above the rounded border section with all of the meatier content. Here is what I have thus far:

<!doctype html>
<html>
    <head>
        <link rel="shortcut icon" href="http://www.cosc.brocku.ca/Offerings/2P89/Images/rotten.gif" 

type="image/x-icon">
        <title>Abraham Lincoln: Vampire Hunter - Rancid Tomatoes</title>
        <link href="abe.css" type="text/css" rel="stylesheet" />
    </head>
    <body>
        <div class="banner" style="background: url

(http://www.cosc.brocku.ca/Offerings/2P89/Images/bannerbg.png) repeat-x;width:100%;height:50px;">
            <img src="http://www.cosc.brocku.ca/Offerings/2P89/Images/banner.png" alt="">
        </div>
        <h1>Abraham Lincoln: Vampire Hunter (2012)</h1>
        <div class="reviewshell">
            <div class="reviewleft">hi</div>
        </div>
    </body>
</html>

…and style sheet…

.banner {
    margin:0px;
    text-align:center;
}
.reviewshell {
    margin-left:auto;
    margin-right:auto;
    border:4px solid;
    border-radius:20px;
    border-color:grey;
    width: 800px;
}
.reviewleft {
    margin:0px;
    text-align:left;
}
.reviewright {
}
.reviewbottom {
}
body {
    background-image:url("http://www.cosc.brocku.ca/Offerings/2P89/Images/background.png");
    background-attachment:fixed;
    font-size:8pt;
    font-family:Verdana, Tahoma, sans-serif;
    margin:0px;
}
h1 {
    text-align:center;
    font-size:24pt;
    font-family:Tahoma, Verdana, sans-serif;
    font-weight:bold;
    text-shadow:#999999 3px 3px;
}
blockquote {
}
a:link {
}
a:visited {
}
ul.a {
}

I apologize in advance if homework help is frowned upon here; I’ve been at this for about 9 hours reading up on HTML and I can’t find out how to continue. There is no prof or TA available on Sundays unfortunately.

edit; I should probably mention that I don’t need a specific answer, just a link to a page or guide that can help me figure it out. w3schools is indepth, but I still can’t get it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T05:30:12+00:00Added an answer on June 13, 2026 at 5:30 am

    This is a pretty good Smashing Magazine tutorial: http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/

    I could write up a guide for you if no one supplies a better answer…

    HTH.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Seemingly simple, but I cannot find anything relevant on the web. What is the
I want to count how many characters a certain string has in PHP, but
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a jquery bug and I've been looking for hours now, I can't
Basically, what I'm trying to create is a page of div tags, each has
I've got a string that has curly quotes in it. I'd like to replace
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.