MABS Institution
11th Computer Applications Monthly Test -1 ( HTML - Formatting text, Creating Tables, List and Links-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Why container tags are called "Physical Style" tags?
-
What is the use of < center > tag?
-
How will you centered in a paragraph and non-paragraph text?
-
How will you define numbered list?
-
Explain the usage of < B >, < I >, < U >, < S > tags
-
Write an HTML code to provide hyperlink to https://www.w3schools.com
-
Write note on Physical Style tags / Container tags.
-
Write an HTML code to display the following text in exactly the same way as given below.
I am studying Computer Science Application. -
-
What are the core tags used to create table in HTML?
-
Define (i) cell (ii) Border (iii) column (iv) Table
-
-
Write a short note on (i) Subscript (ii) Superscript.
-
Difference between < UL > and < OL > tags.
-
Write HTML code to produce the following table:
A B C -
Write-the usage and final output of the following tags
(i) < strong > (ii) < em > (iii) < ins > (iv) < del > -
Explain < HR > tag with attributes through suitable HTMl code.
-
Define the following terms (i) link (ii) Hyperlink (iii) Internal link (iv) Local link
(v) External link -
What is subscript and superscript?
-
Write an HTML code the show the following text:
MODERN ATOMIC THEORY
The findings of modern atomic theory are given as follows:
1. An atom is the smallest particle which takes part in chemical reaction.
2. An atom is considered to be a divisible particle.
3. The atoms of the same element may not be similar in all respects.
eg: Isotopes (17Cl35, 17Cl37)
4. The atoms of different elements may be similar in some respects.
eg. Isobars (18Ar40, 20Ca40) -
-
Explain the attributes used with < TD >,< TH > and < TR > tag in HTML.
-
What is Link and explain the types of links.
-
-
Write HTML code to create the following table:
A B C D E G F -
Explain the attributes used with < table > in HTML.
-
Explain the attributes used with < font > tag in HTML.
-
Explain the types of list with suitable HTML code.