+ 7
Guys any one suggest me how to write simple codes in html .i already have some knowledge about basic tags .
plz help me in building some serious skills in coding language .i want you to comment below in such a way to challenge me in codes .
2 Answers
+ 9
<html>
<head>
<title>Welcome Venkata</title>
</head>
<body>
<h2>Please don't like this cos it simple</h2>
<h6>Thanks for not giving me an upvote...bye</h6>
</body>
</html>
You could start from here ^_^
+ 2
Well with Html and css knowledge You should make a nice web page design. Try to make some header, footer with your signature and possition some buttons and text that is affected by css. These two languages are good for static stuff. For basic dynamics I recommend to learm changeelementbyID from java script and try some basic actions. You shoul start by coding in notepad to get familiar with tags rather than using ide.