CLASS-VIII CH-9 WEB PAGE PUBLISHING WITH HTML
WEB PAGE PUBLISHING WITH HTML
BOOK WORK
COPY WORK
a) Explain the meaning of HTML with its features.
HTML stands for Hyper Text Mark‐up Language.
Features of HTML:
1. HTML file is a text file containing the markup tags.
2. HTML file can be created using a simple text editor.
3. Output of the HTML document can be viewed through any web browser.
b) What are tags and attributes in HTML? Explain with an example.
Tags: Tags are codded commands used to indicate the way your web page should be displayed o the browser. Example- <HTML>
Attributes: An Attribute defines a property for a particular tag and it has a value.
Example: bgcolor
c) What is ordered list and how is it different from an unordered list?
An ordered list is also called as numbered list where text is displayed in a sequence.
The unordered list is a list of items in which each one is preceded by a 'bullet'.
d) Explain the function of <marquee> tag with its attributes.
The HTML <marquee> tag is used for scrolling piece of text or image from right to left, left to right, top to bottom, or bottom to top when displayed on the browser.
Example:
<marquee direction="up" behavior="alternate" bgcolor="red">hello </marquee>
Here direction attribute is used for give a direction to the scrolling text.
Here behavior attribute is used to define the type of scrolling.
Here bgcolor attribute is used to define the background color of the scrolling text.
e) What do you understand by Linking web pages?
Linking web pages means connecting two or more web pages to each other. With this one can make clickable link between pages. These links are called as Hyperlinks.
Thanks sir
ReplyDeleteVery Helpful
DeleteSir hum html kaise sikhe uski link dal dijiye please sir
ReplyDelete