SOALMAHYUNIHTML
SOALMAHYUNIHTML
<!DOCTYPE html>
<html>
<head>
<title>Belajar Form di HTML</title>
</head>
<body>
<form action="proses.php" method="POST">
<label> Tipe text: </label>
<input type="text" name="nama"><br />
15. There are 2 types of lists in HTML, namely order lists and unordered lists!
a. Right
b. wrong
c. Answers a and b are correct
d. All answers are wrong
21. What does the alt attribute in the <img> tag work for?
a. Display alternative text when images cannot be displayed
b. Creating images with animation
c. Set the image size
d. Adjusting the distance of the image from other elements
28. The attribute used in the field to make the field rule must be filled is attribute
a. validate
b. required
c. name
d. value
31. The attributes to set the length and width of an element are
a. width and height
b. width and value
c. value and height
d. styles and values
32. In the use of the table there is a colspan attribute that functions for
a. Merge several cell lines
b. Merge several cells column
c. Splitting several cell lines
d. Split multiple column cells
33. In the style attribute the property used to specify the typeface is
a. font-size
b. font-family
c. text-align
d. background-color
36. In the <form> tag there are two types of methods, namely?
a. GET and HTTP
B. GET and POST
c. POST and SELF
D. HTTP and SELF