Skip to content
Open

1 #9

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions html gaoshou/How to print Hello World.HTML
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World 教程</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<style>
body {
font-family: 'Arial', sans-serif;
}
h1 {
color: #333;
}
.red-text {
color: red;
}
.lightblue-text {
color: lightblue;
}
.orange-text {
color: orange;
}
.gold-text {
color: gold;
}
.chartreuse-text {
color: chartreuse;
}
.pink-text {
color: pink;
}
.lightgray-bg {
background-color: lightgray;
padding: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>
How to print
<span class="red-text">"Hello World"</span>
?
</h1>
<p>There are several common ways to print
<span class="red-text">Hello World</span>
</p>
<ol>
<li>HandWriting</li>
<li>type it on <span class="lightblue-text">notepad</span></li>
<li>Write a code to print it</li>
<li>Buy 《<span class="orange-text">Call Of Duty:Black OPS 6</span>》 for me and let me write for <span class="red-text">you!</span></li>
</ol>
<p>The first three methods are easy,let's talk about the fourth</p>
<div class="lightgray-bg">
<p>How to buy COD:BO6 for me?</p>
</div>
<p>Let's Get Ready!</p>
<a href="https://store.steampowered.com/" class="btn btn-primary">Press Here And Start!</a>
<p>The first thing is to log in like this:</p>
<form>
<div class="form-group">
<label for="name">UserName:</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<div class="form-group">
<label for="email">Paswords:</label>
<input type="email" class="form-control" id="email" name="email">
</div>
<button type="submit" class="btn btn-success">Log in</button>
</form>
<p>If you succeed,You're Right and ready to the next</p>
<p>Click the search box and type"<span class="orange-text">Call of Duty:Black Ops 6"</span></p>
<table class="table">
<thead>
<tr>
<th>Edition</th>
<th>Price</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Standard</td>
<td>¥488</td>
<td><button class="btn btn-success">Buy</button></td>
</tr>
<tr>
<td><span class="gold-text">Ultimate</span></td>
<td>¥660</td>
<td><button class="btn btn-success">Buy</button></td>
</tr>
</tbody>
</table>
<p>Choose the <span style="color:gold">Ultimmate</span>and buy it for me.</p>
<p>If it's all right,scan the QR code and pay it</p>
<p>"All right! I'll came to you and print"
<span class="red-text">"Hello World"</span>
"for"
<span class="pink-text">YOU</span>
"!"
</p>
<p><span class="font-size: large;">"Hello World!"</p>
<p>return 0;</p>
<p>Thanks for using!!!</p>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>
Binary file added m/301.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.