Skip to main content

Posts

Showing posts from December, 2019

PRACTICAL 1_2

  Practical 2 :  Create Personal Home page using all above HTML tags in following template using Notepad ONLY. THEORY In this web page, I have mainly concentrated on table tags. <table>,<td>,<th>,<tr>,<div>,<ul>,<li>and attributes like bgcolor,style,align,width  and many more . <tr> :The <tr> defines a table row. <td> :The <td> defines a table cell. <th> :The <th> defines a table header. width : Specifies the width of the table. align : Specifies the alignment of a table according to the surrounding text. NAME :AYUSH SINGLA ID :18CE122 LINK : 18ce122.blogspot.com

PRACTICAL 1_1

Practical 1  Study and Learn HTML tags along with necessary attributes. (Self-learning exercise using this link: tutorialspoint.com/html/html_tags_ref.htm) Practice the tags learned from above video using Notepad ONLY. THEORY These are some basic tags and attributes which are used in this web page: <html>,<p>,<b>,<u>,<br>,<li>,<ul>,<style>,border,background-color,font-size,font-family,<div> ,<tr>,<td>           SOME IMPORTANT TAGS : <div> : The <div> tag defines a division or a section in an HTML document. <style>: The <style> tag is used to define style information for an HTML document. <table>: The <table> tag defines an HTML table.   An HTML table consists of the <table> element and one or more  <tr> ,  <th> , and  <td>   elements. <a>: The <a> tag...