Question: Create an HTML, CSS application For the page title, set your name and Week 2 (e.g. Your Name : Week 2) In the page, create



Create an HTML, CSS application


  • For the page title, set your name and Week 2 (e.g. Your Name : Week 2)
  • In the page, create an h1 tag that says "CP430 - Mobile Programming"
  • Create 4 textboxes
  • The boxes will store
  • Box 1: an author's name
  • Box 2: a book title
  • Box 3: a page count
  • Box 4: an email address
  • In the page, create a div that will hold the text "I am in landscape mode" and set it to not be visible
  • Create5 divs
  • Assign them to a class called Columnar
  • Add some sort of data to each
  • Have each div have some sort of identifying boundaries (use borders, use colour,etc.)


  • If the page width is
  • larger than 850
  • all h1 tags will be set to be orange text
  • All the columnar items will be set to span the entire width of the view
  • is larger than 550
  • all h1 tags will be set to be pink text
  • is less than 551
  • all h1 tags will be set to be purple text


  • If the device goes into landscape mode, make the "Landscape mode: " div visible
  • If the device goes into portrait mode, make the "Landscape mode: " div invisible



  • Use a separate CSS page
  • Please consider appropriate user experiences with this simple (and all) application(s)
  • Please use proper development and programming techniques and processes









Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!