Detailed guidelines to follow to design HTML web pages

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

What are the detailed steps to follow to be the best designer expert in creating HTML5 web page design with CSS3 transition effects? Where do I have to start from and what are the requirements? I am Sandra studying communication design in the university. It is my dream to become an expert in designing HTML5 web page. Thank you

SHARE
Best Answer by Samuel Hather
Best Answer
Best Answer
Answered By 0 points N/A #187037

Detailed guidelines to follow to design HTML web pages

qa-featured

To best design in HTML 5 and CSS 3, you must first have solid understanding of HTML and CSS along with java script.

I will suggest to take them in following order.

  1. HTML
  2. CSS
  3. Javascript
  4. HTML 5
  5. CSS 3
  6. PHP
  7. CMS (Worpress, Joomla, durpal)

To design interactive web pages including all of the features you like you should learn them all. However you can create interactive web pages in HTML5.0 but you should must have knowledge of Java Script at least.

To learn all of these the best and free source on internet is w3schools.com

Try to learn and practice each and every example and surely you will be the expert. If you want to take video training courses, then please check www.lynda.com

 

Answered By 0 points N/A #187038

Detailed guidelines to follow to design HTML web pages

qa-featured

To best design in HTML 5 and CSS 3, you must first have solid understanding of HTML and CSS along with java script.

I will suggest to take them in following order.

  1. HTML
  2. CSS
  3. Javascript
  4. HTML 5
  5. CSS 3
  6. PHP
  7. CMS (Worpress, Joomla, durpal)

To design interactive web pages including all of the features you like you should learn them all. However you can create interactive web pages in HTML5.0 but you should must have knowledge of Java Script at least.

To learn all of these the best and free source on internet is w3schools.com

Try to learn and practice each and every example and surely you will be the expert. If you want to take video training courses, then please check www.lynda.com

 

Answered By 10 points N/A #187039

Detailed guidelines to follow to design HTML web pages

qa-featured

Hello, How are you? The guidelines you should follow to design a website are given below: HTML5 is better for designing a webpage and this is the latest HTML standard. It is supported in all modern web browsers with updated version. The DOCTYPE declaration for HTML is <! DOCKTYPE html> The character encoding is also very easier and that is <meta charset="UTF-8">

You can create a webpage in this manner:

<DOCKTYPE html>

<html>

<head>

<meta charset= "UTF">

</head>

<body>

This is an interesting website

</body>

</html>

That is exactly it. Learn more.

Moreen Jamnelly.

Related Questions