Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Algorithms questions

Question

Tell me about yourself.

Answered: 1 week ago