You are on page 1of 4

Software Engineering

Front-end Developer :- Everything you see on a website, the apps you use
on different devices and the placement of various icons on your mobile
phone – all this is possible with the help of a front-end developer. They
work closely with graphic designers and copywriters to make the user
interfaces of any device easy to use. For example, the images and text
colour on this article will appear the same on all devices, thanks to the
front-end developers. In order to be a front-end developer, you need to
be strong in computer languages like HTML, CSS, and JavaScript.

Back-end Developer :- For every website, there is a back end server, an


application, and a database, which makes the website run fast. A back-
end developer stores all the data and ensures that the front-end runs
smoothly and effortlessly. In short, a back-end developer maintains the
technology that powers the components to run. You need to be strong in
languages like PHP, C++, Java, JavaScript, Python, and others in order to
become a back-end developer.  

Game Developer :- You can write codes for major game developing .

Embedded System Developer :- As an embedded system developer,


you’ll get to create codes for electronic appliances that require
embedded software, like a refrigerator, microwave, printer, oven, and
toaster. For this role, you need to have an excellent understanding of
computer languages such as Java, XML, Perl, Python, C/C++ Shell
Scripting, and others. 

Data Scientists :- You can also opt for a career opportunity in the field of
Data Science. There’s a tremendous amount of innovation in data science
has taken place over the years, where computer languages like Python to
capture data.
e
r
a
w
t
f
o
S
Front-end Developer
1. HTML :- Hyper Text Mark-up Language (HTML) is used as a structure
of a website, it is used to assemble, all the pictures, background colour,
writings, links etc. It is used as the basic language of web development.
Tags used in all HTML files (Powered by Visual Studio Code) :-

1. <!DOCTYPE html> (Used before every HTML file)


2. <html></html> (Used as Starting and closing tag)
3.<head></head> (Used as Starting and closing tag of head part)
4. <title></title>(Used to give the title in the TAB)
5.<meta lang='eng'> (Used to determine the Language)
6.<meta charset="UTF-8"> (To determine the character)
7.<meta name="Description" content="HTML for juniors"> (Attributes)
8.<meta name="Location" content= "Barrackpore"> (Attributes)
9.<meta name="Author" content= "Diganta Karak"> (Attributes)
10.<meta name="Date" content= "05.09.2021"> (Attributes)
11.<body></body> (Used to write the main content)
12.<p></p> (Used before writing any Paragraph)
13.<pre></pre> (Used instead of <p> to represent line break)
14.<br> (Used to break line wherever required)
15.<!----> (Used to give messages only, not visible in web)
16.<h1></h1>, <h2></h2>, <h3></h3>, <h4></h4>,<h5></h5>, <h6></h6>
(All these heading tags are arranged in descending order)
17.<a href="Link" target="_blank"></a>(Used to open link separately)
18.<a href="Link" target="_self"></a>(Used to open link n that tab)
19.<mark></mark> (Used to highlight any text)
20.<b></b>,<strong></strong> (Used to bold any text)
21.<i></i>, <em></em> (Used to italics any text)
22.<u></u>, <ul></ul> (Used to underline any text)
23.<del></del> (Used to Cross and Test)
24.<sub></sub> (Used to make any text Subscript)
25.<sup></sup> (Used to make any text Superscript)
26.<q></q> (Used to give quotation mark)
27.<address></address> (Used to give header footer)

You might also like