Posts

Showing posts from January, 2021

Text Formatting

 <html>     <head>        <title>Text Formatting</title>     </head>     <body>        <p>This is regular text </p>        <p><b> bold text </b></p>        <p><big> big text </big></p>        <p><i> italic text </i></p>        <p><small> small text </small></p>        <p><strong> strong text </strong></p>        <p><sub> subscripted text </sub></p>        <p><sup> superscripted text </sup></p>        <p><ins> inserted text </ins></p>        <p><del> deleted text </del>...

Line Break

 <html>    <head>       <title>Line Break</title>    </head>    <body>       <p> HTML is <br /> cool and fun.</p>       <p>The full meaning of HTML is <br /> HyperText MarkUp Language . </p>    </body> </html> Line Break HTML is cool and fun. The full meaning of HTML is HyperText MarkUp Language .

Paragraphs

  Paragraphs I love coding. I love html .

Welcome to My Web Design Coding Class Practicals Blog"

My name is Collins Damoah Mensah a professional teacher working at Ghana Education Service at Dormaa Central Municipal Directorate. Making use of computer technologies have been my hobby. Therefore I always try my best to update my knowledge and skills in this area. Currently I'm learning web design and it is my hope that after this tutorials I will be one of the best web designers in GH.  Paragraphs I love coding. I love html .