How can I start Web page Designing?

Asked By 0 points N/A Posted on -
qa-featured

Hi experts,

I want to learn about web page designing what should I do. Is anyone can help by giving suggestion?

I will be grateful to you.

How can I start my learning?

SHARE
Best Answer by Head Jonathon
Answered By 0 points N/A #163205

How can I start Web page Designing?

qa-featured

Hello ,

To learn about web page designing you should select which way you will create your web page.

There are two way to make web page

1.       By CMS (Content Management System)

2.       By Coding (HTML & CSS)

Those are open source so you can learn from internet.

You can visit some site and learn about those.

Thanks.

Best Answer
Best Answer
Answered By 0 points N/A #163206

How can I start Web page Designing?

qa-featured

Hi Brayen,

In order to excel in web design, you need to have a thorough knowledge in HTML. HTML is the backbone of most of the modern websites.

There are lot of online websites that gives free courseware to study HTML. You need to start creating pages with text, links and images. Then go for creating style sheets, animation effects and page layout.

Also learn JavaScript as it plays a vital role in web designing. Easy downloading of pages should be your aim. For that you need to optimize your graphics. Make use of various online forums to master the skill.

Thanks!

Answered By 590495 points N/A #163207

How can I start Web page Designing?

qa-featured

If you want to learn web page designing, it would be better to first learn about HTML tags since they are the basic and very easy to learn. One example is the HTML tag <html></html>. It is a prerequisite to an HTML document and should appear at the beginning and end of the file. It is used in pair and should always have the closing tag </html>.

In HTML5, the HTML document normally begins with the tag <!DOCTYPE html> and then followed by <html>. The closing tag </html> appears at the very bottom of the file and the last tag in the document. The next HTML tag is the head tag <head> </head>. It is used in pair and should always have the closing tag </head>.

It appears in between the <html> tag and the <body> tag which is after the <html> tag and before the <body> tag. This is where you can insert tags like the title tag, meta tags, link tags, some JavaScript, and so on. The title tag <title> </title> is used to indicate or put a title on your HTML document.

It is used in pair and should always have the closing tag </title>. If you want to learn how to create HTML documents to be used on websites, you can go to W3Schools Online Web Tutorials.

Related Questions