<div style="-webkit-animation-name:t;-webkit-animation-duration:2s;-webkit-animation-iteration-count:9999;background-color:white;color:black;">
<style>
@-webkit-keyframes t{
1%{
background-color:white;
color:black;
}
50%{
color:white;
background-color:black;
}
100%{
background-color:white;
color:black;
}
}
</style>
<h1>
Welcome!
</h1>
<p>
This is a page write with Markdown.
</p>
</div>
<form name="input" action="
https://www.baidu.com/s" method="get" style="text-align:center">
<input type="text" name="wd" style="color:black;background-color:white;border-radius:2px">
<input type="submit" value="百度搜索" style="background-color:white;border-radius:10px">
</form>
<p style="background-color:yellow;text-align:center;">注意!只支持Typora</p>
这个顺理不成章的html代码猜猜用在哪里?