22  

Jobs In

Capgemini
  • 8-10 Yrs
  • Not disclosed
  • Remote
  • Angular
  • |
  • HTML5
  • |
  • JavaScript
  • |
  • CI/CD
REGULAR
IBM
  • 6-10 Yrs
  • Not disclosed
  • Remote
  • CI/CD
  • |
  • Linux
  • |
  • HTML
  • |
  • Networking
REGULAR
Vlink Inc.
  • 4-6 Yrs
  • Not disclosed
  • Remote
  • Java
  • |
  • SQL
  • |
  • Angular
  • |
  • HTML
  • |
  • JavaScript
REGULAR
Tech Mahindra
  • 7-12 Yrs
  • Not disclosed
  • Remote
  • Angular
  • |
  • Java
  • |
  • HTML
  • |
  • CSS
REGULAR
IBM
  • 3-7 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • Python
  • |
  • SQL Server
  • |
  • C++
  • |
  • CSS
FEATURED
IBM
  • 4-6 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • CSS
  • |
  • Java
  • |
  • JavaScript
FEATURED
Accenture
  • 5-7 Yrs
  • Not disclosed
  • Remote
  • Designing
  • |
  • HTML
  • |
  • CSS
  • |
  • Good Communication
REGULAR
Accenture
  • 5-7 Yrs
  • Not disclosed
  • Remote
  • Problem solving
  • |
  • Analytical skills
  • |
  • verbal communication
  • |
  • Written communication
  • |
  • HTML
  • CSS
REGULAR
Accenture
  • 3-5 Yrs
  • Not disclosed
  • Remote
  • Application development
  • |
  • Testing
  • |
  • HTML
  • |
  • CSS
FEATURED
HCL
  • 3-6 Yrs
  • Not disclosed
  • Remote
  • SQL
  • |
  • HTML
  • |
  • XML
  • |
  • java se
  • |
  • Adobe Illustrator
REGULAR
Mount Talent Consulting
  • 6-8 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • CSS
  • |
  • NodeJS
  • |
  • React JS
REGULAR
Mount Talent Consulting
  • 12-15 Yrs
  • Not disclosed
  • Remote
  • MySQL
  • |
  • SQL
  • |
  • Oracle
  • |
  • HTML
  • |
  • CSS
REGULAR
Mount Talent Consulting
  • 12-15 Yrs
  • 4.5 - 10 Lacs PA
  • Remote
  • HTML
  • |
  • SQL
  • |
  • CSS
  • |
  • Java
  • |
  • Oracle
REGULAR
Mount Talent Consulting
  • 12-15 Yrs
  • Not disclosed
  • Remote
  • Java Programming
  • |
  • HTML
  • |
  • CSS
  • |
  • MySQL
  • |
  • Oracle
REGULAR
Mount Talent Consulting
  • 12-15 Yrs
  • 4.5 - 11 Lacs PA
  • Remote
  • HTML
  • |
  • CSS
  • |
  • Java
  • |
  • MySQL
  • |
  • SQL
REGULAR
Mount Talent Consulting
  • 12-15 Yrs
  • 4.5 - 11 Lacs PA
  • Remote
  • HTML
  • |
  • CSS
  • |
  • Java
  • |
  • MySQL
  • |
  • SQL
REGULAR
Mount Talent Consulting
  • 3-6 Yrs
  • Not disclosed
  • Remote
  • Java Development
  • |
  • HTML
  • |
  • CSS
  • |
  • Angular
  • |
  • JavaScript
  • ...
  • Analytical skills
REGULAR
Mount Talent Consulting
  • 5-9 Yrs
  • Not disclosed
  • Remote
  • Front-End
  • |
  • Designing And Developing
  • |
  • Database
  • |
  • Web application
  • |
  • HTML
  • ...
  • JavaScript
REGULAR
Mount Talent Consulting
  • 2-5 Yrs
  • Not disclosed
  • Remote
  • JavaScript
  • |
  • Front-End
  • |
  • HTML5
  • |
  • CSS3
  • |
  • Jquery
REGULAR
 Cognizant
  • 6-10 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • Aem
  • |
  • HTML
REGULAR
 Cognizant
  • 3-8 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • HTML
  • |
  • Adobe
  • |
  • JavaScript
REGULAR
IBM
  • 2-3 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • Adobe
  • |
  • JavaScript
  • |
  • HTML
  • |
  • Digital Marketing
  • ...
  • Google AdWords
REGULAR

Frequently Asked Questions

The HTML tag is used to display data in a tabular format. It is also used to manage the layout of the page, for example, header section, navigation bar, body content, footer section. Given below are the list of HTML tags used for displaying a table in an HTML webpage: Tag Description
It defines a table. It defines a row in a table. It specifies a group of one or more columns in a table for formatting. It is used with element to specify column properties for each column. It is used to group the body content in a table. It is used to group the header content in a table. It is used to group the footer content in a table.
It defines a header cell in a table. It defines a cell in a table.
It defines the table caption.

We can align the list elements in an HTML file by using indents. If you indent each nested list further than the parent list, you can easily align and determine the various lists and the elements that it contains.

The list types in HTML are as below: Ordered list–The ordered list uses
    tag and displays elements in a numbered format. Unordered list–The unordered list uses
      tag and displays elements in a bulleted format. Definition list–The definition list uses
      ,
      ,
      tags and displays elements in definition form like in a dictionary

We separate a section of texts in HTML using the below tags:
tag – It is used to separate the line of text. It breaks the current line and shifts the flow of the text to a new line.

tag–This tag is used to write a paragraph of text. tag–This tag is used to define large quoted sections.