HTML is a markup language used to define the structure and layout of web pages. It uses tags to annotate text and other content to indicate how it should be displayed. Some key tags include <html> for the overall page, <head> for metadata, <title> for the page title, <body> for the visible page content, <h1>-<h6> for headings, <p> for paragraphs, <ul> and <ol> for unordered and ordered lists, and <img> for images. HTML forms allow creating interactive components like text fields, checkboxes, radio buttons, and submit buttons to collect user input. Tables are defined with <table>, with each row defined using <tr>
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0 ratings0% found this document useful (0 votes)
577 views3 pages
12th HTML Worksheet
HTML is a markup language used to define the structure and layout of web pages. It uses tags to annotate text and other content to indicate how it should be displayed. Some key tags include <html> for the overall page, <head> for metadata, <title> for the page title, <body> for the visible page content, <h1>-<h6> for headings, <p> for paragraphs, <ul> and <ol> for unordered and ordered lists, and <img> for images. HTML forms allow creating interactive components like text fields, checkboxes, radio buttons, and submit buttons to collect user input. Tables are defined with <table>, with each row defined using <tr>
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 3
IP HTML,XML,WEBAPPLICATION -1
NAME: ROLL NO:
GRADE: XII DATE: SUBJECT: IP SUBMISSION DATE: TYPE A: VERY SHORT ANSWER QUESTION 1) What is HTML? Why it is used? 2) What is a Tag? Differentiate between Container and Empty tag? 3) What is an Attribute? 4) What is the basic Structure of HTML file? 5) What is the difference between-? (a) <Font> and <Base Font> tag (b) <BR> and <P> 6) Explain the following tag with their commonly used attributes- (a) <Html> (b) <Title> (c) <Body> (d) <Font> (e) <HR> (f) <P> (g) <img> (h) <h1> (i) <!..> (j) <A> 7) How color value is formed in Hexadecimal numbers in HTML. 8) Write the HTML code for the followings. (a) to set a background image named “mylogo.jpg” in the page. (b) to set the active link color as Red. (c) to set the Visited link color as green. (d) to align a paragraph as center. (e) to set the alternate font as “Arial” if primary font “Vardana” is not available. TYPE A: VERY SHORT ANSWER QUESTION 1) What types of list are supported by HTML? 2) Which three tags let you create the definition list? 3) Which three tags let you create the (i) unnumbered lists? (ii) numbered lists? 4) What is a table? Which tag is used to create tables in HTML? 5) Which attributes are used to give border to a table? 6) Which attribute lets you control the display of select border sides of a table? 7) Which attributes is used to control the inside table border? 8) How is spacing in cells of table controlled? 9) What is the role of ALIGN attribute of <TABLE> tag? 10) How can you specify following in table? (a) Background image (b) background colour. (c) Table height. (d) Table width. 11) What tag is used to specify (i) Table data (ii) Table header (iii) Table row? 12) Name the attributes used for following? (i) Setting the cell width. (iii) Setting cells background colour. (ii) Changing the cell span. (iv) Aligning cell contents vertically. 13) What for are <TH> and <TR> tags used? 14) What are forms? Which methods and actions are commonly used with Forms? 15) Name different control types supported by HTML forms. 16) Write the tags to define the following: (i) A text box (ii) A text area (iii) A radio button (iv) A check box (v) A Password box (vi) A Pop up box (vii) Submit button (viii) A label. TYPE B: SHORT ANSWER QUESTION
1) How will you nest an un order list inside an ordered list?
2) How would you indent a single word and put a square bullet in front of it? 3) Write HTML code to produce these controls a) A text box b) A text area with 10 rows and 30 columns c) A password text box d) A pop up box to choose class from it. 4) Which tags of HTML are used to? a) Change the font in a page b) Add a row in a table 5) Which tags / attributes of HTML are used to? a) insert the picture in the web page b) insert an empty line in the web page 6) Name two tags that are present in every HTML code 7) Write the name of HTML tag used to include an image in a HTML web page. 8) Write HTML code for the following: To provide hyperlink to a website http://www.cbse.nic.in? 9) Write the name of HTML tag used to include numbered list in a HTML web page? 10) Which HTML tags are used for making a table and adding rows in an HTML document? 11) How is <OL> tag different from <UL> tag of HTML? 12) Java is writing an HTML code. How can she see, how the code would look as a web page? 13) What is the wrong in the following HTML code? <UL type = “a” start = 3> 14) What is the use of comment in an HTML web page? 15) How can you set a column or a row spanning over more than one row or columns? 16) Explain with the help of examples the difference between container and empty elements of HTML? 17) Give two attributes of table element of HTML? 18) Differentiate between the <TR> and <TD> tags of HTML with the help of an appropriate example? 19) Why does not <TABLE width=100%> use the full browser width? 20) Differentiate between HTML and XML? 21) What is the use of <CENTER> tag in an HTML document? 22) Which HTML tag and corresponding attributes are used to include an image as the background of an HTML Document? 23) How is <P> tag different from <BR> tag in HTML? 24) How is spacing in cells of table controlled?
ANSWER THE FOLLOWING QUESTIONS
1) In the URL, http://www.mycorp.com/pr/master.htm, what is the http component? 2) In the URL, http://www.mycorp.com/pr/master.htm, what is the www.mycorp.com component? 3) In the URL, http://www.mycorp.com/pr/master.htm, what is the /pr/master.htm component? 4) What do you mean by Web Browser, and Web Server? 5) Which protocol is used to upload/ transfer the file from host to server Internet? 6) What is WWW? How does it function? 7) A web browser & web server are an application of client/server computing concept. Comment on these statements? 8) What is URL? What are its components? Exemplify? 9) What is CGI? How it works in Dynamic web Page service? 10) Differentiate between Static and Dynamic Web Service? 11) Explain the full form of the following terms: a. a) FTP b) HTTP c) SMTP d) TCP/IP 12) Why we use FTP protocol? 13) What do you mean by a client and a server? 14) Explain the role of a web browser in HTTP Communication? 15) What do you mean by communication channel? 16) Differentiate between absolute and relative URL? 17) What do you mean by user interface? 18) What is Web Publishing? 19) What is HTML editor? 20) What is Hypertext and Hypermedia? 21) What is host name? 22) What is web scripting? 23) Name the components which are helpful for Web Hosting? 24) What is client side scripting? Name some scripting languages which are useful for client side scripting.