Dulens. Posted May 23, 2012 Posted May 23, 2012 Hello Everyone! I decided to create a guide for HTML Language without copying from other websites! It's whole mine work! What is HTML ; The HTML language is the 'main' language for websites! You can code well websites with this language. It's very easy and simple! Some informations about HTML. - HTML is using tags in coding. Tags like <head> , <body> , <html> , <br> , <i>. - In order to make the tags to work, when you open this < you must close it > or it will never works. - Also, tags must be in pairs. When you type <head> in start, in the end you must type </head> to work. Let's see tag's meaning. <html> </html> Describes the web page. <body> </body> Is the visible page content. <p> </p> It will be a paragraph. <b> </b> It will be bolded words. <i> </i> It will be italicized words. <u> </u> It will be underlined words. <center> </center> It will be in center of page. <left> </left> It will be in left of page. <right> </right> It will be in right of page. How I can insert image in html page? With this code: <img src="Here goes the Url" alt="Here goes the Text"/> How I can add links? With this code: <a href="Here goes the Url">Here goes the Text</a> Some HTML Color ID. #000000 - Black #FF0000 - Red #00FF00 - Green #0000FF - Blue #FFFF00 - Yellow #FF00FF - Pink #FFFFFF - White #8A2BE2 - BlueViolet #A52A2A - Brown #00FFFF - Cyan #FFD700 - Gold #808080 - Gray #00FF00 - Lime #800000 - Maroon #808000 - Olive #FFA500 - Orange #C0C0C0 - Silver #008080 - Teal #EE82EE - Violet NoteI: There isn't any difference in saving version. (.html - .htm is the same). NoteII: You can use programms like Notepad, Wordpad, Notepad ++ etc. NoteIII: For practice open notepad and make your own html file and save it in .html version, and after open it with your browser (google chrome, firefox etc.) to see the result. This guide is created by me 100% , nothing copied. I hope to help, and good practicing! Quote
xTrinky Posted May 23, 2012 Posted May 23, 2012 This guide is good but for too begginers also theres more HTML Colors Quote
Dulens. Posted May 23, 2012 Author Posted May 23, 2012 This guide is good but for too begginers also theres more HTML Colors Yes I know, I will update it but I posted the 'main' colors. Soon, I will make big update. Thanks! PS: The previous guide about HTML will be deleted by Pauler. Quote
Fanky Posted May 23, 2012 Posted May 23, 2012 That's not actually a fully guide for HTML. That's a part of HTML that l2j use..not even the 1/4 of html.. whatever,good job. Quote
Pauler Posted May 23, 2012 Posted May 23, 2012 That's not actually a fully guide for HTML. That's a part of HTML that l2j use..not even the 1/4 of html.. whatever,good job. Yes, I have to agree with Fanky. There are way more basics to cover. Go modify your first html guide and add the color codes for example as an update. Quote
Epimetheus Posted May 23, 2012 Posted May 23, 2012 Really good for starters.. some starter commands and colour codes exactly what i need ^^ thank you :3 Quote
mmytza Posted June 3, 2012 Posted June 3, 2012 does it realy exist tags like <left> and <right> cuz i never heared of them ? Quote
Destorion Posted June 15, 2012 Posted June 15, 2012 does it realy exist tags like <left> and <right> cuz i never heared of them ? Yes, In HTML Language includes <Left></Left> or <Right></Right etc.. also <tittle></tittle> including ;). Quote
mmytza Posted June 15, 2012 Posted June 15, 2012 Yes, In HTML Language includes <Left></Left> or <Right></Right etc.. also <tittle></tittle> including ;). can you show me a link or smth where <left> or <right> is ? cause as far as I know, not even on HTML5 are this two tags .. Quote
ExTrEmEDwarf Posted June 15, 2012 Posted June 15, 2012 the align code is align="left" or align="right". You can use it on paragraphs like on newspapers like <p align="right">the text here</p> or use it to align images on the tag that he mentioned on first post like <img src="image_link.jpg" align="right"> Quote
Pauler Posted June 16, 2012 Posted June 16, 2012 the align code is align="left" or align="right". You can use it on paragraphs like on newspapers like <p align="right">the text here</p> or use it to align images on the tag that he mentioned on first post like <img src="image_link.jpg" align="right"> Yes there is not left or right tags. But there are other ways to put everything left or right like align="". Quote
mmytza Posted June 16, 2012 Posted June 16, 2012 So please someone delete that crap with <left> or <right> Quote
Law Posted June 17, 2012 Posted June 17, 2012 you forgot a few things such as what HTML means and what is the purpose of the tags Quote
Epimetheus Posted June 17, 2012 Posted June 17, 2012 Will More guides follow? im really curious about learning html it would be really nice to see more website coding ;[ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.