Tạo bởi Trắc Nghiệm Việt|
[Share Code] Giới thiệu HTML/CSS/JS - Lập trình HTML/CSS/JS
Học HTML5 - CSS3
[Share Code] Giới thiệu HTML/CSS/JS - Lập trình HTML/CSS/JS
1. Hoc cach tao 1 website can ban nhat -> gioi thieu ca nhan
2. publish 1 website
- github
- git
- heroku
============================================================
DevC
- Go code: Editor
- Compiler: C -> binary -> PC
HTML/CSS/JS:
- IDE:
- sublime text 3: smooth
- visual studio
- webstorm
- Browser
- Chrome
- Coccoc ...
=============================================================
- html: tag, the
#vidu.html
<!DOCTYPE html>
<html>
<head>
<title>C2010L - Lesson 01 - HTML/CSS/JS - Tutorial</title>
<meta charset="utf-8"/>
</head>
<body style="background-color: #a1d3d6; background-image: url(https://static.hollywoodreporter.com/sites/default/files/2019/03/avatar-publicity_still-h_2019-compressed.jpg);background-repeat: no-repeat; background-size: cover; color: white">
<h1 style="color: red">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>
<br/><br/><br/>
<a href="https://gokisoft.com">GokiSoft</a>
<br/><br/><br/>
<img src="https://www.autocar.co.uk/sites/autocar.co.uk/files/styles/body-image/public/1-corvette-stingray-c8-2019-fd-hr-hero-front_0.jpg?itok=SEYe_vLy" width="300">
<br/><br/><br/>
<img src="photos/bugatti-chiron-pur-sport-106-1582836604.jpg" width="300">
</body>
</html>