0% found this document useful (0 votes)
7 views

Assignment of HTML (UPSS Class VIII)

This document is an assignment on HTML for a student named Waqar in class VIII-M. It covers the basic structure of HTML, text formatting, headings, and lists, along with examples and questions for practice. The document outlines the necessary tools for working with HTML and provides a framework for creating web pages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Assignment of HTML (UPSS Class VIII)

This document is an assignment on HTML for a student named Waqar in class VIII-M. It covers the basic structure of HTML, text formatting, headings, and lists, along with examples and questions for practice. The document outlines the necessary tools for working with HTML and provides a framework for creating web pages.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

UPSS C#13

SUBJECT: Computer
ASSIGNMENT 01
Topic Name: (HTML)
STD NAME: WAQAR
CLASS: VIII-M
SECTION: Blue/Green
ROLL NUMBER: 01
HYPERTEXT MARKUP LANGUAGE: (definition)
Tools which we need.
1) Knowledge of HTML
2) Text Editor
3) Web Browser

Topic 01: Basic Structure of HTML:


<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>
Tags Purpose
<html>
<head>
<title>
<body>
Question 01: Create Your First Web Page. (for Example)
Example Output:

Topic 02: Basic Text Formatting


Tags Purposes
<b>
<i>
<u>
<br>
<p>
<center>
<sub>
<sup>
<hr>
<mark>
<del>
<strong>
<em>
<small>
<ins>
Question 01: Create Different Web Page which are mentioned
below.
Topic 03: Headings in HTML
Tags Purposes
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Question 01:

Topic 04: Lists in HTML


Tags Purposes
<ol>
<ul>
<dl>
Nested List
<li>
Question 01:
Question 02: Create this with the help of HTML

You might also like