+ 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.
29 Respuestas
+ 23
Calculator
+ 5
Create a blog
+ 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
+ 4
your welcome
+ 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.
+ 3
Nithiwat , calculator??
+ 3
nice blog Ayush, very helpful suggestion, thanks
+ 3
Add in html editor
+ 3
how do you use wordpress
+ 3
from pc or phone
+ 3
Do you use Html code editor or visual editor
+ 3
one where you use tags and one where you can simply put the content
+ 3
In wordpress they are stored in wordpress cloud storage
+ 3
okay
+ 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.
+ 3
In short, You'll require plugins
+ 3
Can u give me ur wordpress site url
+ 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.
+ 2
@majestic Ayush how to add CSS, JavaScript to to your blog in html?
+ 2
while learning, both HTML and CSS or JavaScript files are in my computer directory. But in WordPress how it is done??