Sign Up

Have an account? Sign In Now

Sign In

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

Abstract Classes

Abstract Classes Logo Abstract Classes Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Polls
  • Add group
  • Buy Points
  • Questions
  • Pending questions
  • Notifications
    • The administrator approved your post.August 11, 2025 at 9:32 pm
    • Deleted user - voted up your question.September 24, 2024 at 2:47 pm
    • Abstract Classes has answered your question.September 20, 2024 at 2:13 pm
    • The administrator approved your question.September 20, 2024 at 2:11 pm
    • Deleted user - voted up your question.August 20, 2024 at 3:29 pm
    • Show all notifications.
  • Messages
  • User Questions
  • Asked Questions
  • Answers
  • Best Answers
Home/ Questions/Q 58661
Next
In Process
Himanshu Kulshreshtha
Himanshu KulshreshthaElite Author
Asked: May 22, 20242024-05-22T15:05:28+05:30 2024-05-22T15:05:28+05:30In: INFORMATION TECHNOLOGY

Design a web page which uses two frames, the left frame are further divided into two frames horizontally. The upper portion of left frame contains an image while the lower one has navigation titles. The right frame contains some text description of the titles on the navigation bar.

Create a web page with two frames, with the left frame being further divided into two horizontal frames. The left frame displays navigation titles at the bottom and a picture at the top. A brief description of the navigation bar’s titles can be found in the right frame.

CIT-003
  • 0
  • 11
  • 24
  • 0
  • 0
Share
  • Facebook

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Himanshu Kulshreshtha Elite Author
      2024-05-22T15:05:44+05:30Added an answer on May 22, 2024 at 3:05 pm

      Creating a web page with frames involves HTML and potentially some CSS for styling. Here's a basic example of how you could structure your HTML:

      <!DOCTYPE html>
      <html lang="en">
      <head>
          <meta charset="UTF-8">
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          <title>Frame-based Web Page</title>
          <style>
              body {
                  margin: 0;
                  padding: 0;
                  font-family: Arial, sans-serif;
              }
              #container {
                  display: flex;
                  height: 100vh;
              }
              #left-frame {
                  width: 30%;
                  border-right: 1px solid #ccc;
                  display: flex;
                  flex-direction: column;
              }
              #upper-left {
                  height: 50%;
              }
              #lower-left {
                  height: 50%;
                  overflow-y: auto;
              }
              #right-frame {
                  flex: 1;
                  padding: 20px;
                  overflow-y: auto;
              }
              #navigation {
                  list-style-type: none;
                  padding: 0;
                  margin: 0;
              }
              #navigation li {
                  margin-bottom: 10px;
              }
          </style>
      </head>
      <body>
          <div id="container">
              <div id="left-frame">
                  <div id="upper-left">
                      <!-- Image -->
                      <img src="your-image.jpg" alt="Image">
                  </div>
                  <div id="lower-left">
                      <!-- Navigation Titles -->
                      <ul id="navigation">
                          <li><a href="#title1">Title 1</a></li>
                          <li><a href="#title2">Title 2</a></li>
                          <li><a href="#title3">Title 3</a></li>
                          <!-- Add more navigation titles as needed -->
                      </ul>
                  </div>
              </div>
              <div id="right-frame">
                  <!-- Text Description -->
                  <div id="title1">
                      <h2>Title 1</h2>
                      <p>Description of title 1 goes here.</p>
                  </div>
                  <div id="title2">
                      <h2>Title 2</h2>
                      <p>Description of title 2 goes here.</p>
                  </div>
                  <div id="title3">
                      <h2>Title 3</h2>
                      <p>Description of title 3 goes here.</p>
                  </div>
                  <!-- Add more text descriptions as needed -->
              </div>
          </div>
      </body>
      </html>
      

      This HTML code creates a basic layout with two frames: a left frame and a right frame. The left frame is divided into two sections horizontally: the upper section contains an image, and the lower section contains navigation titles. The right frame contains text descriptions corresponding to the navigation titles.

      You can further customize this layout by adjusting the CSS styles to meet your design requirements. Additionally, you'll need to replace "your-image.jpg" with the actual path to your image file.

      • 0
      • Share
        Share
        • Share onFacebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • Create an invitation card of your birthday party in MS-Word. b) Exhibit the use of Mail merge in MS word, ...
    • Write HTML code to display a webpage for a hospital and create a web form for taking online appointment of ...
    • Create a database in MS-Access for a hospital, which is having the following database fields : • Doctor ID, Doctor ...
    • Write a Java applet which converts metres into kilometres and centimetres as given by the user.
    • Write a program in 'C' language, which accepts a text string from a user and prints its reverse order.
    • IGNOU wants to deliver CIT programme in multimedia form. Propose a plan to develop a CIT block in multimedia form. ...
    • What is Computer Vision? What are the technical challenges in the context of computer vision? Explain.
    • Explain the following in the context of HCI: (i) Controls in the context of GUI (ii) Voice User Interfaces (iii) ...

    Sidebar

    Ask A Question

    Stats

    • Questions 21k
    • Answers 21k
    • Popular
    • Tags
    • Pushkar Kumar

      Bachelor of Science (Honours) Anthropology (BSCANH) | IGNOU

      • 0 Comments
    • Pushkar Kumar

      Bachelor of Arts (BAM) | IGNOU

      • 0 Comments
    • Pushkar Kumar

      Bachelor of Science (BSCM) | IGNOU

      • 0 Comments
    • Pushkar Kumar

      Bachelor of Arts(Economics) (BAFEC) | IGNOU

      • 0 Comments
    • Pushkar Kumar

      Bachelor of Arts(English) (BAFEG) | IGNOU

      • 0 Comments
    Academic Writing Academic Writing Help BEGS-183 BEGS-183 Solved Assignment Critical Reading Critical Reading Techniques Family & Lineage Generational Conflict Historical Fiction Hybridity & Culture IGNOU Solved Assignments IGNOU Study Guides IGNOU Writing and Study Skills Loss & Displacement Magical Realism Narrative Experimentation Nationalism & Memory Partition Trauma Postcolonial Identity Research Methods Research Skills Study Skills Writing Skills

    Users

    Arindom Roy

    Arindom Roy

    • 102 Questions
    • 104 Answers
    Manish Kumar

    Manish Kumar

    • 49 Questions
    • 48 Answers
    Pushkar Kumar

    Pushkar Kumar

    • 57 Questions
    • 56 Answers
    Gaurav

    Gaurav

    • 535 Questions
    • 534 Answers
    Bhulu Aich

    Bhulu Aich

    • 2 Questions
    • 0 Answers
    Exclusive Author
    Ramakant Sharma

    Ramakant Sharma

    • 8k Questions
    • 7k Answers
    Ink Innovator
    Himanshu Kulshreshtha

    Himanshu Kulshreshtha

    • 10k Questions
    • 11k Answers
    Elite Author
    N.K. Sharma

    N.K. Sharma

    • 930 Questions
    • 2 Answers

    Explore

    • Home
    • Polls
    • Add group
    • Buy Points
    • Questions
    • Pending questions
    • Notifications
      • The administrator approved your post.August 11, 2025 at 9:32 pm
      • Deleted user - voted up your question.September 24, 2024 at 2:47 pm
      • Abstract Classes has answered your question.September 20, 2024 at 2:13 pm
      • The administrator approved your question.September 20, 2024 at 2:11 pm
      • Deleted user - voted up your question.August 20, 2024 at 3:29 pm
      • Show all notifications.
    • Messages
    • User Questions
    • Asked Questions
    • Answers
    • Best Answers

    Footer

    Abstract Classes

    Abstract Classes

    Abstract Classes is a dynamic educational platform designed to foster a community of inquiry and learning. As a dedicated social questions & answers engine, we aim to establish a thriving network where students can connect with experts and peers to exchange knowledge, solve problems, and enhance their understanding on a wide range of subjects.

    About Us

    • Meet Our Team
    • Contact Us
    • About Us

    Legal Terms

    • Privacy Policy
    • Community Guidelines
    • Terms of Service
    • FAQ (Frequently Asked Questions)

    © Abstract Classes. All rights reserved.