差分

HTML Language. Overview Of HTML Website Layout

3,347 バイト追加, 2016年7月16日 (土) 09:29
ページの作成:「<br><br>1. What is HTML language?<br>HTML is the acronym for HyperText Markup Language, is the language means hypertext markup. It used to format the layout, the properti...」
<br><br>1. What is HTML language?<br>HTML is the acronym for HyperText Markup Language, is the language means hypertext markup. It used to format the layout, the properties related to the appearance of a text and displayed on a program that is especially called Browser. Currently there are many browser like Firefox, Chrome, CocCoc, ... All of them have in common is Browser helps users manipulate and its website have the ability to compile the code HTML, CSS and Javascript.<br><br>HTML formatting is a [http://news.Sky.com/search?term=special special] XML tags so it will have to open and close with the following syntax:<br><br><br><br>Also a HTML tag attributes, there are some private and will list the properties located within the opening tag as follows:<br><br><br><br>Thus was born with the purpose HTML design content layout for data in general and in particular for the website's interface in [http://web.dote.vn website design] activities.<br><br>2. Additional HTML of a web page<br>As above we have introduced the HTML used to create the layout of the website interface. It has a lot of different tags and every tag will have certain tasks. So you may wonder if dividing the tags for a website how not?<br><br>Normally a website's HTML layout will look like this:<br><br><br><br>    <br>        Page Title<br>    <br>    <br><br>        My First Heading<br>        <br>My first paragraph.<br><br><br>    <br><br><br>Inside:<br>• is the data type declaration displays the html to Browser.<br>• and tag is the outermost pair and it is the task of all the contents of the web page. This tag is required.<br>• and is the declaration of the site information<br>• and within the and declare this is the title for the website.<br>• and tag is the most important ingredient, it contains the HTML code used to display on the website<br>• The remaining tags in the tag is the data format. Thus in our website is divided into two main parts:<br>• Part 1: Is the information declared for the site and we put it in the head tag.<br>• Part 2: It is the display format of web page content and put in the body tag.<br><br>3. The common position in the web interface<br>Often the look of a site will be divided into the following sections:<br>• Header (fixed)<br>• Footer (fixed)<br>• Menu (fixed)<br>• Sidebar (fixed)<br>• Main Content (Each different page)<br><br>Thus in this section, only the content that will vary in each different page, the rest will not change.<br><br>To share the location as above using HTML tags, then we'll use div tags combined with knowledge of css for formatting interface. If you do not know, let's wait for the next post offline.<br><br>4. What to use HTML code<br>HTML is just a normal file should any text editor can read to code like notepad, noted ++, ... However in the series this series, I use netbeans to code.<br><br>5. Conclusion<br>HTML is a hypertext language extremely interesting and there are many things to explore. Everything you see on the internet is made up of HTML language. It is the final language to a browser can understand, and should render the content to the user experience. HTML knowledge will be very useful to you in the process of website development. Read on for more detailed article about HTML offline.
0
回編集