HTML Tutorial - Position Control

Related Tags:

  Through ALIGN properties can select text or picture alignment, LEFT said that the left-justified, right-justified RIGHT said, the middle CENTER said.    Basic Syntax is as follows: 

  <DIV ALIGN=#> # = left / right / center 


  Example: 

<html>
<head>
  <title> Position control </ title> 
  </ Head> 

<body>
  <div Align=left> 
  Hello! <Br> 
  <div Align=right> 
  Hello! <Br> 
  <div Align=center> 
  Hello! <Br> 
  </ Body> 

  </ Html> 


  In addition, ALIGN attributes are often used in other tags, cause changes in the location of its contents. 

  Such as: <P ALIGN = #> 
  <HR ALIGN=#> # = left / right / center 
  <H1 ALIGN=#> 

Related articles:

Making learning website: effect of the three forms
  Li achieve the effect of form  <style>   Ul (display: inline;)    Li (    List-style-type: none;    Float: left;    Width: 190px;    Height: 22px;    Text-align: left;    Text-indent: 4px;  &...
Ajax design entry procedures
  First, the main reason for the use of Ajax    1, the adoption of appropriate Ajax applications to achieve better user experience;    2, and some of the previous server burden has shifted to the client, client to the idle processing power to deal with and reduce the burde...
DIV under adaptive picture
  We (especially the rookie like me) often encountered a problem - Adaptive picture.    This problem is very common.    In the article, in the Forum, so to speak: Where upload pictures, where there is a problem, but not at the forum, was questioned.    Why?  ...
Google - PageRank decryption technology (1)
  Google - PageRank decryption technology (1)    1 What is PageRank    2. PageRank determining factor    3. Check how PageRank    4. Importance of PageRank    5. Google's search results before 1,000    6. PageRank and other f...
Div + CSS layout entry Guide (2)
  Second, the overall structure and write CSS    Next we create a desktop folder named "DIV + CSS layout practice" in the folder under the new two empty notepad files, enter the following:    Code <DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transiti...