-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path06.4-2-fail-1.html
29 lines (26 loc) · 1.09 KB
/
06.4-2-fail-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>6.4 Images of Text - FAIL: image of text cannot be customized for font</title>
</head>
<body>
<div id="tc_code">
<!-- Due to fetch script limitation that only works within the <body>,
the relevant code is duplicated here as a comment for the Test Case:
<html>
-->
This page has image of text cannot be customized for font and should be FAIL for 6.4 Images of Text.
<p>
<img src="../assets/images/signup.jpg" alt="Sign up by filling out the form below!">
</p>
<p>
<label for="fname" disabled>First name:</label>
<input type="text" id="fname" name="fname" disabled><br><br>
<label for="lname" disabled>Last name:</label>
<input type="text" id="lname" name="lname" disabled><br><br>
<input type="submit" value="Submit" disabled>
</p>
</div>
</body>
</html>