0
Having trouble understanding html is anyone willing to give me a helping hand with learning this? 🤷♂️
2 odpowiedzi
+ 2
Basically, every html "command" needs an ending besides <hr />. I'll give you a list.
<title> this is the website title</title>
<i>this is italic text</i>
<del>this is crossed out text</del>
<strong>this is bold text</strong>
Also, that's only a little bit. There's also headings.
<h1>Heading 1!</h1>
<h2>Heading 2!</h2>
<h3>Heading 3!</h3>
You probably get the pattern.
I don't have much time. Bye!
0
im trying to create my own website from scratch but of course i have to learn each step first, any help at all would be apreciated 😊