tomi's profile picture

Published by

published

Category: Web, HTML, Tech

☆ - html progress :p

this is for me to put html codes and what they mean and some progress ive made, this isnt anything srs doe lol, any help or tips are apreciated, tell me if ive made any mistakes ! i might update this weekly


<meta charset="utf-8">     :  translates english lenguage into computer lenguage something like dat


<meta name="viewport" content="width=device-width, initial-scale=1">       :   makes the website look the same on both mobile and laptop devices yippee!


example:


<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

        <meta name="viewport" content="width=device-width, initial-scale=1">

        <title>my webnsite example</title>

     </head>

     <body>

     <h1>my first html thing :3</h1>

     I <B>LOVE</B> cats!!! :p <br> <br>

     <P> i think kitties are the silliest creatures in da <b> ENTIRE WORLD!!</b></p> 

     <p><i>i wish i could adopt all cats i come across!!!!</i></p>

     <P> </p><strong>but for now i only have 2 kitties :3</strong> </P> 

     <hr> i do think dogs are cute too! :p

     </body>

</html>



0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )