IT Study
Section-one-quizTheory VaultFree NotesSubjectiveOne LineSyllabusPast PapersMCQ PracticeInstitutes
0 day streakSign in

Exam prep that stays consistent

IT Study

Daily practice space for computer operator and IT-focused exams. Build streaks, revise key topics, and keep your momentum.

Navigation

  • Section-one-quiz
  • Theory Vault
  • Free Notes
  • Subjective
  • One Line
  • Syllabus
  • Past Papers
  • MCQ Practice
  • Institutes

Resources

  • Practice Mistakes

Tools

  • Vacancy Updates

Copyright 2026 IT Study. All rights reserved.

Weekly activity map shows your real consistency.

Home/Past Papers/Nepal Oil Corporation Senior Assistant (ICT) Exam – 2081/Question 9
View complete paper
Nepal Oil Corporation•2081 BS•Question 9 of 16

Write a code in HTML to create a web page containing at least: title text, body, background color, a table, an image and a text with hyperlink.

5 marks

Question source

Exam year
2081 BS / 2024 AD
Level
Level 5
Paper
Technical – Subjective
Section
Section B: Short & Long Answer Questions (50 Marks)

Model answer

<!DOCTYPE html>
<html>
<head>
    <title>Nepal Oil Corporation ICT</title>
</head>
<body style="background-color: #f0f4f8;">
    <h1>NOC IT Portal</h1>
    <table border="1">
        <tr><th>ID</th><th>Location</th></tr>
        <tr><td>NOC-1</td><td>Thankot</td></tr>
    </table>
    <img src="logo.png" alt="NOC Logo">
    <a href="https://www.noc.org.np">NOC Official Site</a>
</body>
</html>
Previous questionQuestion 8: Discuss the importance of Mail Merge operation in MS-Word with appropriate example. Briefly explain the steps of Mail Merge operation.Next question Question 10: Describe the use of different heading levels (<h1> to <h6>) for creating page hierarchy.

Question 9 of 16 from Nepal Oil Corporation Senior Assistant (ICT) Exam – 2081

Open all questions