Mục Lục
Mục Lục
Nhập Môn HTML Video Giới thiệu về lập trình web - HTML/CSS Video Hướng dẫn tạo ra 1 trang web đơn giản nhất - HTML/CSS Video Hướng dẫn debug/test/develop trên trình duyệt web -HTML/CSS Bài tập - Tạo website giới thiệu thông tin cá nhân - profile page - Lập trình HTML/CSS/JS Tìm Hiểu Thẻ HTML5 Video Formatting Text using Tags - html tags Thiết kế trang web Vincent State School - Lập trình html5 / css / javascript Video Creating Hyperlinks and Anchors (phần 1) - html tags Video Creating Hyperlinks and Anchors (phần 2) - html tags Video Cách dùng thẻ img và map để hiển thị hình ảnh html - HTML/CSS Video Tìm hiểu về đường dẫn file (path file) trong HTML/CSS Thiết kế website quản lý showroom - galaxy - Lập trình HTML5/CSS/Javascript CSS Video Tìm hiểu thuộc tính trong thẻ html Video Giới thiệu CSS & Sử dụng các thuộc tính cơ bản Video Hướng dẫn tách biệt CSS và HTML Video Xử lý Event trong CSS (:hover, :active, :link, ...) - Lập trinh HTML/CSS Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần basic Examination & Test + Ôn tập HTML/CSS/JS - Lập Trình HTML5/CSS/JS Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần advanced Table & CSS Video Tìm hiểu table trong HTML/CSS - HTML/CSS Bài tập ôn luyện Table - Lập trình HTML/CSS/JS Thiết kế calendar page bằng HTML5/CSS - Tạo website calendar HTML5/CSS Form & CSS Video Thiết kế form trong HTML/CSS/JS Video Tìm hiểu tag videos, audio trong HTML/CSS/JS Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS Video Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS Thiết kế Form đăng ký tài khoản bằng HTML5/CSS - Thiết kế registation form HTML5/CSS Thiết Kế Layout Video Tìm hiểu Frame qua ví dụ quản lý khách sạn HTML/CSS Video Hướng dẫn tạo layout bằng thẻ Div căn bản Video Hướng dẫn thiết kế layout bằng thẻ div nâng cao (Thiết kế giao diện web gokisoft) Bài tập - Thiết kế website bán đồng hồ - Lập trình HTML/CSS/JS Bài tập - kiểm tra 60 phút - thiết kế blog tin tin học - Lập trình HTML/CSS/JS Bài Tập - Thiết Kế Blog Dạy Học Excel Online - Lập Trình HTML/CSS/JS Bài tập - kiểm tra 60 phút - thiết kế website sau - Lập trình HTML/CSS/JS Bài tập - Thiết kế web truyện tranh - Lập trình HTML/CSS/JS Tạo website giời thiệu công ty - Lập trình HTML/CSS/JS Bài tập - Tìm hiểu các công cụ phát triển dự án Thiết kế form khảo sát - Khóa học HTML/CSS Bài tập - Thiết kế web tin tức - Khóa học HTML/CSS Thiết kế web sau - Lập trình HTML/CSS/JS Examination - Thiết kế website - Lập trình HTML/CSS Bài tập - Thiết kế web học tiếng anh - Khóa học HTML/CSS/JS Bài tập - Thiết kế Form quản lý sinh viên Web Giới Thiệu Việc Làm - Khoá Học Lập Trình Html/css/js Quiz [Trắc Nghiệm] Kiến thức HTML cơ bản - thẻ trong HTML [Trắc Nghiệm] Tìm hiểu về tag trong HTML - Thẻ Form, Table trong HTML [Trắc Nghiệm] Tìm hiểu về CSS cở bản - Text CSS [Trắc Nghiệm] Luyện tập Layout & CCS khoá học HTML/CSS [Trắc Nghiệm] Ôn tập phần responsive @media - Lập trình HTML/CSS 20 Câu hỏi trắc nghiệm html/css/js - Bộ đề 1 200 Câu hỏi trắc nghiệm html/css/js - Bộ đề 2 20 Câu hỏi trắc nghiệm HTML/CSS/JS - Bộ đề 3
HTML5 - CSS3 Tutorial

[Video] Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS

Bài tập - Thiết kế form gửi email - Lập trình HTML/CSS/JS




#bullet.jpg


https://res.cloudinary.com/wegoup/image/upload/v1602660803/cqxxhrtrmtpfkmgcqh7w.jpg


#Help.jpg


https://res.cloudinary.com/wegoup/image/upload/v1602660804/kcckpj0klzlwqtlqwmft.jpg


#status.html


<!DOCTYPE html>
<html>
<head>
	<title>Status page</title>
</head>
<body>
<h1>Status page</h1>
</body>
</html>


#style.css


body {
	background-color: rgb(255,255,240);
}

textarea {
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-shadow-color: silver;
	scrollbar-arrow-color: black;
	scrollbar-face-color: gray;
	width: 90%;
}

.imgHelp {
	cursor: pointer;
	color: blue;
	background-color: #DDFFEE;
	right: 25%;
	position: absolute;
}

.EmailEditor {
	background-color: #FFFFDD;
	border: solid grey 1px;
}

#main {
	width: 400px;
	background-color: #DDFFEE;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px auto;
}

#help {
	/*position: absolute;*/
	width: 500px;
	height: 420px;
	top: 10px;
	background-color: #cfc;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
	border: solid #E4E7E7 2px;
	color: #303030;
	margin: 0px auto;
}

.Close {
	text-align: right;
	color: blue;
	cursor: pointer;
}

ul {
	list-style-image: url('photos/bullet.jpg');
	list-style-type: square;
	list-style-position: inside;
}

.row {
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}

input {
	width: 90%;
}

.col-md-4 {
	width: 33.33%;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.col-md-8 {
	width: 66.67%;
	float: left;
	padding-right: 10px;
}

button {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}


#vidu.html


<!DOCTYPE html>
<html>
<head>
	<title>HTML/CSS Tutorial</title>
	<meta charset="utf-8">
	<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<button class="imgHelp" onclick="clickHelp()">Help</button>
<div id="main">
	<form action="status.html" method="post">
	<h2>Compose e-mail message</h2>
	<div class="row">
		<div class="col-md-4">To:</div>
		<div class="col-md-8"><input type="text" class="EmailEditor" name="to"></div>
	</div>
	<div class="row">
		<div class="col-md-4">From:</div>
		<div class="col-md-8"><input type="text" class="EmailEditor" name="to"></div>
	</div>
	<div class="row">
		<div class="col-md-4">Cc:</div>
		<div class="col-md-8"><input type="text" class="EmailEditor" name="to"></div>
	</div>
	<div class="row">
		<div class="col-md-4">Subject:</div>
		<div class="col-md-8"><input type="text" class="EmailEditor" name="to"></div>
	</div>
	<div class="row">
		<div class="col-md-4">Message:</div>
		<div class="col-md-8">
			<textarea rows="5" class="EmailEditor"></textarea>
		</div>
	</div>
	<div class="row">
		<div class="col-md-4"></div>
		<div class="col-md-8">
			<button>Send</button>
			<button>Cancel</button>
		</div>
	</div>
	</form>
</div>
<div id="help">
	<h2>-: E-mail Editor Help :-</h2>
	<ul>
		<li>ABC</li>
		<li>ABC</li>
		<li>ABC</li>
	</ul>
	<div class="Close" onclick="closeHellp()">Close</div>
</div>

<script type="text/javascript">
	function clickHelp() {
		document.getElementById('help').style.display = 'block';
		document.getElementById('main').style.display = 'none';
	}

	function closeHellp() {
		document.getElementById('help').style.display = 'none';
		document.getElementById('main').style.display = 'block';
	}
</script>
</body>
</html>




Đăng nhập để làm bài kiểm tra

Chưa có kết quả nào trước đó

×