Page 77 - CA 165 ver 1.0 Class 10
P. 77
Write the HTML code to obtain the following output:
HANDLOOM INDUSTRIES
Sale!Sale!Sale!
1. Sarees
2. Salwar Suit
3. T-Shirts
For Men
For Women
4. Kurta
For Men
For Women
Write HTML codes to design a Web Page with the following details:
Use Proper Title of the Web Page.
Heading of the page is “My Favourites” and it should be aligned center.
List your favourites in form of Unordered and ordered list as required.
List should be nested.
Recap Zone
Hyper text Markup Language is used to mark the contents that helps in designing web pages.
Text Editor provides the layout in which the text can be typed along with proper HTML syntax to
create web pages.
Web Browser is an application software that enables to display text, images, videos, music or
other contents which are coded in a text editor or embedded in a web page on the World Wide
Web or on a Local Area Network.
Tags refer to the code of instructions that are used in a markup language like HTML to perform
an action.
Element refers to different sections that include opening or closing tag and the content within it.
HTML document consists of text that comprises the contents of the document and the tags that
define the structure and appearance of the document.
An HTML document can be created by using simple text editor like Notepad, KWrite or HTML
editor like Front Page, etc.
Attributes refer to additional features that can be added with the tags, to apply or to change and
enhance the appearance of different parts of a web page.
Comments are used to add remarks to the programs created in any language.
Heading tags (from <H1> to <H6>) are used to add headings in the HTML document.
Paragraph tag is used to begin a paragraph in a web page.
<br> is an empty tag. It is used to insert a line break.
An ordered list is a series of items displayed in sequence with it whereas an unordered list
displays special bullets in the beginning of each list items only.
The definition list is the ideal way to present a glossary, list of terms, or other name/value list.
Introduction to HTML 75

