What if you are a total newbie?
If you want to set part in web design,you have to start right now as this has nothing to do about experience.
You do to learn, but not learn to do.
How to do?
Create a parent folder and inside of it contain HTML files and css folder — Here's my folder and you may take a look how i do it.
Note: The HTML file is made from nodepad(.txt file) then rename it to .html
\inside parent_folder/
\inside css folder/
What .html file contain?
html file contain <html><head><body></body></head></html>
Linking html file to css file.
css file is linked with html file by the following code(view my html file)
<link type="text/css" rel="stylesheet" href="css/wrapper.txt">
Thats all for it. To know more about serious web design you can try w3schools. Thanks for reading, enjoy site crafting to let your readers feel comfortable and trustable to your website.
No comments:
Post a Comment