DEV Community

Mohamed Haarish
Mohamed Haarish

Posted on

my first interview question html&css :)

1.Tell me about yourself?
Hi,im mohamed haarish .im from pudukkottai 'dc' ammapattinam .im stady in collage jj collage arts and science pudukkottai 'dc' .im a motivated and hardworking person with an interest in web development. i have basic knowledge of html and css , and im eager to learn new technologies and improve my skills. im looking for an opportunity where i can grow and contribute to the company.

2.what is html?
html(Hypertext markup language )is used to create the structure of web pages.

3.what is css ?
css(cascading style sheets ) is used to style and design html elements.

4.what is flex?
flex is css layout system.
it is used to arrange and align elements in a row or column.
it makes responsive layouts easier.

5.what is div?

is an html block- level container .
it is used to group and organize html elements.
it is commonly used for creating website layouts.

Top comments (0)