HTML Iframes HTML Iframe Syntax The HTML <iframe> tag specifies an inline frame. An inline frame is used to embe…
HTML Block and Inline Elements Every HTML element has a default display value, depending on what type of element it is. The two most common display values are block and i…
Html Table Tags HTML Table Tag <table> Used to create table <tr> (Table Row)table is divided into rows <td>(Table Data) each row is divided into da…
Image Tag • To display an image on a page, you need to use the src attribute. • src stands for "source". The value of the src attribute is the URL of…
Html Text Color, Alignment And Hyperlink Background & Text Color Tag • The attribute bgcolor is used for changing the background color of the page. <body bgcolor="Green" >…
Html Font Tags Font Tag • This element is used to format the size, typeface and color of the enclosed text. • The commonly used fonts for web pages are Arial, Comic…
Html Text Formatting Tags <b> Defines bold text <big> Defines big text <small> Defines small text <strong> Defines strong text <sub> Defi…
Line Brake And Horizontal Line Tag · If you want a line break or a new line without starting a new paragraph Use the <br> tag. · Defines a horizontal line use…
Html Headings and Paragraph tags Text Heading Tags Heading Element:-> • There are six heading elements (<H1>,<H2>,<H3>,<H4>, <H5>,<H6>). …
Code With HTML HTML STRUCTURE < H EAD> < TITLE> MY FIRST PAGE <BODY> GLOBAL INFORMATION CHANNELI </BODY> </HTML> Explain these tags …
INTRODUCTION TO HTML • With HTML you can create your own Web site. • HTML stands for Hyper Text Markup Language. • HTML is not a programming language, it is a Markup …