Skip to main content

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 defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

<font>:The <font> tag specifies the font face, font size, and color of text.


SCREENSHOT WEB PAGE:










NAME:AYUSH SINGLA
ID:18CE122
LINK:18ce122.blogspot.com




Comments