Forwarded from IS AM 2022 (M.almamari)
To merge two vertical cells in the same table we use:
Anonymous Quiz
15%
a) <table colspan="2">
33%
c) <td rowspan="2">
14%
d) <tr rowspan="2">
37%
b) <td colspan="2">
🤔4
Forwarded from IS AM 2022 (M.almamari)
To create ordered list of names we use:
Anonymous Quiz
5%
a) <ol><le>…..</ol>
5%
b) <ol><li>…..</ul>
85%
c) <ol><li>…..</ol>
6%
d) <ul><li>…..</ul>
Forwarded from IS AM 2022 (M.almamari)
We write Tag <title>
Anonymous Quiz
7%
Inside <body>
10%
Inside <html>
78%
Inside <head>
5%
d) Separately written.
Forwarded from IS AM 2022 (M.almamari)
If we want to merge between columns we use
Anonymous Quiz
74%
a) Colspan
4%
b) Cols pan
6%
c) Colpan
16%
d) Rowspan
Forwarded from IS AM 2022 (M.almamari)
To center an image “my.jpg” inside a table cell we use:
Anonymous Quiz
23%
a) <table align="center"><img src="my.jpg"></table>
16%
b) <tr align="center"><img src="my.jpg"></tr>
10%
c) <tr><img src="my.jpg"></tr>
51%
d) <td align="center"><img src="my.jpg"></td>
Forwarded from IS AM 2022 (M.almamari)
To create a link:
Anonymous Quiz
5%
a) <a type = “…..” >.. </a>
92%
b) <a href= “……” > ... </a>
1%
c) <a name> “……” </a>
3%
d) <a size = “……” </a>
Forwarded from IS AM 2022 (M.almamari)
The alt property with img tag used to:
Anonymous Quiz
9%
a) Change the image size.
75%
b) Show the written text if the image can’t be shown.
13%
c) Use the image as a hyperlink.
3%
d) Use the image inside table.
Forwarded from IS AM 2022 (M.almamari)
<hr color = “red” size = “5”>
Anonymous Quiz
14%
a) To create a vertical line, width 5 and red color.
69%
b) To create a horizontal line, width 5 and red color.
5%
c) To create a horizontal line, width 5 and green color
12%
d) To create a rectangle, size 5 and red color.
👍2
Forwarded from IS AM 2022 (M.almamari)
Tag <li> used for:
Anonymous Quiz
83%
a) Elements of order or unordered list.
7%
b) Drawing an italic line.
4%
c) Drawing a zigzag line.
6%
d) Starting a new line.
👍1💔1