47  

Jobs In

Mount Talent Consulting
  • 12-15 Yrs
  • Not disclosed
  • Remote
  • Data Engineering
  • |
  • Azure
  • |
  • HTML
  • |
  • MySQL
  • |
  • PostgreSQL
REGULAR
Mount Talent Consulting
  • 6-8 Yrs
  • Not disclosed
  • Remote
  • java se
  • |
  • Spring Boot
  • |
  • HTML
  • |
  • React JS
REGULAR
Mount Talent Consulting
  • 3-5 Yrs
  • Not disclosed
  • Remote
  • Java
  • |
  • spring framework
  • |
  • HTML
  • |
  • CSS
REGULAR
Mount Talent Consulting
  • 3-5 Yrs
  • Not disclosed
  • Remote
  • Java
  • |
  • HTML
  • |
  • React JS
  • |
  • spring framework
REGULAR
Mount Talent Consulting
  • 5-7 Yrs
  • Not disclosed
  • Remote
  • HTML5
  • |
  • CSS
  • |
  • AJAX
  • |
  • ERP/CRM.
REGULAR
Mount Talent Consulting
  • 1-3 Yrs
  • Not disclosed
  • Remote
  • HTML5
  • |
  • Rest API
  • |
  • CSS3
  • |
  • Node.js
REGULAR
Mount Talent Consulting
  • 5-8 Yrs
  • Not disclosed
  • Remote
  • C#
  • |
  • HTML
  • |
  • AJAX
  • |
  • JavaScript
REGULAR
Mount Talent Consulting
  • 1-2 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • CSS
  • |
  • JavaScript
  • |
  • Ui/Ux
FEATURED
Mount Talent Consulting
  • 3-5 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • HTML
  • |
  • Angular
  • |
  • JavaScript
FEATURED
Mount Talent Consulting
  • 3-5 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • CSS
  • |
  • JavaScript
  • |
  • Azure
FEATURED
Tech Mahindra
  • 4-9 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • Full stack developer
  • |
  • HTML
  • |
  • Python development
  • |
  • Angular
REGULAR
Wipro
  • 5-7 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • Redux
  • |
  • HTML
  • |
  • JavaScript
REGULAR
Tech Mahindra
  • 6-11 Yrs
  • Not disclosed
  • Remote
  • Java
  • |
  • HTML
  • |
  • XML
  • |
  • Junit testing
REGULAR
IBM
  • 5-10 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • Java
  • |
  • JavaScript
  • |
  • ABAP
  • |
  • HTML
  • SAP
REGULAR
Deloitte
  • 6-9 Yrs
  • Not disclosed
  • Remote
  • HTML5
  • |
  • CSS
  • |
  • Angular
  • |
  • Front-End
REGULAR
Deloitte
  • 3-8 Yrs
  • Not disclosed
  • Remote
  • github
  • |
  • CSS
  • |
  • HTML5
  • |
  • JavaScript
REGULAR
IBM
  • 2-6 Yrs
  • Not disclosed
  • Remote
  • HTML
  • |
  • Python
  • |
  • Redhat Openshift
  • |
  • Scikitlearn
REGULAR
IBM
  • 8-10 Yrs
  • Not disclosed
  • Remote
  • Java
  • |
  • JavaScript
  • |
  • Springboot Java
  • |
  • HTML
REGULAR
Capgemini
  • 4-6 Yrs
  • Not disclosed
  • Remote
  • Angular
  • |
  • CSS
  • |
  • HTML
  • |
  • Bootstrap
REGULAR
Accenture
  • 5-9 Yrs
  • Not disclosed
  • Remote
  • Troubleshooting
  • |
  • JavaScript
  • |
  • Spring
  • |
  • HTML
REGULAR
IBM
  • 3-7 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • JavaScript
  • |
  • HTML
  • |
  • Java
REGULAR
Mount Talent Consulting
  • 7-10 Yrs
  • Not disclosed
  • Remote
  • SEO
  • |
  • CSS
  • |
  • JavaScript
  • |
  • HTML
FEATURED
Accenture
  • 0-2 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • confluence
  • |
  • HTML
  • |
  • Agile
  • |
  • JIRA
REGULAR
Capgemini
  • 6-12 Yrs
  • Not disclosed
  • Remote
  • CSS
  • |
  • HTML
  • |
  • CSA
  • |
  • JavaScript
REGULAR
Mount Talent Consulting
  • 12-14 Yrs
  • Not disclosed
  • Remote
  • HTML5
  • |
  • CSS3
  • |
  • JavaScript
  • |
  • TypeScript
FEATURED

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.