This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!--The <meta> tag defines metadata about an HTML document. | |
Metadata is data (information) about data --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>MY FAVORİTE BOOK </title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>MY FAVORİTE FOOD</title> <!-- I GAVE A TITLE TO MY SİTE --> | |
</head> | |
<body> | |
<h1> KFC CHICKEN</h1> <!-- THE HEAD OF MY SİTE --> | |
<p> The food is a fried chicken ı like it very much it is very sweet and nutrutive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>MY FAVORİTE FOOD</title> <!-- I GAVE A TITLE TO MY SİTE --> | |
</head> | |
<body> | |
<h1> KFC CHICKEN</h1> <!-- THE HEAD OF MY SİTE --> | |
<h2> ingredients needed to make the dish</h2> |
NewerOlder