(adsbygoogle = window.adsbygoogle || []).push({});
Hello, i make this thread now, but its not done, so start now and finish it later!
******************
This is an Regular code that only will give you an title & 1 line of text:
<html>
<head>
<title>Site title</title>
</head>
<body>
<h1>This is an title!</h1>
<p>This is 1 line of text/\</p>
</body>
</html>
[multipage=-Different HTML Tags and what they do!]
What tags that do what:
*******************
<h1>TEXT</h1> = h1 can only be used once per page, its the head title.
<p>TEXT</p> = p is reffered to paragraph, used to input text to a site, css to edit text style.
<div>CONTENT</div> = div is a place in the code that have their own spot in the webpage.
<script>SC
T HERE</script> = here u can insert javascript, & others html supported scripts.
*******************
[multipage=-Standard HTML Doc tags]
EXAMPLE #2:
<html> // to define its a html page.
<head> // here title, css doc. & other things will be added.
<title>title</title> // website title that will be shown in tabs in ur browser.
</head> // end the head tag.
<body> // start website content
<h1>Title.com</h1> // to create a title on the webpage
<p>A Simple text paragraph.</p> // To insert text on the website
</body> // to end the content
</html> // to end the html document
[multipage=HTML Color Codes]
I Will add Several links to HTML Color codes. As you will get use for it later!
You must login or register to view this content.
-
You must login or register to view this content.
-
You must login or register to view this content.
[multipage=Learn Some Basic CSS]
Now that you have learned some basic html, you will need to learn some basic CSS to customise your webpage.
As i feel to hard for me to exly learn you step by step CSS, i have provided a good link that i have personally used myself.
before you start learning CSS, go here:
You must login or register to view this content. & learn what html stands for etc.
Go here for CSS Tutorial: You must login or register to view this content.
****************************************
Not done with the thread yet. i add more every week!
This will help you get started with your first HTML document