Formating with html Physical style elements

HTML iser physical style elements  to change the  apperence text  , If you want to text  appear paticular style  such as build bold italic , You must physica style  elements foe example 
  

  • The B Element - Display the text in bold 
  • The element -Display the text in the italic 
  • The small element -The display the in small font size
  • The SUP element -Display  the text as superscript 
 Displaying Plain Text 


<!Doctype html>
<html>
<head>
<body>
Here the display the plain text in html document 
</body>
</html> 


Display the bold text 

<!Doctype>
<html>
<head>
<body>
<b> Here display the bold text </p>
</body>
</html> 

Display the italic text 

<!Doctype html>
<head>
<title> here text italic </title>
</head>
<body>
here italics 
</body>
</html> 

Display the   Subscript Text 

 <!Doctype>
<html>
<Title> Supscript </title>
</head>
<body>
<p> Displaying <sub> subscript </sub> text</p>
</body>
</html> 

Displaying Abbreviation


<!Doctype html>
<head>
<title> Abbreevation </title>
</head>
<body>
<BBR TITLE="INTERNET EXPLORE "> IT</ABBR> ABBREVIATION IS INTERNET EXPLORE 
</BODY>
</HTML> 



Small and easy answer  this code 


Comments

Popular posts from this blog

css animation easy code