<!DOCTYPE html> Welcome To The New World
Welcome To The New World
Welcome To The New World
Welcome To The New World
Welcome To The New World
Hello World
Hello World
Hello World
Hello World
title (global)
href (not global)
src (not global)
hidden (global)
charset (not global)
class (global)
id (global)
type (not global)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Zien Restaurant for desserts and passtery">
<meta name="keywords" content="Restaurant,Zien">
<meta name="author" content="Zien Mohamed">
<title>Zien Restaurant </title>
<link rel="stylesheet" type="text/css" href="#">
<style></style>
</head>
<body>
<h1> Zien Restaurant</h1>
<p> This is Restaurant for making desserts and pesstery with best seller </p>
<h2> pesstery </h2>
<h3>Fetter :</h3>
<p>It is Fetter made from butter ,sugar,salt and flour </p>
<h3> Molto :</h3>
<p>It is Molto made from butter ,sugar,salt ,Chocolate and flour </p>
<h3> Pizza : </h3>
<p>It is Pizza made from oil,sugar,salt and flour </p>
<hr>
<h2> desserts </h2>
<h3>CupCake :</h3>
<p>It is Cupcake made from butter ,sugar,salt and flour </p>
<h3> Basbosa :</h3>
<p>It is Basbosa made from butter,sugar and smeed </p>
<h3> Cheesecake :</h3>
<p>It is cheesecake made from cream,sugar,salt,cheese and biscuits</p>
</body>
</html>
This is Restaurant for making desserts and appateziers with best seller
It is Fetter made from butter ,sugar,salt and flour
It is Molto made from butter ,sugar,salt ,Chocolate and flour
It is Pizza made from oil,sugar,salt and flour
It is Cupcake made from butter ,sugar,salt and flour
It is Basbosa made from butter,sugar and smeed
It is cheesecake made from cream,sugar,salt,cheese and biscuits
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Zien Restaurant for desserts and passtery">
<meta name="keywords" content="Restaurant,Zien">
<meta name="author" content="Zien Mohamed">
<title>My Page</title>
<link rel="stylesheet" type="text/css" href="#">
<style></style>
</head>
<body>
<h1> My Page</h1>
<p> This Is My Page</p>
<p> This Is My First Work</p>
<section>
<h2> Section One<h2>
<p> This Is Section One</p>
</section>
</body>
</html>