By GokiSoft.com| 20:54 13/10/2023|
Học HTML5 - CSS3

Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần basic

Bài tập ôn luyện tiếp theo về Text.

Tìm hiểu hiển thị TEXT trong HTML5 và CSS - Phần advanced

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

5

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

Vũ Trung Kiên [C2009I]
Vũ Trung Kiên

2020-12-06 13:31:21


#Grammar.html


<!DOCTYPE html>
<html>
<head>
	<title>
		English Grammar
	</title>
	<meta charset="utf-8">
	<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
	<div class="section">
		<h1>
			NOUNS
		</h1>
		A <b>noun</b> represents a person, place, animal, thing or an idea.
	</div>
	<div class="sub_section">
		<h2>
			Kinds of noun
		</h2>
		Nouns are classsified as follows:
		<br/>
		<br/>
		<b>Porper</b>: It is the name of a particular object,whether person,place.animal,idea or thing.
		<br/>
		<b>Common</b>: It is the name poss by thing in general.
		<br/>
		<b>Collective</b>: It is the name representing a group of things.
		<br/>
		<b>Abstract</b>: It is the name representing qualities,emotions,conditions or actions.
	</div>
	<div class="section">
		<h1>
			PRONOUNS
		</h1>
		A <b>pronoun</b> is a word used in place of a noun. A pronoun is generally used to avoid repetition of a noun.
	</div>
	<div class="sub_section">
		<h2>
			KINDS OF PRONOUN
		</h2>
			Pronouns are classified as follow:
			<br/>
			<br/>
			<b>Personal pronouns</b>: It refers to a specific noun anh used as a substitute of the noun.
			<br/>
			<b>Interrogative pronouns</b>: It stands as the answer to the question about a person, place or the thing.
			<br/>
			<b>Indefinite pronouns</b>:It is used torefes to a person, thing or a place that are unknown.
			<br/>
			<b>Relative pronouns</b>: It relates to a noun, pronoun, word or expression preceding it is the sentence, and ar the same time connects two statements.
			<br/>
			<b>Demonstrative pronouns</b>:A noun or pronoun is specified anh identified by it.
			<br/>
			<b>Reflexive pronouns</b>:It usually follows a noun or a pronoun and used to emphasize the subject.
	</div>
</body>
</html>


#style.css


.section 
{
	text-align: justify;
}
.section h1
{
	text-decoration: underline;
}
.sub_section
{
	padding-left: 5%;
	text-align: justify; 
}
.sub_section h2
{
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sub_section b
{
	padding-left: 5%;
}



Nguyễn Hải Đăng [community,C2009I]
Nguyễn Hải Đăng

2020-12-05 16:44:33

https://newlevel06.herokuapp.com/Day3/Grammar.html


nguyen hoang viet [community,C2009I]
nguyen hoang viet

2020-12-05 09:30:32

https://nguyenhoangviet.herokuapp.com/grammar.html


Nguyễn Anh Vũ [T2008A]
Nguyễn Anh Vũ

2020-10-20 09:02:10


#can.html


<!DOCTYPE html>
<html>
<head>
	<title>English Grammar</title>
	<meta charset="utf-8">
	<style type="text/css"></style>
	.section{
	text-align:justify
}
.sub_section{
	text-indent: 5%;
	text-align: justify;
}
h2{
	text-align: left;
	letter-spacing: 2px
    text-decoration: underline;
    text-transform: capitalize;
}
h3{
	text-align: left;
	letter-spacing: 2px
    text-decoration: underline;
    text-transform: capitalize;
}
</style>
</head>
<body>
	<div class="section">
		<h2>
			<b>NOUSNS</b>
		</h2>
		<br>
		A <b>noun</b> represents a person,place,animal,thing or an idea.
	</div>
	<div class="sub_section">
		<h3>
		KING OF NOUN
	    </h3>
	    Nouns are classsified as follows:
	    </br>
	    <b>Porper:</b> It is the name of a particular object,whether person,place.animal,idea or thing.
	    <b>Common</b> It is the name poss by thing in general.
	    <b>Collective</b> It is the name representing a group of things.
	    <b>Abstract</b> It is the name representing qualities,emotions,conditions or actions. 
	</div>
	<div class="section">
		<h2>PRONOUNS</h2>
		A<b>pronouns</b> is a word used in place of noun. A pronoun is generally used to avoid repetition of a noun.
	</div>
	<div class="sub_section">
	    <h3>KINDS OF PRONOUN</h3>
	     Pronouns are classified as follow:</br>
	     <br>
	    <b>Personal pronouns:</b> It refers to a specific noun anh used as a substitute of the noun.
	    <br>
	    <b>Interrogative pronouns:</b> It stands as the answer to the question about a person, place or the thing.
	    <br>
	    <b>Indefinite pronouns:</b>It is used torefes to a person, thing or a place that are unknown.
	    <br>
	    <b>Relative pronouns:</b> It relates to a noun, pronoun, word or expression preceding it is the sentence, and ar the same time connects two statements.
	    <br>
	    <b>Demonstrative pronouns:</b>A noun or pronoun is specified anh identified by it.
	    <br>
	    <b>Reflexive pronouns:</b>It usually follows a noun or a pronoun and used to emphasize the subject.
	    <br>
	</div>
</body>
</html>



Trần Văn Lâm [T2008A]
Trần Văn Lâm

2020-10-17 13:04:48


#Grammar.html


<!DOCTYPE html>
<html>
<head>
	<title>English Grammar</title>
    <meta charset="utf-8">
    <style type="text/css">
    .section{
    	text-align: justify;
    }
    .sub_section{
    	text-indent: 5%;
    	text-align: justify;
    }
    h2{
    	text-align: left;
    	letter-spacing: 2px
    	text-decoration: underline;
    	text-transform: capitalize;
    }
    h3
    	text-align: left;
    	letter-spacing: 2px
    	text-decoration: underline;
    	text-transform: capitalize;
    }
    </style>
</head>
<body>
<div class="section">
		<h2>
            <b><u>NOUNS</u></b>
        </h2>
		</div>
    </br>
    A<b>noun</b> represents a person, place, animal, thing or an idea.
	</div>
	<div class="sub_section">
		<h3><u>KIND OF NOUN</u></h3>
        Nouns are classsified as follows:</br>
         <b>Porper:</b>It is the name of a particular objet, place, animal, idea or thing.</br>
            <b>Common:</b> It is the name possessed by things in general.</br>
            <b>Collective:</b> It is the name representing a group of things.</br>
            <b>Abstract:</b> It is the name representing qualities, emotions, conditions or actions.</br>
        	
    </div>
    <div class="section">
    	<h2><u>PRONOUNS</u></h2>
    	A<b>pronoun</b> is a word used in plece of a noun. A pronoun is generally used to avoid repetition of a noun.
    </div>

    <div class="sub_section">
    	<h3><u>KINDS OF PRONOUN</u></h3>
    	    Pronouns are classified as follow:</br>
    		<b>Pesonal pronouns:</b> It refers to a specific noun and used as a substitute of the noun.
    		<br>
    		<b>Interrogative pronouns:</b> It stands as the answer to the question about a person, place or a thing.
    		<br>
    		<b>Indefinite pronouns:</b> It is used to refer to a person, thing or a place that are unknown.
    		<br>
    		<b>Relative pronouns:</b> It relates to a noun, pronoun, word or expreddion preceding it is the sentence, and at the same time connects two statemants.
    		<br>
    		<b>Demonstrative pronouns:</b> A noun or pronoun is specifed by it
    		<br>
    		<b>Reflexive pronouns:</b> It usually follows a nou or a pronoun and used to emphasize the subject.
    </div>

</body>
</html>



Nguyễn Xuân Mai [T2008A]
Nguyễn Xuân Mai

2020-10-15 07:15:32



<!DOCTYPE html>
<html>
<head>
	<title>English Grammar</title>
	<style type="text/css">
		.section{
			text-align: justify;
		}
		.subsection{
			text-indent: 5%;
			text-align: justify;
		}
		h2,h3{
			text-align: left;
			word-spacing: 2px;
			text-decoration: underline;
			text-transform: uppercase;
		}	
	</style>
</head>
<body>
	<div class="section">
		<h2>nouns</h2>
		A <b>noun</b> represents a person, place, animal, thing or an idea.
	</div>

	<div class="subsection">
		<h3>kinds of noun</h3>
		<p style="text-indent: 5%">Nouns are classified as follows:</p> 
		<ol style="list-style-type: amharic;">
			<li><b>Proper:</b> It is the name of a particular object, whether place, person, animal, idea or thing.</li>
			<li><b>Common:</b> It is the name possessed by things in general.</li>
			<li><b>Collective:</b> It is the name representing a group of things.</li>
			<li><b>Abstract:</b> It is the name representing qualities, emotions, conditions or actions.</li>
		</ol>
	</div>

	<div class="section">
		<h2>pronouns</h2>
		<br>
		A <b>pronoun</b> is a word used in place of a noun. A pronoun is generally used to avoid repetition of a noun.
	</div>

	<div class="subsection">
		<h3>kinds of pronoun</h3>
		<p style="text-indent: 5%">Pronouns are classified as follows:</p> 
		<ol style="list-style-type: amharic;">
			<li><b>Personal pronouns:</b> It refers to a specific noun and used as a substitude of the noun.</li>
			<li><b>Interrogative pronouns:</b> It stands as the answer to a question about a person, place or thing.</li>
			<li><b>Relative pronouns:</b> It relates to a noun, pronoun, word or expression preceeding it in the sentence, and at the same time connects two statements.</li>
			<li><b>Demonstrative pronouns:</b> A noun or pronoun is specified and identified by it.</li>
			<li><b>Reflexive pronouns:</b> It usually follows a noun or pronoun and used to emphasize the subject.</li>
		</ol>
	</div>
</body>
</html>



Trần Thị Khánh Huyền [T2008A]
Trần Thị Khánh Huyền

2020-10-15 02:52:03


#Grammar.html


<!DOCTYPE html>
<html>
<head>
	<title>English Grammar</title>
    <meta charset="utf-8">
    <style type="text/css">
    .section{
    	text-align: justify;
    }
    .sub_section{
    	text-indent: 5%;
    	text-align: justify;
    }
    h2{
    	text-align: left;
    	letter-spacing: 2px
    	text-decoration: underline;
    	text-transform: capitalize;
    }
    h3
    	text-align: left;
    	letter-spacing: 2px
    	text-decoration: underline;
    	text-transform: capitalize;
    }
    </style>
</head>
<body>
<div class="section">
		<h2><b>NOUNS</b></h2>
		<br>A <b>noun</b> represents a person, place, animal, thing or an idea.
	</div>
	<div class="sub_section">
		<h3>KIND OF NOUN</h3>
        Nouns are classsified as follows:</br>
         <b>Porper:</b>It is the name of a particular objet, place, animal, idea or thing.</br>
            <b>Common:</b> It is the name possessed by things in general.</br>
            <b>Collective:</b> It is the name representing a group of things.</br>
            <b>Abstract:</b> It is the name representing qualities, emotions, conditions or actions.</br>
        	
    </div>
    <div class="section">
    	<h2>PRONOUNS</h2>
    	A<b>pronoun</b> is a word used in plece of a noun. A pronoun is generally used to avoid repetition of a noun.
    </div>

    <div class="sub_section">
    	<h3>KINDS OF PRONOUN</h3>
    	    Pronouns are classified as follow:</br>
    		<b>Pesonal pronouns:</b> It refers to a specific noun and used as a substitute of the noun.
    		<br>
    		<b>Interrogative pronouns:</b> It stands as the answer to the question about a person, place or a thing.
    		<br>
    		<b>Indefinite pronouns:</b> It is used to refer to a person, thing or a place that are unknown.
    		<br>
    		<b>Relative pronouns:</b> It relates to a noun, pronoun, word or expreddion preceding it is the sentence, and at the same time connects two statemants.
    		<br>
    		<b>Demonstrative pronouns:</b> A noun or pronoun is specifed by it
    		<br>
    		<b>Reflexive pronouns:</b> It usually follows a nou or a pronoun and used to emphasize the subject.
    </div>

</body>
</html>



Đặng Trần Nhật Minh [T2008A]
Đặng Trần Nhật Minh

2020-10-14 09:56:31


#EX1.html


<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>English Grammar</title>
	<style>
		.section{
			text-align: justify;
		}
		.sub_section {
			margin-left: 5%;
			text-align: justify;
		}
		h2, h3 {
			text-align: left;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-decoration: underline;
		}
	</style>
</head>
<body>
	<div class="section">
		<h2><b>NOUNS</b></h2>
		A <b>noun</b> represents a person, place, animal, thing or an idea.
	</div>
	<div class="sub_section">
		<h3>KINDS OF NOUN</h3>
		Nouns are classified as follows:
		<p>
			<ul style="list-style-type: none;">
				<li><b>Proper: </b>It is the name of a particular object, whether person, place, animal, idea of thing</li>
				<li><b>Common: </b>It is the name possessed by things in general</li>
				<li><b>Collective: </b>It is the name representing a group of things</li>
				<li><b>Abstract: </b>It is the name representing qualities, emotions, conditions or actions</li>
			</ul>
		</p>
	</div>
	<div class="section">
		<h2><b>PRONOUNS</b></h2>
		A <b>pronoun</b> is a word used in place of a noun. A pronoun is generally used to avoid repetition of a noun.
	</div>
	<div class="sub_section">
		<h3>KINDS OF PRONOUN</h3>
		Pronouns are classified as follows:
		<p>
			<ul style="list-style-type: none;">
				<li><b>Personal pronoun: </b>It refers to a specific noun and used as a subtitute of the noun</li>
				<li><b>Interrogative pronoun: </b>It stands as the anwser to a question about a person, place or a thing</li>
				<li><b>Indefinite pronoun: </b>It is used to refer to a person, thing or a place that are unknown</li>
				<li><b>Relative pronouns:</b> It relates to a noun, pronoun, word or expreddion preceding it is the sentence, and at the same time connects two statemants.</li>
				<li><b>Demonstrative pronouns:</b> A noun or pronoun is specifed by it</li>
				<li><b>Reflexive pronouns:</b> It usually follows a nou or a pronoun and used to emphasize the subject.</li>
			</ul>
		</p>
	</div>
</body>
</html>



Do Trung Duc [T2008A]
Do Trung Duc

2020-10-11 09:10:44



https://gokisoft10.herokuapp.com/buoi%202/bai%20tap%20tren%20gokisoft/Hien%20thi%20text%20basic/textbasic.html



hainguyen [T2008A]
hainguyen

2020-10-09 09:30:18



https://nguyenbahai.herokuapp.com/Textbai2/Grammar.html