This language is html. since i'm not that good at it, i do coding classes.This is what i've learnt so far.
3/5/2026.
This language is html. since i'm not that good at it, i do coding classes.This is what i've learnt so far.
3/5/2026.
<!--
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, OCaml, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debug online from anywhere in world.
-->
<html>
<body>
<!-- This is comand. <br> creats new lines and <hr> makes a horizontal line.<b> bolden
<i> gives text italin style. <p> stands for paragraph <1 - 7> are headings with h1
biggest and h7 the smallest.
</thead> -->
<p>Hi what 's your name?<br><hr>
<b>How old are you?<br><hr></b>
<i>Where are you from?<br><p><hr></i>
</body>
</html>
Saturday June 6