Hi all Good day to all.I am new and want to learnig html.I want creat a website myself.my question is which book is easy to learn or give me some fee ebooks/websites add here please.I wrote a html code in a text pad.how i show this code in my browser.so my question is: 1.which book is the best for primary learner.(html) 2.how I show html code is a browser. waiting for a response form anyone. regards- Ontest100
w3schools.com is probably the best website to learn HTML from! To open code you made in notepad make sure you saved it as .html instead of .txt! When you are saving click were it says "Save as type" and change it from text document to all files then name the file like index.html!
I will prefer you to go through tutorials from youtube... it will be a great help to you!! Hope this helps and also play with dreamweaver it will be very useful to you as its easy way to build up your site without knowing HTML or PHP.
In Google when you search for HTML tutorials there are a lot of results. I have learnt HTML 3-4 years ago thanks to Dreamweaver. I started making some sites thanks to the design vew, but I then read the html code... Also I read few lessons for HTML which I found in google... At all HTML is easy to learn
You should learn HTML and then CSS, never use tables, use Divs! the best site I can think of is w3schools.com
Start with html, <title> my first document</title> add headings & paragraphs <h1>An important heading</h1> <h2>An important heading</h2> .......<h6>An important heading</h6> <p>this is first paragraph tag</p> <img src="location.jpg"> <a href=" "></a> </body> </html>
Hi Html took me a couple of years to learn [part time] w3schools.com I use to refresh the brain but its a great feeling after you have made your first web site. bret
you better to W3 school, there is to learn HTML and CSS and PHP, javascript .. if you can learn everything you'll instantly be a good web design.
You can visit w3school and youtube video lectures and Google the article. But always try to study the selected topic and try to go from initial topic to advance, not directly go to advance topics. Wish you Good Luck
I recommend you to read Head First HTML with CSS. This is one of the best book for HTML and is written in a very innovative way. You will know how innovative if you read the book. Just Google it. Also you can try w3schools tutorials which are very simply written
One should always go to w3 schools to both learn and to use as a future reference. Best tip I can give you is to stay away from Tables and use Div tags. Good Luck
Im a self learner myself... Anyway all the tip on this page are good... anyway here my tip.. maybe you can learn by reverse engineering .... Heres my process for how I built a whole website from scratch. 1. gather all requirements of a website..(ex how many pages..etc..) 2 design the initial interface design 3 start HTML code... then CSS 4 Going further, integrate code into CMS, add javascript..etc.. Anyway as you can see, the coding part is along the line... I showed you this because..lets face it...along the line you will want to be a web designer ..right? Hope this helps...good luck
For learning html website w3schools.com is the best. Use the software "Macromedia Dreamweaver" to practice all html codes.
<html> <head> <title> <body> <src img="location.jpg"> here you can also add internal or external links <p> add text </p> </head> </body> </html>