By GokiSoft.com|
20:35 19/08/2022|
Học HTML5 - CSS3
[Source Code] Hướng dẫn tạo dự án HTML đầu tiên - C2206L
#vidu.html
<!-- Khai báo cho trình duyệt web biết -> Đây là tài liệu HTML -->
<!DOCTYPE html>
<!-- Thẻ mở html : tag -->
<html>
<!-- Thẻ mờ head -->
<head>
<!-- Thẻ mở + tự đóng -->
<!-- charset: thuộc tính, property -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to learn HTML5</title>
<!-- Thẻ đóng head -->
</head>
<!-- Thẻ mở body -->
<body>
Xin chao
<h1>Hello World!!!</h1>
<h2>Hello World!!!</h2>
<h3>Hello World!!!</h3>
<h4>Hello World!!!</h4>
<h5>Hello World!!!</h5>
<h6>Hello World!!!</h6>
<h7>Hello World!!!</h7>
<h8>Hello World!!!</h8>
<h9>Hello World!!!</h9>
<img src="https://imageio.forbes.com/specials-images/imageserve/5d35eacaf1176b0008974b54/0x0.jpg?format=jpg&crop=4560,2565,x790,y784,safe&width=1200" style="width: 100%; height: auto;">
<br/>
<img src="hinhanh.jpeg">
<img src="photo1/hinhanh.jpeg">
<img src="photo2/hinhanh.jpeg">
<!-- THẻ đóng body -->
</body>
<!-- Thẻ đóng html -->
</html>
#test.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ABC OOKOKOK</title>
</head>
<body>
<h1>WWW</h1>
<a href="https://gokisoft.com">Open GokiSoft</a>
</body>
</html>
#readme.txt
1) Tester
2) Developer
- Frontend
HTML/CSS/JS + AngularJS + jQuery/Bootstrap (SEM 1)
- Web backend:
PHP/Laravel (SEM1)
.Net core (SEM 3)
Java Web (SEM 4)
- Mobile
Android
Java
Kotlin
iOS
Swift
Android & iOS:
Dart/Flutter -> ???
================================================================
Nội dung môn học HTML/CSS/JS
- Giới thiệu về website:
- gokisoft.com, facebook.com, google.com -> tên miền, domain
-> Tên miền là gì? -> Đắng 1 tên miền (Trả phí & miễn phí)
- IP
- Server/Hosting -> Đăng ký
- Deploy/Product
- Dev
===========================
Nội dung học hôm nay:
- IDE
Visual Studio
Inteji
Webstorm
Sublime text
- Tạo dự án demo:
- Tạo 1 folder:
workspace
- chữ thường + không dấu + ko khoảng cách
- Tạo 1 dự án mini: Hello World!!!
- Deploy
domain
hosting
github -> 1 tai khoan
- p1
-
- p2
- p3
...
- pn
#hinhanh.jpeg
https://gokisoft.com/uploads/stores/49/2022/08/hinhanh.jpeg
#git.txt
TH1) May tinh chua source code & github (Rong)
- git init -> Thiết lập môi trường dự án git
- git add -A
- git commit -m 'init project'
- git remote add origin https://github.com/tranvandiep/C2206L.git
- git push origin master
TH2) Local & Github de co code
- git add -A
- git commit -m 'update code'
- git push origin master
TH3) Lay code ve
- git pull origin master
#abc.txt
sdfsfsdf
ss
Tags:
Phản hồi từ học viên
5
(Dựa trên đánh giá ngày hôm nay)