Translate

Monday, 30 October 2017

text formatting


<!DOCTYPE html>
<html>

<head>
  <title>Text Formatting</title>
</head>

<body>

  <b>Bold Text</b>
  <br>
  <i>Italic Text</i>
  <br>
  <u>UnderLine Text</u>
  <br>
  <b><u><i>This is the Mixed Line</i></u></b>

</body>

</html>



No comments:

Post a Comment

Featured post

check box

<!DOCTYPE html> <html> <head>   <title>Check Box</title> </head> <body>   <input ty...