Jump to content

If there comes no insparation to you, just try to copy some sites.

Try to see if you can make it the way they have with HTML and CSS.

 

Just make a few samples, then move on to probably something interactive so give the User Experience a nice touch.

Quote or mention me if not feel ignored 

Link to comment
https://linustechtips.com/topic/787375-practicing-html/#findComment-9920407
Share on other sites

Link to post
Share on other sites

15 minutes ago, JayKay3000 said:

Yep, like anything - have a reason and just do it. 

 

Start here:

https://www.w3schools.com/html/

 

Also draw a design of a site you would like to make and try and work out how to implement it.

 

use notepad or google web designer https://www.google.co.uk/webdesigner/

 

You can use apache web server or IIS (windows only) to have a local web server for testing. (http://localhost)

 

Or pay for classes and learn from a professional teacher.

 

Don't do inline CSS, get used to having a separate CSS file for styles. don't use dreamweaver as it makes everything in tables and puts garbage code everywhere.

 

Actually NEVER used tables - because it messes up screen readers.

Layers, floats and divs will be better than tables.

 

Good luck.

Thanks

Link to comment
https://linustechtips.com/topic/787375-practicing-html/#findComment-9920463
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×