HTML Elements

All HTML Elements have start tag and end tag. <a> Element This element define hyperlink used for link one web page to other web page. Example Output Visit WebDeveloperGuide <b> Element This element use for make bold text in web page. Example Output Let’s make this text – bold. <i> Element This element use for… Read More »

HTML Introduction

HTML Introduction provides detail about basic HTML structure. The word HTML stands for Hypertext Markup Language.HTML is the standard markup language used for design and show documents in a web browser. Programming Technlogy Cascading Style Sheets (CSS) and scripting languages such as JavaScript used with HTML to make document more stylist and user friendly on… Read More »