COMPUTER SCIENCE AND ENGINEERING
WEB TECHNOLOGY
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 are used to provide additional information about HTML elements. For example an HTML element like a paragraph can have an attribute of being aligned (left, center, or right). 
| 
 | 
  Attributes 
 
 | 
| 
 | 
  Wireframe 
 
 | 
| 
 | 
  Sitemaps 
 
 | 
| 
 | 
  IIS/Microsoft Server 
 
 | 
| 
 | 
  Name Server 
 
 | 
 Explanation: 
Detailed explanation-1: -The HTML <p> align Attribute is used to specify the alignment of paragraph text content.
Detailed explanation-2: -For left to right text, the default is align=left, while for right to left text, the default is align=right .
Detailed explanation-3: -To set text alignment in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <p> tag, with the CSS property text-align for the center, left and right alignment.
 There is 1 question to complete.