Translate

Monday, 30 October 2017

paragraph tag


<!DOCTYPE html>
<html>

<head>
  <title>Paragraph Tag</title>
</head>

<body>

  <p>This is the First Paragraph starting</p>
  <p>This is the Second Paragraph starting</p>
  <p>This is the Fourth Paragraph starting</p>
  <p>This is the Fifth Paragraph starting</p>

</body>

</html>



No comments:

Post a Comment

Featured post

check box

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