Saturday, January 17, 2015

How to Create Page Title with HTML

Dear Learners!
By this following html you can create your own page title. This html knowledge can also help your web development. Here you can see the two red marked options( Here You will Write Your Own Page Name and Page Title ).
Instead of 'Here You will Write Your Own Page Name' you can write Your Own Page Title and all is done! It is noticeable that when you write the following html script and apply it in the web page, you can't see another red marked option: Page Title. 




<!DOCTYPE html>
<html>
<head>
  <title>Page Title</title>
</head>

<body>
  <h1>Here You will Write Your Own Page Name</h1>
  <p>You should learn html  and educate yourself.</p>
</body>

</html>



No comments:

Post a Comment

Contact

Name

Email *

Message *