+ 3
How do you type your name using html?
8 Respostas
+ 1
Hi bro
+ 2
by just typing your name inside the <body>
+ 2
sure
+ 1
Bryson Mwenya I see u r new here. So just take some lessons on HTML (if thats what u want).
And it is easy.
+ 1
<html>
<head></head>
<body>
My name is something
</body>
</html>
0
By putting your name in a tag.?
0
<p> Bryson Mwenya </p>
or
<h1> Bry... </h1>
<or
<div> Brys... </div>
There are multiple ways.
Or you can just type your name inaide the <body>
Brys...
</body>
- 1