Html

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 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…

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 …