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

#11
Very good tutorial well explained thanks!

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

OP
#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

#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

#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

OP
#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

#16
Good tutorial, helped me Smile

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

#17
Nice tutorial for beginners!

I recommend Sublime Text, the best editor for making websites

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

#18
well i mjust starting so thanks for this quick tut x

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

#19
Bookmarked/Subscribed this thread.

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

#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: 7 Guest(s)