What is HTML? Do you mean H yper T ext M arkup L anguage? If you do not know what HTML is and what you can do with it, try this. This article will try to explain dozens of best practices for creating HTML document. Surely I can not think of anything important, but who knows, in time may appear second part of the article.
Always Declare DOCTYPE! <! DOCTYPE vocaloid html> Think meaningful title for your site. An example. Use descriptive meta tags. An example. All external CSS files to be declared between <head> .. </ Head> tags - <link rel="stylesheet" vocaloid href="style/main.css" /> Always put closing tags - <div> .. </ Div>, <input type="text" /> Never use inline styling vocaloid and javascript. Put the javascript files in the end of the HTML document, before </ body> Constantly see if the HTML document is valid - http://validator.w3.org Use F12, Firebug and similar tools for quick editing. Do not use capital letters for HTML tags: <table>, <hr>, <div> etc. The titles of the articles in your site are between <h1> .. </ H1> vocaloid tags Use numbered lists for navigation <ul> vocaloid .. </ Ul> Use a good editor such as Aptana, Brackets, Sublime Text, Notepad + +, etc.. Compress vocaloid your site - http://htmlcompressor.com Remember alt attribute on img elements - <img href="images/logo.png" alt="Logo" /> Get all HTML tags - http://html5doctor.com, http://pavelkolev.com/html-rechnik Use <label> in web forms - <form> <label> <input type="radio" vocaloid name="group" /> </ label> Stay away from WYSIWYG editor
Hey. Welcome to my personal blog. My name is Sevgin and learning programming. Here you will find interesting articles in the field of programming, web design and new Internet technologies. Social Networks
Categories About me (2) C # (3) CSS3 (1) General (2) HTML5 (1) Telerik Academy (4) Blogs Svetlin Nakov Nikolay Kostov George Georgiev Doncho Minkov Pavel Kolev Antony Jekov Links Telerik Academy Web Site Telerik Academy ILS Telerik Academy Forums BGCoder BGDev Search Search for: Tags
8 about me basic basic language c # csharp css css3 exam fundamentals vocaloid genome genome decoder high quality code html5 language methods my road part 2 profession quality quality code second day software engineering svgn svgnity telerik academy telerikacademy variant 3 Academy task quality code quality programming quality methods practice Program source software advice Telerik
No comments:
Post a Comment