-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.html
32 lines (31 loc) · 2.43 KB
/
design.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
BODY{
background-color: whitesmoke;
}
.sd{
display: inline-block;
color: rgb(22, 173, 22);
}
.font{
color: rgb(99, 56, 121);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 14pt;
}
</style>
</head>
<body>
<center><p class="sd">For Home Page</p><a href="ques 3.html" style="margin-left: 10px;">Click Here</a></center>
<center><h1 style="color: darkolivegreen; font-size:35pt;">About Web Design</h1></center>
<div class="font">
<p>Most brick-and-mortar businesses are making an attempt to have an online presence in recent times to widen their client base and have a better reach. However, with thousands of websites in every niche, it truly takes more than a mere online presence to outdo competitors and build trust with customers. One of the best ways to achieve this is by having your website designed in a way that is visually pleasing and immersive while offering your audience exactly what they look for. If you wonder what web designing is and the benefits it offers, here’s everything you need to know.</p>
<p>Web designers create the design and layout of a website with their technical expertise and knowledge while keeping in mind the client’s requirements. They have a deep understanding of UI (user interface) and UX (user experience) and are adept at using design programs for creating visual elements. With their skills and expertise, web designers capture the brand’s identity in the design elements of the website.</p>
<p>Visitors rate their experience with a specific website based on its aesthetics and how intuitive it is in terms of navigation. Therefore, web designers use Adobe, CorelDraw, Inkscape, and other design programs to create animations, graphics, icons, logos, and other elements of a website to make it as interactive as possible. Web designers also focus on the creative and visual side of the website and follow various design practices, such as symmetry, color systems, proportions, etc. to engage visitors. Additionally, they work on fonts, placement of images and videos, and creating layouts using coding languages.</p>
</div>
</body>
</html>