EXAMRADAR

Question: What is HTML (Hypertext Markup Language)?

Answer:

HTML (Hypertext Markup Language) is a standard markup language used for creating the structure and presentation of web pages. It utilizes a set of tags and elements to define the content and layout of a web document. Here's an example of HTML code:

```html
<!DOCTYPE html>
<html>
<head>
<title>Example Web Page</title>
</head>
<body>
<header>
<h1>Welcome to My Web Page</h1>
</header>

<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<section>
<h2>About Me</h2>
<p>I am a web developer passionate about creating interactive and user-friendly websites.</p>
</section>

<section>
<h2>Services</h2>
<ul>
<li>Web Design</li>
<li>Front-end Development</li>
<li>Responsive Design</li>
</ul>
</section>

<footer>
<p>&copy; 2023 My Web Page. All rights reserved.</p>
</footer>
</body>
</html>
```

In this example, the HTML code represents the structure and content of a simple web page. It includes elements such as `<html>`, `<head>`, `<body>`, `<header>`, `<nav>`, `<section>`, and `<footer>`, along with various tags like `<h1>`, `<h2>`, `<p>`, `<ul>`, and `<li>`. These elements and tags define the different sections, headings, paragraphs, lists, and links within the web page.

HTML provides a way to structure and organize content, define headings, paragraphs, lists, links, images, tables, forms, and other elements that make up a web page. It acts as the foundation for web development and is often used in conjunction with CSS (Cascading Style Sheets) for styling and JavaScript for interactivity.

MCQ: HTML is a ______ language

Correct Answer: A. procedural

Explanation:

HTML (Hypertext Markup Language) is a standard markup language used for creating the structure and presentation of web pages. It utilizes a set of tags and elements to define the content and layout of a web document. Here's an example of HTML code:

```html
<!DOCTYPE html>
<html>
<head>
<title>Example Web Page</title>
</head>
<body>
<header>
<h1>Welcome to My Web Page</h1>
</header>

<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

<section>
<h2>About Me</h2>
<p>I am a web developer passionate about creating interactive and user-friendly websites.</p>
</section>

<section>
<h2>Services</h2>
<ul>
<li>Web Design</li>
<li>Front-end Development</li>
<li>Responsive Design</li>
</ul>
</section>

<footer>
<p>&copy; 2023 My Web Page. All rights reserved.</p>
</footer>
</body>
</html>
```

In this example, the HTML code represents the structure and content of a simple web page. It includes elements such as `<html>`, `<head>`, `<body>`, `<header>`, `<nav>`, `<section>`, and `<footer>`, along with various tags like `<h1>`, `<h2>`, `<p>`, `<ul>`, and `<li>`. These elements and tags define the different sections, headings, paragraphs, lists, and links within the web page.

HTML provides a way to structure and organize content, define headings, paragraphs, lists, links, images, tables, forms, and other elements that make up a web page. It acts as the foundation for web development and is often used in conjunction with CSS (Cascading Style Sheets) for styling and JavaScript for interactivity.

Discuss a Question

Related Questions

You may be interested in:

Web Fundamental MCQs

Recently Added Articles

AI vs Machine Learning: Key Differences Every Professional Should Know

Last updated on: February 13, 2026Posted by: ExamRadar

Office Cleaning Services That Elevate Sydney Offices

Last updated on: February 11, 2026Posted by: ExamRadar

Mental Health Support That’s Closer Than You Think

Mental Health Support That’s Closer Than You Think

Last updated on: January 7, 2026Posted by: ExamRadar

Columbus roofing company

Transform Your Home’s Exterior with Columbus roofing company

Last updated on: November 27, 2025Posted by: ExamRadar

What to Ask Before Booking TMS Therapy Near Me

Last updated on: November 7, 2025Posted by: ExamRadar

5 Trading Strategies to Minimize Risk

Last updated on: October 18, 2025Posted by: ExamRadar