User:Dzha345: Difference between revisions
From Stage One Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
:::::::::= | <html> | ||
<style> | |||
h1{ | |||
font-size: 40px; | |||
font-weight: bold; | |||
font-style: oblique; | |||
animation: change 1s linear 0s infinite; | |||
} | |||
@keyframes change{ | |||
0%{color: #333} | |||
50%{color: #f60} | |||
100%{color #f00;} | |||
} | |||
.ad1{ | |||
font-size: 30px; | |||
color: red; | |||
} | |||
</style> | |||
<head> | |||
<title> | |||
DANIEL ZHANG | |||
</title> | |||
</head> | |||
<body> | |||
<!-- I am Daniel, I am your classmate --> | |||
<body background="https://c.wallhere.com/photos/7b/b3/2560x1600_px_Clear_Sky_lake_landscape_Low_Poly_minimalism_mountains_reflection-821999.jpg!d"width="100%"> | |||
<table border="1" width="100%"> | |||
<tr> | |||
<th class="ad1"><a href="1.html">home</a> | |||
<th class="ad1"><a href="2.html">about me</a> | |||
<th class="ad1"><a href="3.html">programming | |||
<th class="ad1"><a href="4.html">html | |||
</tr> | |||
<h1 align="center"><big>DANIEL ZHANG's home page</h5> | |||
<hr width="75" align="center"> | |||
<h2 align="center"><big>This is Daniel here. welcome to my page <br> | |||
<input type="" name="" id="" value="" /><button>search</button> | |||
<style type="text/css"> | |||
input{ | |||
width: 180px; | |||
height:30px; | |||
border1px solid #7FCCOB; | |||
borde-right: none; | |||
border_radius: 4px: | |||
} | |||
button { | |||
position: relative | |||
right:2px; | |||
width:50px; | |||
heigh: 35px; | |||
font-size: 14px; | |||
color: white; | |||
background:#7fcc0b; | |||
border: 0; | |||
borer-radius: 4px; | |||
</body> | |||
</html> | |||
Revision as of 20:27, 8 March 2023
<html> <style> h1{ font-size: 40px; font-weight: bold; font-style: oblique; animation: change 1s linear 0s infinite; } @keyframes change{ 0%{color: #333} 50%{color: #f60} 100%{color #f00;} } .ad1{ font-size: 30px; color: red; } </style> <head> <title> DANIEL ZHANG </title> </head> <body> <body background="https://c.wallhere.com/photos/7b/b3/2560x1600_px_Clear_Sky_lake_landscape_Low_Poly_minimalism_mountains_reflection-821999.jpg!d"width="100%">
DANIEL ZHANG's home page
This is Daniel here. welcome to my page
<input type="" name="" id="" value="" /><button>search</button>
<style type="text/css">
input{
width: 180px;
height:30px;
border1px solid #7FCCOB;
borde-right: none;
border_radius: 4px:
}
button {
position: relative
right:2px;
width:50px;
heigh: 35px;
font-size: 14px;
color: white;
background:#7fcc0b;
border: 0;
borer-radius: 4px;
</body>
</html>
| <a href="1.html">home</a> | <a href="2.html">about me</a> | <a href="3.html">programming | <a href="4.html">html |
|---|