Give Project ideas. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Give Project ideas.

Hi I'm new to coding, please give me some project ideas about HTML. So that I can test my HTML projects and fine tune it. I have no idea how to test my skills ,doing projects will increase my confidence as I want to be a pro.

7th Jan 2018, 4:14 AM
Tapan Das
Tapan Das - avatar
29 Answers
+ 23
Calculator
7th Jan 2018, 4:38 AM
Nithiwat
Nithiwat - avatar
+ 5
Create a blog
7th Jan 2018, 4:44 AM
Harsh
Harsh - avatar
+ 5
Html is my favourite lanuage. You can do many things with html. In my opinion the best way to practice is to sart a blog. yes, you should start your own personal blog. This will be best project to test your skills. You can get your free domain from any free domain website. I would suggest wordpress, joomla or wix. It can be time consuming and difficult so if you want you are welcomed to blog on my website. There are great opportunities you can blogs publish on topics of your interest. On the way you will learn new topics such as SEO and Web development. Contact me if you want to write on buddyzlog here's a link check it out . I have created my blog https://buddyzlog.wordpress.com
7th Jan 2018, 4:50 AM
Majestic Ayush
Majestic Ayush - avatar
+ 4
your welcome
7th Jan 2018, 5:23 AM
Majestic Ayush
Majestic Ayush - avatar
+ 4
Hey! @Tapan You should add css in header tag, <link rel=stylesheet type="text/css" href="css/layout.css"> And, you may add javascript at the end of body tag, <script type="text/javascript" src="script.js"></script> </body> Hope! it helps.
20th Jan 2018, 3:04 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
Nithiwat , calculator??
7th Jan 2018, 4:47 AM
Tapan Das
Tapan Das - avatar
+ 3
nice blog Ayush, very helpful suggestion, thanks
7th Jan 2018, 4:53 AM
Tapan Das
Tapan Das - avatar
+ 3
Add in html editor
20th Jan 2018, 3:08 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
how do you use wordpress
20th Jan 2018, 3:08 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
from pc or phone
20th Jan 2018, 3:09 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
Do you use Html code editor or visual editor
20th Jan 2018, 3:10 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
one where you use tags and one where you can simply put the content
20th Jan 2018, 3:11 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
In wordpress they are stored in wordpress cloud storage
20th Jan 2018, 3:13 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
okay
20th Jan 2018, 3:15 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
#1 Add Custom JavaScript and CSS Across All Pages In WordPress (Head or Footer Section) Lets start with the most general- adding JavaScript or CSS to either the HEAD or Footer section across all pages on your site. This is usually required for analytics code, such as Google Analytics or Facebook Pixels. For that we recommend the following plugin: There are simpler, more streamlined plugins for this, though I recommend SoGo for the fact that the same plugin can also be used to insert code into a specific post or page as well (see the next section). It’s better to have one plugin do as much as possible, rather than one for each task.
20th Jan 2018, 3:17 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
In short, You'll require plugins
20th Jan 2018, 3:18 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
Can u give me ur wordpress site url
20th Jan 2018, 3:22 PM
Majestic Ayush
Majestic Ayush - avatar
+ 3
@Tapan If you need to add other codes or add a quick and small CSS and Javascript to customize your website, Theme Options is the more appropriate solution. It’s a built-in feature and is easily accessible from your WordPress dashboard. Go to Jupiter > Theme Options > Advanced > Custom CSS or Custom JS section. Note that in adding external CSS or JavaScript in Theme Options, you cannot add a code that starts with <script></script> in Custom JS section. You have to remove the <script></script> in your code because the code that you write in the Custom JS section is already publishing with a <script></script> tag.
20th Jan 2018, 3:55 PM
Majestic Ayush
Majestic Ayush - avatar
+ 2
@majestic Ayush how to add CSS, JavaScript to to your blog in html?
20th Jan 2018, 2:20 PM
Tapan Das
Tapan Das - avatar
+ 2
while learning, both HTML and CSS or JavaScript files are in my computer directory. But in WordPress how it is done??
20th Jan 2018, 3:05 PM
Tapan Das
Tapan Das - avatar