Computer Science, asked by SanaFayyaz, 10 months ago

True or false
1.the align attribute is used to specify the alignment of a table.
2.the default value for both cell padding and cell spacing is 4.
3.the IMG SCR is a container elemant.
4.tag is used to create a hyperlink.
5.the default border colour of a table is red.

Answers

Answered by shikhasharma97
19

1) True

2)False

3)True

4)True, <A> or anchor tag is used.

5)False

hope it helped!


shikhasharma97: 3) false
Answered by KaurSukhvir
1

Answer:

Statement 1 - True

Statement 2 - False

Statement 3 - False

Statement 4 -True

Statement 5 - False

Explanation:

  1. The align attribute is used to specify the alignment of a table according to surrounding text. The HTML <table> align attribute is used to specify the alignment of a table and its content.
  2. Cellpadding is used to easily control the white space present between a cell border and the content present in it. The default value of cellpadding is 1. Cellspacing is used to control the spaces between various cells. The default value of cellspacing is 2.
  3. The img scr element is an empty element. It starts with <img> tag. but does not have any end tag. The value of the src element of img element consists the URI indicating the location of the image.
  4. The <a> tag or 'anchor tag' creates a hyperlink. Anchor tag is used to link from one page to another page. Most important attribute of the <a> element is the href attribute, which gives the information of  the link's destination.
  5. There is no default value of HTML border attribute.  
  • If the border-color property has one value:- border-color: red. All four borders are red.
  • If the border-color property has two values:- border-color: red green. Top and bottom borders are red and right & left borders are green.
  • If the border-color property has three values:- border-color: red, green and blue. Top border is red, right and left borders are green & bottom border is blue.
  • If the border-color property has four values:- border-color: red, green, blue and pink. Top border is red, bottom border is blue, right border is green and left border is pink.
Similar questions