HTML project


<!DOCTYPE html>

<html>

<head>

  <meta charset=”utf-8″>

  <meta name=”viewport” content=”width=device-width”>

  <title>First Time Coding</title>

</head>

<body>

<header> Welcome To My First Time Coding </header>

<h2>How I learn to code</h2>

<p> To learn the codes check the link below</p>

 <a href=”https://123codingwithme.com/”> 123Codingwithme</a>

<h2 align =”center”>The Basics</h2>

<ol>

<li>Go through the posts</li>     

    <li>Follow the instruction on how it works.</li>

    <li>Finally mess around with the codes and have fun</li>

</ol>

<h2 style=”color:MediumSeaGreen;”> Colors and fonts</h2>

<p>This is the text I want to format:</p>

<p><b><i>bold and italic text</i></b></p>

<p><i>only italic text</i></p>

<p style=”background-color:yellow;”> Have fun with all types of colors and text.</p>

<h2>Page Break aligh</h2>

<p>HTML stands for Hyper Text Markup Language  and it used to create web pages.  Its job is to describe the structure of the website by using a series of elements. <br> Those elements will tell a browser ( like Chrome, Microsoft EDGE, FirFox etc.) how to show the written text.  The elements are presented by tags.   Basically tags are codes, contained in a pair of brackets.</p>

<img src= “https://123codingwithme.com/wp-content/uploads/2021/01/cropped-logo-1-1.jpg&#8221; a heft=”123Codingwithme Logo”>

<h4>123codingwithmelogo</h4>

</body>

</html>

Leave a comment