Day by Day HTML Tutorial #1 - The Tools and Others.
Posts 1–1 of 1 · Page 1 of 1
Day by Day HTML Tutorial #1 - The Tools and Others.
Hello everyone...
Everyday I will be writing a new HTML Tutorial... Sometimes more.
Here is what you will need to be able to learn HTML
Code:
Ability to read English
Notepad
And wanting to learn HTML
Where to get these tools
- Notepad = Default on most computers and laptops
- English = Internet or buy a tutor
- Wanting to learn = That's up to you...
HTML does not require you to download masses of MB's of data for tools...
Many people use Notepad++ but it is really not needed and if you're good enough you won't need it...
At first HTML may seem hard to understand tags such as
<html> Which is at the start of documents
<head> Indicates the Tab tag
<title> In between this you will have to write something which you will name you're web-page
<body> Where all you're content such as Pictures/Writing and heading goes
You will have to learn how to close a tag before going on to the coding...
All tags must be closed except for
<br />
<hr />
Which both only require to be done once and close themselves in that part...