Topics |
---|
1.Explain the Web Page:
Web pages are the sheet on which information is displayed in Internet/Web media.The content in the webpages are not static.They can be changed.
2.What is Web site?
A Web site is a group of several webpages that include both pictures and information.Important information on the site would be included in the main page.
3.How to making a Web page?
To creating a web page ,to know a computer language called Hyper Text Mark up Language or HTML.
4.Explain the origin of name HTML:
In the past,the people working in the printing presses used to be given instructions using certain symbols.These symbols ,which indicated the size,colour and other properties of the text to be printed used to be called 'mark-ups'.HTML is called a markup language as it has a similar function to done those symbols of the past.
5. Define HTML:
HTML stands for Hypertext Markup Language. It is used for developing web pages.
6.What is Tag?
A Tag is a coded HTML command that indicate how part of web page should be displayed.
7.What is Attributes?
Attributes is a special word used inside tag to specify additional information to tag such as color,alignment etc.
8.What are the difference between the paper sheets in printmedia and the web pages?
Pages are arranged in a website as shown below:
9.Explain how to write html program:
Tags are codes used for instructing the web browser how to display the content on each web page.All pages start with the opening tag < html > and end within the closing tag < /html >.Instructions,contents are typed between these tags.The tag is used at the beginning of the instruction is called opening tag.When the instruction /content ends,the tag has to be closed.A closing tag is formed by adding / sign after the < sign.An instruction or content is valid only in the space between the opening and closing tag.There fore,a website has to be constructed within the two tags< html > and < / html>.
10.How to give Heading on Web Pages?
Headings and sub headings are used to indicate topics .The Web pages are also required heading and sub headings.There are tags available for displaying heading in different sizes.
The HTML headings are defined with the
The Result is
11.How to starting a New lines?
In order to start a new line ,the required instruction has to be given to the browser. < br > is used for starting a new line after breaking a line.There is no content between the tag < / br >which ends a line and the tag < br > which starts a line ,both the tags can also be combined and written as < br / >.
12. Explain the tags below:-
The text between describes the web page.
The text between is the visible page content.
The text between is displayed as a heading.
The text between is displayed as a paragraph.