can you please help me the test please
computer
Attachments:
Answers
Answered by
0
Answer:
7) Hyper text markup language used to design the website.
8)<!DOCTYPE html>
<html>
<body>
<h1>The img element</h1>
<img src="im<!DOCTYPE html>
<html>
<body>
<h1>The img element</h1>
<img src="C:Mypictures\Camera\posters.jpg" width="500" height="600">
</body>
</html>
9)Each table cell is defined by a <td> and a </td> tag.
td stands for table data.
Everything between <td> and </td> are the content of the table cell.
10)The <input type="checkbox"> defines a checkbox.
The checkbox is shown as a square box that is ticked (checked) when activated.
Similar questions