-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
70 lines (64 loc) · 2.89 KB
/
Copy pathcoding.html
File metadata and controls
70 lines (64 loc) · 2.89 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css" >
<title>Coding Ninjas Website</title>
</head>
<body>
<hrader>
<a href="http://blog.codingninjas.in/"><img src="https://ninjasfiles.s3.amazonaws.com/0000000000001394.png"></a>
<div>
<a href="http://blog.codingninjas.in/"></a>
<h2>Coding Ninjas Official Blog</h2>
<div>
<img src="https://ninjasfiles.s3.amazonaws.com/0000000000001395.png" alt="coding ninjas love coding">
</div>
</hrader>
<div>
<main>
<header>
<h1>Five Types of Devlopment </h1>
</header>
<main>
</div>
<article>
<div>
<img src="https://ninjasfiles.s3.amazonaws.com/0000000000001540.jpg" alt="best coding practices">
</div>
<p>
Don’t you just love exploring beautiful and neat sites with a clean user interface?
While most of us would reply with an assertive ‘YES,’ little, do we know the kind of effort and
skill that goes into making a website attractive and user-friendly. The secret to creating
an impressive site is to master the art of front-end development, and no, it is not as easy as it seems!
</p>
<p>
However, it is not impossible either.
Here are five tips that’ll help you get better in front-end design and web development
</p><ol>
<h2>commenting</h2>
<p>
Commenting is one such practice that is often ignored by programmers, especially for codes that are written by multiple programmers. But remember, commenting is an important part of project you create. With proper comments and organised files its always easier for you or others to jump in and understand where things are at and how they work.
</p>
<li>
<h4> Invest In Productive Tools. </h4>
<p>
The Internet is teeming with a host of web development tools, from browser add-ons to smart plugins, the amount of choices available now is massive! So, why not invest in some really productive web tools that’ll help you improve your front-end designing skills? Tools like Sublime Text, jQuery, Emmet, GitHub, Bootstrap, and Sass are nothing short of a godsend for web developers.
</p>
</li>
<ul>
<li>
<a href="https://frontendfoc.us/" target="_blank">Fronted Focous</a>
</li>
<li>
<a href="https://css-weekly.com/" target="_blank"> CSS Weekly </a>
</li>
<li>
<a href="https://javascriptweekly.com/" target="_blank">javascript weekly </a>
</li>
</ul>
</ol>
<div id="rishav">
</div>
</article>
</body>
</html>