Frontend Development

[BasicHTML] - Learn Simple HTML-Coding #001

Submitted by Weytaan, , Thread ID: 12333

Thread Closed
Is this tutorial helpful for you?
Yes
75.00%
Votes:
3
% of votes:
75.00%
No (please write why!)
25.00%
Votes:
1
% of votes:
25.00%
You have already voted. Click on the dropdown to undo your vote.

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Asuka
Closed Account
Level:
0
Reputation:
0
Posts:
25
Likes:
1
Credits:
112
07-11-2015, 10:33 PM
#11
Very good tutorial well explained thanks!

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Weytaan
COWYS2
Prime
Level:
0
Reputation:
12
Posts:
423
Likes:
11
Credits:
20
OP
07-11-2015, 10:34 PM
#12
07-11-2015, 10:30 PM
v4hl Wrote:
07-11-2015, 10:28 PM
Weytaan Wrote:
07-11-2015, 10:24 PM
Kill Wrote:
07-11-2015, 10:00 PM
Weytaan Wrote:
// NEXT TUTORIALS COMES TOMORROW! \\
Hope you enjoy Smile :yus:

Greez,
Weytaan

Sounds good!

One thing, try to format the thread good, so its organized.

Thank you and i will Smile

07-11-2015, 10:26 PM
v4hl Wrote:
Nice share man, Waiting more TUT buddy Wink ++

Thank you, comes tomorrow Smile

i ll :nerdy:

What did you mean? Smile

Greez,
Weytaan
The crown makes you bigger, but not more powerful.
1

RE: [BasicHTML] - Learn Simple HTML-Coding #001

v4hl
Legend
Divine
Level:
14
Reputation:
364
Posts:
6.27K
Likes:
2.19K
Credits:
425
07-11-2015, 10:35 PM
#13
07-11-2015, 10:34 PM
Weytaan Wrote:
07-11-2015, 10:30 PM
v4hl Wrote:
07-11-2015, 10:28 PM
Weytaan Wrote:
07-11-2015, 10:24 PM
Kill Wrote:
07-11-2015, 10:00 PM
Weytaan Wrote:
// NEXT TUTORIALS COMES TOMORROW! \\
Hope you enjoy Smile :yus:

Greez,
Weytaan

Sounds good!

One thing, try to format the thread good, so its organized.

Thank you and i will Smile

07-11-2015, 10:26 PM
v4hl Wrote:
Nice share man, Waiting more TUT buddy Wink ++

Thank you, comes tomorrow Smile

i ll :nerdy:

What did you mean? Smile

Greez,
Weytaan

i ll Check ur all ur tut Wink
[Image: xRnLbpm.png]
[Image: Tz6Qsg4.png]

RE: [BasicHTML] - Learn Simple HTML-Coding #001

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
07-11-2015, 10:42 PM
#14
04-11-2015, 12:13 AM
Weytaan Wrote:
Heya(:

I want to show you many basics and features etc. from HTML.
In the first lesson you will learn how to create an very basic and simple
HTML page. Means you learn your first HTML commands.

Step 1.
-> Open Notepad ++ or Atom.
Now you write into the Editor

Code:
<!DOCTYPE html>
<html>





<body>






</body>
</html>

After you write that you have your page to that point rdy. But when you now open your page. Nothing will be showed.
Now we change the Title of the Website.

Step 2. [The Website Title]
-> Very simple. Anywhere below the <html> tags you write the following:

Code:
<title> My first HTML Page. </title>

Now your site has an title in the Tablist.
[Image: MEERheszzghx.png]

Step 3. [Your first Text!]
-> Simple too, now we create our first text. We want an middle text and an big
text. for that you write below <body> this:

Code:
<h1><center> Hello. This is my Website! </center></h1>

Now it looks like this:

[Image: LC42aHvqLk4m.png]

[Image: 3SAkXdwPYtMx.png]

Step 4. [Your First Picture!]
-> Yeah what did you think? RIGHT! Simple too:yus:
write the following below <body>.

Code:
<center><img src="Your Picture link!"></center>



Now it looks like this:

[Image: ErvVKfWAgfmw.png]

Yeees, that is it for the first part of my tutorials. Hope you enjoyed it Smile
Soon the next part comes out. There you learn how to create an second page.
And an Button to that page.

If you need any help post here.

##############################
Downloads you need for that Tutorial:

Atom - CLICK
or
Notepad ++ - CLICK
##############################
Download Basic HTML Template: (Optional)

Template - CLICK
##############################



Greez,
Weytaan

9/11 Tutorial

GLWS

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Weytaan
COWYS2
Prime
Level:
0
Reputation:
12
Posts:
423
Likes:
11
Credits:
20
OP
07-11-2015, 10:46 PM
#15
07-11-2015, 10:42 PM
A Wrote:
04-11-2015, 12:13 AM
Weytaan Wrote:
-

9/11 Tutorial

GLWS

Thank you^^

Greez,
Weytaan
The crown makes you bigger, but not more powerful.

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Lol234d
what am i doin here
Supreme
Level:
0
Reputation:
-7
Posts:
433
Likes:
40
Credits:
1.07K
06-01-2016, 11:08 PM
#16
Good tutorial, helped me Smile

RE: [BasicHTML] - Learn Simple HTML-Coding #001

blurise
Novice
Level:
0
Reputation:
0
Posts:
31
Likes:
1
Credits:
44
15-01-2016, 09:42 AM
#17
Nice tutorial for beginners!

I recommend Sublime Text, the best editor for making websites

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Hanso
Banned
Level:
0
Reputation:
0
Posts:
20
Likes:
0
Credits:
0
22-01-2016, 07:28 PM
#18
well i mjust starting so thanks for this quick tut x

RE: [BasicHTML] - Learn Simple HTML-Coding #001

Walter White
Banned
Level:
0
Reputation:
0
Posts:
69
Likes:
0
Credits:
57
22-01-2016, 07:28 PM
#19
Bookmarked/Subscribed this thread.

RE: [BasicHTML] - Learn Simple HTML-Coding #001

cisla
Junior Member
Level:
0
Reputation:
0
Posts:
56
Likes:
4
Credits:
0
23-01-2016, 02:34 AM
#20
15-01-2016, 09:42 AM
blurise Wrote:
Nice tutorial for beginners!

I recommend Sublime Text, the best editor for making websites

ST + Emmet = win

Users browsing this thread: 1 Guest(s)