By GokiSoft.com| 08:52 08/01/2021|
Học HTML5 - CSS3

[Share Code] Tìm hiểu về Formatting text using tags - Lập trình HTML/CSS/JS

#vidu.html


<!DOCTYPE html>
<html>
<head>
	<title>HTML/CSS/JS tutorial</title>
	<meta charset="utf-8">
</head>
<body style="background-color: grey" id="top">
<!-- Menu web -->
<h2>Menu:</h2>
<ol>
	<li><a href="#h1_heading">Phan 1: Heading</a></li>
	<li><a href="#font_size">Phan 2: Font Size</li>
	<li><a href="#Updating">Phan 3: Updating, Emphasizing, and Shifting Text</a></li>
	<li><a href="">Phan 4: Center</a></li>
	<li><a href="">Phan 5: ol, li</a></li>
	<li><a href="">Phan 6: ul, li</a></li>
</ol>

<!-- Phan 1: Tim hieu ve H: 1 -> 6 -->
<h1 style="color: red" id="h1_heading">H1 Heading</h1>
<h2>H2 Heading</h2>
<h3>H3 Heading</h3>
<h4 style="color: yellow">H4 Heading</h4>
<h5>H5 Heading</h5>
<h6>H6 Heading</h6>
<h7 style="font-weight: bold;">H7 Heading</h7>
<br/>
<strong>H8 Heading</strong>
<!-- Phan 2: font size -->
<h2 id="font_size">Using HTML Formatting Elements</h2><br>
<b>This text is displayed in bold.</b><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 id="Updating">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>2</sub><sup>(7)</sup>
<!-- Phan 4 -->
<center style="color: blue; background-color: green">Sinh vien Aptech</center>
<h5 style="background-color: green; text-align: center;">Xin chao</h5>
<!-- Phan 5 -->
<ol style="list-style-type: lower-alpha;">
	<li>Sunday</li>
	<li>Monday</li>
	<li>Tuesday</li>
	<li>Wednesday</li>
	<li>Thursday</li>
	<li>Friday</li>
	<li>Saturday</li>
</ol>

<h2>Features of EasyPad</h2>
<ul style="list-style-type: circle;">
	<li>Opens many files at a time</li>
	<li>Unlimited undo and redo</li>
	<li>Reads and writes both
	Windows and Unix files</li>
</ul>

<!-- Phan 6 -->
Website: <a href="https://gokisoft.com" target="_blank">gokisoft.com</a><br/>
Mail: <a href="mailto:gokisot.com@gmail.com">Lien He</a><br/>
Phone: <a href="tel:0123456789">0123456789</a>

<p>
	<a href="#top">Top</a>
</p>

</body>
</html>


Tags:

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

5

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