+ 23
Could you share how and where do you practice your HTML and CSS skills?
I find myself passing through the course materials by reading only. It would be great if lets say I could make a website theme or something else. What finished product can someone create using only CSS and HTML?
65 Answers
+ 54
really you should be making your own pages along side the course. it doesn't matter what the page is about, just so long as you're learning something new.
if you truly have no ideas, make a blog, or a page about a subject you like, or a page that looks cool or has animation...etc
+ 24
I practice HTML in SoloLearn only but if you want to get review & response from other people, make a website or you can say a blog by using Google's Blogger. There you will have two options:
1 ) Just write text & Blogger will make website for you.
2) Code your own blog using HTML on Blogger.
So you can use the 2nd option to improve your coding skills by coding your own blogs.
+ 22
it would be better if u try to do the coding alongside with the course so for html & css use sublime text & don't think of making big web page right now just try the little piece of web page every time that would be better
+ 18
Try codecademy :)
+ 17
thanks
+ 16
Practice as much as you can and try to make codes so that you know how to apply what you have learnt
+ 10
Alternatively you can find sites you like and redesign them
+ 10
thx all
+ 10
step by step, the first of all is to have a starting point of what you want build (what kind of web site or blog) in your mind and write it somewhere. after that, try to apply what you're learn to make your thought reality! never give up, and practice as many as you can
+ 9
it will be good practice if you make bolg or any css animation or a simple website about any subject with lists ,tables,texts ,links,images ,videos ,sounds background images and more.just learning is not good you need practice (follow me if you like my answer)
+ 9
notepade++ is a faster and better solution... https://notepad-plus-plus.org/download/v7.3.3.html
+ 8
You can also design a page an any app eg MS Word with all the new stuff you have learnt eg and try to code it. Make it appears exactly that way on a browser.
+ 8
w3school
+ 8
I use Free Code Camp and Codecademy.
+ 7
install xampp and notepad++ on your own pc and try to make your own website first on your pc. you can try to reconstruct a page you like from the internet or do something completely new. it's not so difficult. Just begin! after this you can make your own public site!
+ 7
You can train yourself to use the languages you're learning effectively by creating your own projects, like a portfolio page, a website about you or someone you love. all that could be done on sites like Codepen.io , JSFiddle or even this app in the code creation tab. Also focus on making a simple ui for ur website and make the code as simple as possible to give ease of reading to people.
+ 7
Sololearn for now.
+ 6
The internet is a best place to practice your skills. You must practise along with learning course materials as it will give you an actual feel of web development and attenuate your interest.
Choose your favourite text editor and search for projects on google. One other way is make an account on github and start fixing codes written by other people, it will help you in increasing your familiarity with the language.
As for what you can do with just html and css is that try making templates of your imagination or check source codes of different awesome web pages online and try to understand how the page elements and attributes are organised.
+ 6
I practice my web design on my android galaxy s7 or my macbook pro. An example of some my codes which I have just added a simple one page to my portfolio. you can check it out to see how I incorporated it. but you can put anything into a website doesn't have to be complex as long as you put something up. you can always expand on it later.
+ 6
have many good answer for newbies