By GokiSoft.com| 09:49 08/12/2021|
Học HTML5 - CSS3

[Share Code] Tìm hiểu thẻ trong HTML - Khóa học lập trình HTML/CSS/JS

https://github.com/tranvandiep/C2108G3

#readme.txt

Nội dung kiến thức
- Một số tags cơ bản trong HTML/CSS
- git/github
- heroku

onedrive/google driver

I) git/github
1) TH -> may tinh code code -> github chua code -> sync
git init -> khoi tao moi truong lam viec git
git add -A -> them tat ca cac thay doi + du lieu -> chuan bi day len github (dung goi hang)
git commit -m 'lesson02' -> danh nhan cho lan day len git (tem: chua thong tin nguoi nhan + dia chi)
git remote add origin https://github.com/tranvandiep/C2108G3.git -> ket noi du an local & github
git push -u origin master

#vidu.html


<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Lesson02 - HTML/CSS/JS for beginer</title>
<!-- <style type="text/css">
	@font-face {
		font-display: swap;
		font-family: Roboto-Black;
		src: url(assets/fonts/Roboto-Black.ttf);
	}
</style> -->
</head>
<!-- <body style="background-color: #97d8f7; background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b9/Golden_Bridge_Da-Nang.jpg); background-size: cover; background-repeat: no-repeat;"> -->
<!-- <body style="background-color: #97d8f7; background-image: url(assets/photos/ba-na-hills-01.jpeg); background-size: cover; background-repeat: no-repeat;"> -->
<body style="background-color: #97d8f7; background-repeat: no-repeat;">

<!-- Bat trien khai code -->
<!-- Phan 1: Tim hieu Heading h1 -> h6 -->
<!-- Color: color picker -> search on google engine -->
<h1 style="color: red;">H1 Heading</h1>
<h2>H2 Heading</h2>
<h3 style="color: #248cbd; font-family: 'Arial Black';">H3 Heading</h3>
<h4>H4 Heading</h4>
<h5 style="color: blue;">H5 Heading</h5>
<h6>H6 Heading</h6>

<!-- Phan 2 -->
<h2 title="Sinh vien Aptech" style="background-color: yellow;">Using HTML Formatting Elements</h2><br>
<b>This text is displayed in bold.</b><br>
<strong>This text is displayed in bold.</strong><br>
<i>This text is displayed in italic.</i><br>
<u>This text is underlined.</u><br>
<small>This text is displayed smaller.</small>

<!-- Phan 3 -->
<h3>Updating, Emphasizing, and Shifting Text</h3>
This is an example of <del>deleted</del> <ins>inserted
</ins> text.<br/>
The is an example of <strong>Strong</strong> text.<br/>
The is an example of <sub>subscript</sub>text.<br/>
The is an example of <sup>superscript</sup> text.<br/>
ax<sup>2</sup> + bx + c = 0<br/>
log<sub>5</sub><sup>10</sup><br/>

<!-- Phan 4 -->
<center>Using HTML Formatting Elements</center><br/>

<!-- Phan 5: ol => li -->
<h2>Days in a Week:</h2>
<ol style="list-style-type: upper-alpha;">
	<li>Sunday</li>
	<li>Monday</li>
	<li>Tuesday</li>
	<li>Wednesday</li>
	<li>Thursday</li>
	<li>Friday</li>
	<li>Saturday</li>
</ol>

<!-- Phan 5: ol => li -->
<h2>Days in a Week:</h2>
<ul style="list-style-type: circle;">
	<li>Sunday</li>
	<li>Monday</li>
	<li>Tuesday</li>
	<li>Wednesday</li>
	<li>Thursday</li>
	<li>Friday</li>
	<li>Saturday</li>
</ul>

<!-- Ket thuc trien khai code -->
</body>
</html>


Tags:



Phản hồi từ học viên

5

(Dựa trên đánh giá ngày hôm nay)

GokiSoft.com [Teacher]
GokiSoft.com

2021-12-08 02:40:19


#vidu.html


<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Tutorial HTML/CSS/JS for beginer</title>
</head>
<body>
	<h1>Welcome to learn HTML/CSS/JS</h1>
	<h2>Welcome to learn HTML/CSS/JS</h2>
	<h3>Welcome to learn HTML/CSS/JS</h3>
	<h4>Welcome to learn HTML/CSS/JS</h4>
	<h5>Welcome to learn HTML/CSS/JS</h5>
	<h6>Welcome to learn HTML/CSS/JS</h6>
	<img src="https://s7g10.scene7.com/is/image/maserati/maserati/international/Models/mc20/mc20-hero.jpg?$600x2000$&fit=constrain">
	<br/><br>
	Xin Chao
</body>
</html>



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

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