Second Assignment

  1. <!DOCTYPE html>
  2. the default version for rendering html document is Quirk mode
  3. No it is not recommended to use more than one h1
  4. No it is not recommended to use h2 after h3
  5. h1 ---> heading one
    h2 ---> heading Two
    h3 ---> heading Three
    h4 ---> heading four
    h5 ---> heading five
    h6 ---> heading six

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>

Zien Restaurant

This is Restaurant for making desserts and appateziers with best seller

appateziers


desserts


<!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>