-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlitehtmlt.html
31 lines (30 loc) · 1.14 KB
/
litehtmlt.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
30
31
<html>
<style>
input
{
font-family: Tahoma;
font-size: 0.9em;
width: 30%;
height: 29px;
background-color:#FF00000;
}
</style>
<body>
<div>
<button type="button" id="button2" style="background-color:#0000FF">Click ME :)</button>
<label for="text1">Enter text:</label><input type="text" id="text1" name="text1">
</div>
<div>zażółcić gęślą jaźń</div>
<a href="https://web-platform-tests.org/">web-platform-tests.org</a><br/>
<a href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/toc.htm">W3C tests</a><br/>
<a href="https://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flex-direction.htm">W3C test flex-direction</a><br/>
<a href="https://wxpython.org/"><img src="header-logo.png"></a>
<form>
<label for="username">Username: </label> <input type="text" id="username" name="username" value="enter user name"/><br>
<!--
<input type="submit" value="Submit">Submit</input>
-->
<button type="button" id="button3" style="background-color:#00FF00">submit :)</button>
</form>
</body>
</html>