HTML

Tables in HTML

Tables in HTML We can create tables in html using table tag. In the <table> tag we use <tr> tag for rows and i…

Images in HTML

Images in HTML To add images in the code we use img tag. In img tag we use attributes like height, width, src, alt, etc... .…

Lists in HTML

Lists  In HTML we have two types of lists they are ordered list and unordered list. We denote ordered list with <ol> l…

HyperLinks in HTML

HyperLinks in HTML The HyperLinks in HTML are defined with <a> tag. This HyperLinks are used to navigate to the anothe…

HTML Attributes

HTML Attributes We have many attributes in the HTML . The attributes are not individual. That attributes are specified in th…

HTML Tag

HTML Tags In HTML we have many tags to use. The tags are used to define. Some of the tags have ending tag and some doesn…

Editors offline and online for HTML

Editors offline and online list of online HTML editors: 1. Atom - Download 2. Sublime Text - Download 3. Visual Studio Co…

Introduction to HTML

Introduction to HTML HTML stands for Hyper Text Markup Language. It is used to develop the web pages.  HTML is a white sp…

That is All