Skip to main content

Create Personal Home page using all above HTML tags in following template using Notepad ONLY.

In this practical, the following tags are used:

  • <style>
The <style> tag is used to define style information for an HTML document.
Inside the <style> element you specify how HTML elements should render in a browser.

  • <title>
The <title> tag is required in all HTML documents and it defines the title of the document.
  • <a>
The <a> tag defines a hyperlink, which is used to link from one page to another.
  • <table>
An HTML table is defined with the <table> tag.
Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag.


Some screenshots:





Comments

Post a Comment