9 lines
181 B
HTML
9 lines
181 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
input {
|
|
border: 1px solid green;
|
|
}
|
|
</style>
|
|
<input type=file part=input>
|
|
<input type=text part=input placeholder=Foobar>
|