Html offers user to specify there Information in the form of list but the condition is the list may contain more than one list items. There are three types of list :- Unorederd list Orderd List Defination List ° Unorederd List <ul> :- this will list the item using plain… Read more: HTML List
What is table ? A set of rows and columns is called TableTable allow web author (owner of web site)To arrange there dataFor eg. Text,Image,links etc. We can create HTML table by using <table> tag.The <tr> tag is use to create rows in tableAnd <td> is use to create… Read more: HTML Table
Color are very important to give good look to your website.The Color attributes are written inside the body tag. There are five attribute. 1. Background Color:- Html provide to give background color to webpage. To give background color we use (bgcolor=”Color Name”) attribute. For Example • By Using Color Name Code:-… Read more: HTML Color
what is Basefont Tag ? Base Font tag is used to Define Default Font Face ,Size and Color for entire text written in webpage. This is similar to Font tag but Basefont tag is Empty tag means it does not have closing tag and Font tag is container tag.… Read more: Base Font Tag
What is HTML Fonts ? Fonts are very important role in making of website.It make website more attractive user friendly and make the content readable. Font face and color entirely on the computer and browser that is being used to view your page but you can use Html <font>… Read more: HTML Fonts
Text Formatting tag is used to display some special type of text. 1. Bold Text Tag :-Tag denoted by <b> it is use to display the Text in bold. it is similar to strong tag <strong> 2. Italic Text Tag :- tag is denoted by <i> it is use to display text in italicized. It… Read more: Text Formatting Tags
6.Preserve Formatting Tag <pre>:- Anything is written between <pre> tag will display as it is Written in Html document without disturbing the sequence of that text such as space,comma,fullstop etc. Eg:- Code:- Output:-
4.Horizontal Line <hr> Tag:- Horizontal line tag is used to break document / page and create horizontal line from current position to right margin. Eg:– Code:- output:–
3.Line Break Tag<br>:-The Break line Code is use to break the line in code. It is placed after any line. The <br> tag is empty elements means it does not have closing end. Eg:– Code:– Output:-
2.Paragraph Tag <p>:-The <p> tag is used to struct your text into paragraph and each paragraph is written between <p>•••••••••••</p>. Eg:- Code:- Output:-
Basic Tags1.Heading Tags :- every webpage or a document starts with heading.In HTML we can use six type different size of headings . (<h1>,<h2><h3><h4><h5><h6>) Eg:- Code:- OUTPUT:-
What are Tags? HTML tags are the keywords enclosed between angular brackets <tagname>.Tag has opening and closing such as Opening <tagname> Closing </tagname> some tags has only opening but they don’t have closing For example :- <br> Tag.
Structure Of HTML PAGE All The HTML Elements Are Written Between Html Tag <html>. Head Tag<head> is Used To write About Data Which Is written Between HTML Tag. Title Tag <title> Is Used Give Title Of Html Page Which Is Display In Toolbar Of Browser. Body Tag <body> Use To Write The Main Content Of… Read more: Structure Of HTML Page.
What is HTML ? Hyper Text Markup language it is a standard Markup Language.HTML language is Developed by Tim Berners-Lee in 1990This language is used To create page,website etc All the pages are connected in series called Hyperlinks.HTML allows Images and others object to create interactive webpage or forms.Version of HTML. Currently we are Using HTML 5.